FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.24.2, in yuv_ensure_buffer() in libfreerdp/codec/h264.c, h264->width and h264->height are updated before the reallocation loop. If any winpr_aligned_recalloc() call fails, the function returns FALSE but width/height are already inflated. This issue has been patched in version 3.24.2.
Security readout for executives and security teams
Plain-English summary
FreeRDP versions before 3.24.2 have a memory-corruption flaw in H.264 video handling. A user must interact with an RDP session, and exploitation is rated high but high-complexity. Successful exploitation could compromise confidentiality, integrity, and availability of the FreeRDP process.
Executive priority
Treat as high priority for environments that rely on FreeRDP for remote administration or support. Patch promptly, but do not treat as confirmed exploited based on the supplied evidence.
Technical view
In libfreerdp/codec/h264.c, yuv_ensure_buffer() updates h264 width and height before all aligned reallocations succeed. If a winpr_aligned_recalloc() call fails, stale allocation state can remain with inflated dimensions, enabling a heap out-of-bounds write. Patched in FreeRDP 3.24.2.
Likely exposure
Organizations are exposed where FreeRDP versions earlier than 3.24.2 are installed, especially on administrator, support, jump-host, or Linux desktop systems used for RDP access.
Exploitation context
The source bundle does not show active exploitation, and KEV is false. CVSS indicates network reachability, no privileges, required user interaction, high attack complexity, and high confidentiality, integrity, and availability impact.
Researcher notes
Focus review on H.264 buffer resizing and failure paths in yuv_ensure_buffer(). The key issue is dimension state changing before all reallocations succeed, causing allocation-size desynchronization after a failed allocation.
Mitigation direction
Upgrade FreeRDP to version 3.24.2 or later.
Check operating-system vendor advisories for packaged FreeRDP fixes.
Prioritize systems used to access sensitive RDP environments.
Limit FreeRDP use with untrusted or unmanaged RDP servers.
Monitor vendor guidance for any additional mitigations or package status.
Validation and detection
Inventory installed FreeRDP versions across workstations, servers, and images.
Confirm all FreeRDP packages are version 3.24.2 or vendor-patched.
Review remote-access workflows that depend on FreeRDP clients.
Check Red Hat or distribution advisories for affected package status.
Record remediation exceptions where upgrade is not immediately possible.
Generated from the cited source records. This long-tail analysis has not been individually reviewed by a named human.
Potential ATT&CK relevance
Conservative CVE-to-ATT&CK context
These mappings and lookup hints may be relevant to the vulnerability behavior, CWE, affected product, or exposure path. Glexia-inferred context is not an official MITRE, ATT&CK, CWE, or CVE Program mapping.
ATT&CK lookup starting points
Use these exact CWE pages and searches to review the Glexia ATT&CK library from this CVE's weakness and description context.
cwe · low confidence lookup
CWE-122: Exact CWE lookup
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
Use the exact CWE identifier as the starting point before reviewing related ATT&CK behavior. Open the exact CWE lookup page first, then review the ATT&CK searches from that MITRE weakness context. This is a Glexia lookup hint, not an official ATT&CK mapping.
These fields come from the CVE record and ADP containers, not from Glexia's Take. They preserve time-varying source decisions such as CISA SSVC, KEV status, CVSS metrics, and provider references.
2CVSS vectors
5Timeline events
2ADP providers
6Source links
SSVC decision data
CISA-ADPCISA Coordinator
Timestamp
Version
2.0.3
Exploitation: noneAutomatable: noTechnical Impact: total
CVSS vector scores
2 official scores
We collect every scored CVSS vector available in the official CNA and ADP containers. When more than one version is present, the table keeps the source vectors side by side instead of collapsing them into the highest score.
CWE links open Glexia weakness intelligence pages with official CWE context, developer remediation guidance, and related CVE mappings.
CWE-122 · source CWE mapping
Heap-based Buffer Overflow
Heap-based Buffer Overflow represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.
Incorrect Calculation of Buffer Size represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.