Cyber Posture

CVE-2026-22854

CriticalPublic PoC

Published: 14 January 2026

Published
14 January 2026
Modified
20 January 2026
KEV Added
Patch
CVSS Score 9.8 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
EPSS Score 0.0011 29.2th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22854 is a critical-severity Heap-based Buffer Overflow (CWE-122) vulnerability in Freerdp Freerdp. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Client Execution (T1203); ranked at the 29.2th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

The strongest mitigations our analysis identified are NIST 800-53 SI-16 (Memory Protection) and SI-2 (Flaw Remediation).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploitation for Client Execution (T1203). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

SI-2 requires timely identification, reporting, testing, and installation of security patches for known flaws, directly addressing the heap buffer overflow in FreeRDP by mandating update to version 3.20.1 or later.

prevent

SI-16 implements memory protections such as address space randomization and non-executable memory regions that mitigate heap buffer overflow exploits by preventing unauthorized code execution from corrupted heap memory.

prevent

SI-10 enforces validation of untrusted inputs like server-controlled read lengths in RDP drive operations, preventing oversized reads that trigger the buffer overflow.

MITRE ATT&CK Enterprise TechniquesAI

T1203 Exploitation for Client Execution Execution
Adversaries may exploit software vulnerabilities in client applications to execute code.
Why these techniques?

Heap buffer overflow in FreeRDP client enables direct remote code execution via malicious RDP server response during client-initiated connection (Exploitation for Client Execution).

Confidence: HIGH · MITRE ATT&CK Enterprise v18.1

NVD Description

FreeRDP is a free implementation of the Remote Desktop Protocol. Prior to 3.20.1, a heap-buffer-overflow occurs in drive read when a server-controlled read length is used to read file data into an IRP output stream buffer without a hard upper…

more

bound, allowing an oversized read to overwrite heap memory. This vulnerability is fixed in 3.20.1.

Deeper analysisAI

CVE-2026-22854 is a heap buffer overflow vulnerability in FreeRDP, an open-source implementation of the Remote Desktop Protocol (RDP). Affecting versions prior to 3.20.1, the issue arises during drive read operations when a server-controlled read length is used to copy file data into an IRP output stream buffer lacking a hard upper bound. This enables an oversized read that overwrites adjacent heap memory. The vulnerability, published on 2026-01-14, carries a CVSS v3.1 base score of 9.8 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H) and is associated with CWE-122 (Heap-based Buffer Overflow).

A remote attacker can exploit this vulnerability over the network without authentication, privileges, or user interaction. By crafting a malicious RDP server response with an oversized read length, the attacker triggers the buffer overflow during a client connection attempt, potentially achieving arbitrary heap memory corruption. This could lead to remote code execution, denial of service, or data tampering on the affected FreeRDP client system, given the high impacts on confidentiality, integrity, and availability.

The FreeRDP project addressed the vulnerability in version 3.20.1, as detailed in the release notes and security advisory. Security practitioners should update to FreeRDP 3.20.1 or later to mitigate the issue, with further details available in the GitHub release at https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1 and the advisory at https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-47vj-g3c3-3rmf.

Details

CWE(s)

Affected Products

freerdp
freerdp
≤ 3.20.1

CVEs Like This One

CVE-2026-23530Same product: Freerdp Freerdp
CVE-2026-23532Same product: Freerdp Freerdp
CVE-2026-23531Same product: Freerdp Freerdp
CVE-2026-23534Same product: Freerdp Freerdp
CVE-2026-23533Same product: Freerdp Freerdp
CVE-2026-31806Same product: Freerdp Freerdp
CVE-2026-33984Same product: Freerdp Freerdp
CVE-2026-33986Same product: Freerdp Freerdp
CVE-2026-31883Same product: Freerdp Freerdp
CVE-2026-33987Same product: Freerdp Freerdp

References