CVE-2026-23884: Heap-use-after-free in gdi_set_bounds
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, offscreen bitmap deletion leaves `gdi->drawing` pointing to freed memory, causing UAF when related update packets arrive. A malicious server can trigger a client‑side use after free, causing a crash (DoS) and potential heap corruption with code‑execution risk depending on allocator behavior and surrounding heap layout. Version 3.21.0 contains a patch for the issue.
Security readout for executives and security teams
Plain-English summary
CVE-2026-23884 affects FreeRDP clients before 3.21.0. A hostile RDP server can make the client use memory after it was freed, causing a crash and possible heap corruption. The business risk is mainly workstation or jump-host disruption, with code-execution risk noted but not proven in the provided sources.
Executive priority
Treat this as a near-term patching item for systems that use FreeRDP, especially administrator workstations and automation hosts. It is high severity but not shown as actively exploited in the provided evidence.
Technical view
FreeRDP offscreen bitmap deletion can leave `gdi->drawing` referencing freed memory. Later related update packets can dereference that stale pointer, producing a CWE-416 heap-use-after-free. The source bundle rates this CVSS 4.0 7.7 high and says FreeRDP 3.21.0 contains the patch.
Likely exposure
Systems using FreeRDP client versions earlier than 3.21.0 are exposed, especially when connecting to untrusted or attacker-controlled RDP servers. Red Hat advisories indicate downstream package handling, but affected Red Hat product details are not fully provided in the bundle.
Exploitation context
The bundle does not show CISA KEV listing or active exploitation evidence. The stated attack path is a malicious server triggering client-side memory misuse through RDP updates. Sources support crash/DoS impact and potential heap-corruption code-execution risk, but do not prove reliable remote code execution.
Researcher notes
Focus validation on the offscreen bitmap cache deletion path and later drawing-update handling. The key condition is stale `gdi->drawing` state after deletion. Avoid assuming exploitability beyond the advisory’s stated crash, heap corruption, and potential code-execution risk.
Mitigation direction
Upgrade FreeRDP to version 3.21.0 or later.
Apply applicable Red Hat errata for packaged FreeRDP builds.
Avoid connecting FreeRDP clients to untrusted RDP servers.
Check vendor guidance for any supported backported fixes.
Prioritize jump hosts and administrator workstations first.
Validation and detection
Inventory endpoints and images for installed FreeRDP versions.
Confirm FreeRDP is 3.21.0 or vendor-fixed equivalent.
Review package advisories for Red Hat-managed systems.
Check crash telemetry for FreeRDP failures after RDP sessions.
Verify remote desktop workflows do not require untrusted server connections.
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-416: 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.
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.
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-416 · source CWE mapping
Use After Free
Use After Free represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.