CVE-2026-44421: FreeRDP RDPGFX CacheToSurface heap-buffer-overflow via clamped-rectangle validation bypass
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.26.0, a malicious RDP server can trigger a heap-buffer-overflow write in the FreeRDP client by sending crafted RDPGFX PDUs. The bug is in gdi_CacheToSurface: it validates a destination rectangle that is clamped to UINT16_MAX, but then performs the copy using the original cacheEntry->width/height. This can cause a large out-of-bounds heap write and may lead to client crashes or code execution. This bug is reachable from a malicious RDP server, but only when the client has RDPGFX enabled. This vulnerability is fixed in 3.26.0.
Security readout for executives and security teams
Plain-English summary
A malicious RDP server can attack vulnerable FreeRDP clients before 3.26.0 when RDPGFX is enabled. The flaw can corrupt client memory, causing crashes and potentially code execution on the user’s machine.
Executive priority
Treat as high priority for workstations and jump hosts using FreeRDP. The business risk is client compromise after connecting to a hostile RDP server, not unauthenticated compromise of an RDP server.
Technical view
In FreeRDP gdi_CacheToSurface, destination rectangle validation uses a UINT16_MAX-clamped rectangle, but the copy uses the original cacheEntry width and height. Crafted RDPGFX PDUs from a malicious server can trigger a heap out-of-bounds write. CVSS is 8.8 high.
Likely exposure
Systems using FreeRDP clients older than 3.26.0 are exposed when RDPGFX is enabled, especially users connecting to untrusted, third-party, or potentially compromised RDP servers.
Exploitation context
The supplied sources do not state active exploitation, and KEV is false. Exploitation requires user interaction: the vulnerable client must connect to a malicious RDP server that sends crafted RDPGFX traffic.
Researcher notes
Focus review on FreeRDP RDPGFX CacheToSurface handling and the clamped-rectangle versus original-dimension mismatch. Source evidence supports crash and potential code execution, but does not provide confirmed exploitation in the wild.
Mitigation direction
Upgrade FreeRDP to 3.26.0 or a vendor-fixed package.
Prioritize users who connect to external or untrusted RDP servers.
Disable RDPGFX where it is not operationally required.
Check Red Hat or distribution guidance for package-specific remediation.
Validation and detection
Inventory FreeRDP client versions and flag anything below 3.26.0.
Review client configuration for RDPGFX enablement.
Confirm vendor package advisories map to CVE-2026-44421.
Verify patched clients report FreeRDP 3.26.0 or vendor-fixed builds.
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.
The CVE wording references code or command execution, so execution technique review may help defensive triage. This is a Glexia inferred lookup path, not an official MITRE, ATT&CK, or CVE Program 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: pocAutomatable: 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.
Out-of-bounds Write represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.