Cyber Posture

CVE-2026-22855

CriticalPublic PoC

Published: 14 January 2026

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

Summary

CVE-2026-22855 is a critical-severity Out-of-bounds Read (CWE-125) vulnerability in Freerdp Freerdp. Its CVSS base score is 9.1 (Critical).

Operationally, exploitation aligns with the MITRE ATT&CK technique Exploit Public-Facing Application (T1190); 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-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). What defenders deploy: see the NIST 800-53 controls recommended below.
Threat & Defense Details

Mitigating Controls (NIST 800-53 r5)AI

prevent

Requires timely flaw remediation by patching FreeRDP to version 3.20.1 or later, directly eliminating the heap out-of-bounds read vulnerability.

prevent

Mandates validation of input lengths like cbAttrLen against actual NDR buffer sizes in the smartcard SetAttrib path to block malformed RDP connections.

prevent

Implements memory protections such as heap isolation and guard pages to prevent unauthorized access and exploitation of out-of-bounds heap reads.

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.
Why these techniques?

Direct remote exploitation of a public-facing RDP implementation (FreeRDP) via crafted malicious connection, matching T1190.

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 out-of-bounds read occurs in the smartcard SetAttrib path when cbAttrLen does not match the actual NDR buffer length. This vulnerability is fixed in 3.20.1.

Deeper analysisAI

CVE-2026-22855 is a heap out-of-bounds read vulnerability (CWE-125) in FreeRDP, an open-source implementation of the Remote Desktop Protocol (RDP). The issue affects versions prior to 3.20.1 and occurs in the smartcard SetAttrib path when the cbAttrLen value does not match the actual NDR buffer length, potentially leading to unauthorized memory access. Published on January 14, 2026, it carries a CVSS v3.1 base score of 9.1 (AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H), indicating critical severity due to high impacts on confidentiality and availability.

Remote attackers can exploit this vulnerability over the network with low complexity, requiring no privileges or user interaction. By crafting a malicious RDP connection involving a malformed smartcard attribute, an unauthenticated adversary can trigger the out-of-bounds read, potentially disclosing sensitive heap data or causing denial of service through application crashes.

The FreeRDP security advisory (GHSA-rwp3-g84r-6mx9) and release notes for version 3.20.1 detail the fix, recommending immediate upgrades to 3.20.1 or later to mitigate the issue. No additional workarounds are specified in the provided references.

Details

CWE(s)

Affected Products

freerdp
freerdp
≤ 3.20.1

CVEs Like This One

CVE-2026-22857Same product: Freerdp Freerdp
CVE-2026-22858Same product: Freerdp Freerdp
CVE-2026-33982Same product: Freerdp Freerdp
CVE-2026-31897Same product: Freerdp Freerdp
CVE-2026-25942Same product: Freerdp Freerdp
CVE-2026-31885Same product: Freerdp Freerdp
CVE-2026-24681Same product: Freerdp Freerdp
CVE-2026-24682Same product: Freerdp Freerdp
CVE-2026-22853Same product: Freerdp Freerdp
CVE-2026-22859Same product: Freerdp Freerdp

References