Cyber Posture

CVE-2026-22853

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.5th percentile
Risk Priority 20 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2026-22853 is a critical-severity Out-of-bounds Write (CWE-787) vulnerability in Freerdp Freerdp. Its CVSS base score is 9.8 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); ranked at the 29.5th 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-10 (Information Input Validation) and SI-16 (Memory Protection).

Threat & Defense at a Glance

What attackers do: exploitation maps to Exploit Public-Facing Application (T1190) and 1 other technique. What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely remediation of flaws through patching FreeRDP to version 3.20.1 or later, directly eliminating the heap buffer overflow vulnerability.

prevent

Implements memory protections such as ASLR and DEP that prevent successful exploitation of heap buffer overflows even if the vulnerability exists.

prevent

Enforces validation and bounds checking of untrusted network inputs like RDP traffic element counts to prevent out-of-bounds writes in NDR array parsing.

MITRE ATT&CK Enterprise TechniquesAI

T1190 Exploit Public-Facing Application Initial Access
Adversaries may attempt to exploit a weakness in an Internet-facing host or system to initially access a network.
T1210 Exploitation of Remote Services Lateral Movement
Adversaries may exploit remote services to gain unauthorized access to internal systems once inside of a network.
Why these techniques?

Heap buffer overflow in FreeRDP's RDP handling (RDPEAR/NDR) directly enables remote unauthenticated exploitation of public-facing RDP services or remote desktop endpoints, mapping to T1190 (public-facing app) and T1210 (remote services).

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, RDPEAR’s NDR array reader does not perform bounds checking on the on‑wire element count and can write past the heap buffer allocated from hints, causing a heap…

more

buffer overflow in ndr_read_uint8Array. This vulnerability is fixed in 3.20.1.

Deeper analysisAI

CVE-2026-22853 is a heap buffer overflow vulnerability in FreeRDP, a free implementation of the Remote Desktop Protocol. Prior to version 3.20.1, the RDPEAR component's NDR array reader fails to perform bounds checking on the on-wire element count, allowing it to write past the heap buffer allocated based on hints. This issue, classified under CWE-787 (Out-of-bounds Write), affects the ndr_read_uint8Array function and 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).

A remote, unauthenticated attacker can exploit this vulnerability over the network with low complexity and no user interaction required. By crafting malicious RDP traffic, the attacker can trigger the buffer overflow, potentially achieving high-impact confidentiality, integrity, and availability violations, such as arbitrary code execution on the target system processing the FreeRDP client or server.

The vulnerability is addressed in FreeRDP version 3.20.1, as detailed in the project's release notes and security advisory. Security practitioners should update to this version or later to mitigate the issue, per the guidance in the GitHub release at https://github.com/FreeRDP/FreeRDP/releases/tag/3.20.1 and advisory GHSA-47v9-p4gp-w5ch at https://github.com/FreeRDP/FreeRDP/security/advisories/GHSA-47v9-p4gp-w5ch.

Details

CWE(s)

Affected Products

freerdp
freerdp
≤ 3.20.1

CVEs Like This One

CVE-2026-22852Same product: Freerdp Freerdp
CVE-2026-29774Same product: Freerdp Freerdp
CVE-2026-29775Same product: Freerdp Freerdp
CVE-2026-26955Same product: Freerdp Freerdp
CVE-2026-26965Same product: Freerdp Freerdp
CVE-2026-23732Same product: Freerdp Freerdp
CVE-2026-22857Same product: Freerdp Freerdp
CVE-2026-22855Same product: Freerdp Freerdp
CVE-2026-22856Same product: Freerdp Freerdp
CVE-2026-24681Same product: Freerdp Freerdp

References