FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.24.0, a client-side heap buffer overflow occurs in the FreeRDP client's AVC420/AVC444 YUV-to-RGB conversion path due to missing horizontal bounds validation of H.264 metablock regionRects coordinates. In yuv.c, the clamp() function (line 347) only validates top/bottom against the surface/YUV height, but never checks left/right against the surface width. When avc420_yuv_to_rgb (line 67) computes destination and source pointers using rect->left, it performs unchecked pointer arithmetic that can reach far beyond the allocated surface buffer. A malicious server sends a WIRE_TO_SURFACE_PDU_1 with AVC420 codec containing a regionRects entry where left greatly exceeds the surface width (e.g., left=60000 on a 128px surface). The H.264 bitstream decodes successfully, then yuv420_process_work_callback calls avc420_yuv_to_rgb which computes pDstPoint = pDstData + rect->top * nDstStep + rect->left * 4, writing 16-byte SSE vectors 1888+ bytes past the allocated heap region. This vulnerability is fixed in 3.24.0.
Conclusion & alert: CVE-2026-29774 is rated Exploit Available (50/100): CVSS Medium severity, with low exploitation likelihood (EPSS 0.05%). Core evidence: 1 public exploit reference(s) are indexed (Exploit-DB). Mandatory action: Public exploits are available—assess exposure, apply mitigations, and prioritize patching.
Risk is dynamic; we continuously reassess and refresh what is shown on this page as upstream context changes.
| EDB-ID | Source | Kind | Published | Link |
|---|---|---|---|---|
| — | nvd_ref | exploit_tag | Exploit-DB ↗ |
EPSS lead: Daily EPSS estimates relative likelihood of exploitation; percentile ranks this CVE among scored vulnerabilities (higher = more severe relative rank).
| # | Date | Old EPSS score | New EPSS score | Delta (New - Old) |
|---|---|---|---|---|
| 1 | 2026-03-19 | 0.04% | 0.05% | +0.01% |
| 2 | 2026-03-14 | — | 0.04% | — |
Full EPSS history (2 records total)
CVSS metrics for this CVE.
| Base score | Version | Severity | Vector | Exploitability | Impact | Score source |
|---|---|---|---|---|---|---|
| 5.3 | 3.1 | MEDIUM |
|
3.9 | 1.4 | [email protected] |
| 8.2 | 3.1 | HIGH |
|
3.9 | 4.2 | [email protected] |
| vendor | priority | summary | link |
|---|---|---|---|
alpine
|
— | CVE-2026-29774: 1 source package rows (freerdp); 30 state rows across 2 repos (3.23-community, edge-community); fixed 2, open 28. | https://security.alpinelinux.org/vuln/CVE-2026-29774 |
debian
|
not yet assigned | CVE-2026-29774 not yet assigned priority: Debian including 2 source packages (freerdp2, freerdp3), 5 status rows across 5 suites (bookworm, bullseye, forky, sid, trixie): resolved 3, open 2. | https://security-tracker.debian.org/tracker/CVE-2026-29774 |
redhat
|
medium | — | https://access.redhat.com/security/cve/CVE-2026-29774 |
suse
|
medium | CVE-2026-29774 severity moderate: SUSE including 32 source package names (freerdp, freerdp-3.24.1-1.1, …), 47 product×package rows across 6 product lines (SUSE Linux Enterprise Module for Package Hub 15 SP7, SUSE Linux Enterprise Server 12 SP5-LTSS, … (6 product lines)): Known Not Affected 32, Fixed 15. | https://www.suse.com/security/cve/CVE-2026-29774/ |
ubuntu
|
medium | CVE-2026-29774 medium priority: Ubuntu including 3 source packages (freerdp, freerdp2, freerdp3), 16 status rows across 7 suites (bionic, focal, jammy, noble, questing, upstream, xenial): needs-triage 10, DNE 5, released 1. | https://ubuntu.com/security/CVE-2026-29774 |
| URL | Tags |
|---|---|
| https://github.com/FreeRDP/FreeRDP/commit/6482b7a92fff3959582cef052d1967ad6bde3738 | Patch |
| https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-5q35-hv9x-7794 | Exploit Patch Vendor Advisory |