CVE-2026-22855: FreeRDP has a heap-buffer-overflow in smartcard_unpack_set_attrib_call
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.
Security readout for executives and security teams
Plain-English summary
CVE-2026-22855 affects FreeRDP before 3.20.1. A malicious or malformed Remote Desktop smartcard message can cause FreeRDP to read outside allocated heap memory. The published impact is high confidentiality and availability risk. The sources state it is fixed in FreeRDP 3.20.1; they do not show active exploitation.
Executive priority
Prioritize remediation for systems that use FreeRDP to connect to untrusted or externally influenced RDP services. This is a high-severity memory safety issue with possible data exposure or service disruption, but current supplied evidence does not show active exploitation.
Technical view
FreeRDP has a CWE-125 heap out-of-bounds read in smartcard_unpack_set_attrib_call. The issue occurs when cbAttrLen does not match the actual NDR buffer length in the smartcard SetAttrib path. CVSS 3.1 is 7.4: network reachable, high attack complexity, no privileges, no user interaction, with confidentiality and availability impact.
Likely exposure
Systems using FreeRDP versions earlier than 3.20.1 are potentially exposed. Exposure is most relevant where FreeRDP clients or packaged FreeRDP components process RDP smartcard traffic. Red Hat has related CVE and errata references, so organizations should check distribution-specific package status rather than relying only on upstream version numbers.
Exploitation context
The CVSS vector indicates remote network attack surface, no required privileges, and no user interaction, but high attack complexity. The provided sources do not include proof of active exploitation, and the CVE is not marked as KEV. Treat exploitation as plausible but not confirmed in the supplied evidence.
Researcher notes
Key details are limited to the advisory description and CVSS data. The vulnerable path is smartcard SetAttrib NDR unpacking with a length mismatch. Avoid assuming affected downstream packages without vendor confirmation. Red Hat references multiple advisories, but distribution-specific fixed versions should be taken from those advisories.
Mitigation direction
Upgrade upstream FreeRDP to 3.20.1 or later.
Apply applicable vendor or distribution security errata for FreeRDP packages.
Check Red Hat advisories if using Red Hat supplied FreeRDP packages.
If immediate patching is not possible, follow vendor guidance for temporary risk reduction.
Validation and detection
Inventory systems and applications that include FreeRDP.
Confirm installed FreeRDP versions are 3.20.1 or vendor-fixed builds.
Review package manager advisories for matching Red Hat errata where applicable.
Monitor the upstream advisory and vendor CVE pages for status changes.
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-125: 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-125 · source CWE mapping
Out-of-bounds Read
Out-of-bounds Read represents a recurring weakness pattern that can create exploitable paths when design, validation, or implementation controls are missing.