Cyber Resilience

CVE-2023-42801

HighPublic PoC

Published: 14 December 2023

Published
14 December 2023
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 7.6 CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:H
EPSS Score 0.0036 58.7th percentile
Risk Priority 15 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2023-42801 is a high-severity Classic Buffer Overflow (CWE-120) vulnerability in Moonlight-Stream Moonlight. Its CVSS base score is 7.6 (High).

Operationally, ranked in the top 41.3% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

Moonlight-common-c contains the core GameStream client code shared between Moonlight clients. Moonlight-common-c is vulnerable to buffer overflow starting in commit f57bd745b4cbed577ea654fad4701bea4d38b44c. A malicious game streaming server could exploit a buffer overflow vulnerability to crash a moonlight client. Achieving RCE is…

more

possible but unlikely, due to stack canaries in use by modern compiler toolchains. The published binaries for official clients Qt, Android, iOS/tvOS, and Embedded are built with stack canaries, but some unofficial clients may not use stack canaries. This vulnerability takes place after the pairing process, so it requires the client to be tricked into pairing to a malicious host. It is not possible to perform using a man-in-the-middle due to public key pinning that takes place during the pairing process. The bug was addressed in commit b2497a3918a6d79808d9fd0c04734786e70d5954.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

moonlight-stream
moonlight-common-c
2016-10-05 — 2023-10-06
moonlight-stream
moonlight
≤ 9.0.0 · ≤ 9.0.0 · ≤ 12.0
moonlight-stream
moonlight embedded
≤ 2.6.1
moonlight-stream
moonlight xbox
≤ 1.14.5
moonlight-stream
moonlight tv
≤ 1.6.0
moonlight-stream
moonlight switch
≤ 0.13.4
moonlight-stream
moonlight vita
all versions
moonlight-stream
moonlight qt\/pc
≤ 5.0.0

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-120

Platform-independent managed code eliminates the need for unchecked native buffer copies that are the root cause of classic buffer overflows.

References