CVE-2023-39352
CWE-787Published: August 31, 2023· Updated: Jun 17, 2026
Official Description
FreeRDP is a free implementation of the Remote Desktop Protocol (RDP), released under the Apache license. Affected versions are subject to an invalid offset validation leading to Out Of Bound Write. This can be triggered when the values `rect->left` and `rect->top` are exactly equal to `surface->width` and `surface->height`. eg. `rect->left` == `surface->width` && `rect->top` == `surface->height`. In practice this should cause a crash. This issue has been addressed in versions 2.11.0 and 3.0.0-beta3. Users are advised to upgrade. There are no known workarounds for this vulnerability.
Risk Analysis
Invalid offset validation in FreeRDP can result in an out-of-bounds write, potentially causing crashes. It is rated critical with a 9.8 CVSS score and is remotely exploitable.
No public exploit is known, and it is not in the CISA KEV. The vulnerability is remotely exploitable.
Upgrade to FreeRDP version 2.11.0 or 3.0.0-beta3 to fix the offset validation logic.
Technical Analysis
CVE-2023-39352 can be exploited remotely over the network without requiring physical or adjacent access, significantly expanding the attack surface for threat actors.
The vulnerability requires no privileges and no user interaction, making it a prime target for automated exploitation campaigns and worm-like propagation.
A successful exploit results in complete confidentiality breach (data exposure), full integrity compromise (data manipulation), availability disruption (denial of service), with a CVSS base score of 9.8.
From a weakness classification perspective (CWE-787): Out-of-bounds write vulnerabilities can lead to data corruption, crashes, or arbitrary code execution.
CVSS v3.1 Vector Breakdown
Affected Vendors & Products
Exploit & PoC Resources
Official Patches & Advisories
All References (15)
Quick Facts
Related CVEs (CWE-787)
Recommended Actions
- →Apply vendor patches immediately
- →Monitor CVE-2023-39352 in threat intel feeds
- →Review IDS/IPS signatures for exploitation attempts