CVE-2026-23883: Heap-use-after-free in update_pointer_new
FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to version 3.21.0, `xf_Pointer_New` frees `cursorPixels` on failure, then `pointer_free` calls `xf_Pointer_Free` and frees it again, triggering ASan UAF. 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-23883 affects FreeRDP clients before 3.21.0. A malicious RDP server can make the client mishandle cursor memory, likely crashing the session and potentially corrupting heap memory. The business risk is highest for users or systems that connect FreeRDP clients to untrusted or externally controlled RDP servers.
Executive priority
Treat as high priority for workstation, jump-host, and administrative environments using FreeRDP. Prioritize patching where users connect to third-party, internet-hosted, or otherwise untrusted RDP servers. No confirmed active exploitation is provided in the bundle.
Technical view
The issue is a heap-use-after-free in FreeRDP's X11 pointer handling. On failure, xf_Pointer_New frees cursorPixels, then pointer_free calls xf_Pointer_Free and frees related state again. Sources describe client-side DoS and possible heap corruption, with code-execution risk dependent on allocator behavior and heap layout.
Likely exposure
Exposure is FreeRDP before 3.21.0, especially X11 client use cases connecting to remote RDP servers. Red Hat advisories indicate downstream packaging impact exists, but exact local exposure depends on installed FreeRDP packages and vendor backports.
Exploitation context
The bundle does not show CISA KEV listing or confirmed active exploitation. The attack model is a malicious server triggering the bug in a connecting client. Public sources support crash and heap-corruption risk, but do not prove reliable remote code execution.
Researcher notes
Focus validation on FreeRDP versions before 3.21.0 and X11 pointer paths. The source bundle identifies the double-free/use-after-free flow across xf_Pointer_New, xf_Pointer_Free, and pointer_free. Exploitability beyond denial of service is not established by the cited sources.
Mitigation direction
Upgrade FreeRDP to 3.21.0 or a vendor-patched package.
Apply relevant Red Hat security advisories where Red Hat packages are used.
Avoid connecting vulnerable FreeRDP clients to untrusted RDP servers.
Check vendor guidance for backported fixes in packaged versions.
Validation and detection
Inventory systems with FreeRDP or xfreerdp installed.
Confirm installed versions are 3.21.0 or vendor-patched.
Map users and services connecting to untrusted RDP servers.
Review crash telemetry for FreeRDP client failures after RDP connection attempts.
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.