Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-22855

CVE-2026-22855: FreeRDP Buffer Overflow Vulnerability

CVE-2026-22855 is a buffer overflow vulnerability in FreeRDP that causes a heap out-of-bounds read in the smartcard SetAttrib path. This article covers the technical details, affected versions, security impact, and mitigation.

Published: January 23, 2026

CVE-2026-22855 Overview

CVE-2026-22855 is an out-of-bounds read vulnerability in FreeRDP, a free implementation of the Remote Desktop Protocol. The vulnerability exists in the smartcard SetAttrib path where a heap out-of-bounds read occurs when cbAttrLen does not match the actual NDR buffer length. This memory safety issue could allow an attacker to read sensitive information from process memory or potentially cause a denial of service condition.

Critical Impact

Remote attackers may exploit this heap out-of-bounds read to access sensitive memory contents or crash vulnerable FreeRDP client instances during smartcard operations.

Affected Products

  • FreeRDP versions prior to 3.20.1
  • Applications and systems utilizing the FreeRDP library for Remote Desktop connections
  • Systems using FreeRDP smartcard functionality

Discovery Timeline

  • 2026-01-14 - CVE-2026-22855 published to NVD
  • 2026-01-20 - Last updated in NVD database

Technical Details for CVE-2026-22855

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-bounds Read), which occurs when a program reads data past the boundaries of allocated memory. In the context of FreeRDP, the issue manifests within the smartcard subsystem's SetAttrib functionality. The vulnerability is triggered when the cbAttrLen parameter, which specifies the attribute length, does not correctly correspond to the actual Network Data Representation (NDR) buffer length being processed.

When processing smartcard attribute data, FreeRDP fails to properly validate that the declared attribute length matches the actual buffer size. This discrepancy allows read operations to extend beyond the allocated heap buffer, potentially exposing adjacent memory contents or causing application crashes.

Root Cause

The root cause is insufficient validation of the cbAttrLen parameter against the actual NDR buffer boundaries in the smartcard SetAttrib code path. The application trusts the length value without verifying it against the actual data available in the buffer, leading to memory access beyond allocated bounds.

Attack Vector

The attack vector is network-based and requires user interaction. An attacker could craft malicious RDP traffic that includes specially formatted smartcard attribute data with mismatched length values. When a vulnerable FreeRDP client processes this malformed data during a Remote Desktop session, the out-of-bounds read condition is triggered.

The exploitation scenario involves establishing an RDP connection with a victim running a vulnerable FreeRDP client. The attacker-controlled server sends crafted smartcard-related protocol messages with inconsistent length fields, causing the client to read past buffer boundaries when processing the SetAttrib operation.

Detection Methods for CVE-2026-22855

Indicators of Compromise

  • Unexpected crashes or segmentation faults in FreeRDP client processes during smartcard operations
  • Memory access violations logged by system monitoring tools during RDP sessions
  • Unusual RDP traffic patterns with malformed smartcard protocol messages

Detection Strategies

  • Monitor FreeRDP client processes for abnormal termination or crash patterns
  • Deploy network intrusion detection rules to identify malformed RDP smartcard traffic
  • Implement memory protection mechanisms like AddressSanitizer in development environments to detect out-of-bounds reads
  • Use endpoint detection solutions to monitor for exploitation attempts against RDP client applications

Monitoring Recommendations

  • Enable verbose logging for FreeRDP client connections to capture protocol anomalies
  • Configure crash dump collection for FreeRDP processes to aid forensic analysis
  • Monitor network traffic for connections to suspicious RDP servers
  • Implement SentinelOne endpoint protection to detect memory corruption exploitation attempts

How to Mitigate CVE-2026-22855

Immediate Actions Required

  • Upgrade FreeRDP to version 3.20.1 or later immediately
  • Audit systems to identify all installations of vulnerable FreeRDP versions
  • Restrict RDP client connections to trusted servers only until patching is complete
  • Consider temporarily disabling smartcard functionality if not required

Patch Information

The FreeRDP development team has addressed this vulnerability in version 3.20.1. The fix ensures proper validation of cbAttrLen against the actual NDR buffer length before performing read operations in the smartcard SetAttrib path. Users should upgrade to version 3.20.1 or later to remediate this vulnerability. Release information is available at the FreeRDP 3.20.1 Release page, and additional security details can be found in the GitHub Security Advisory GHSA-rwp3-g84r-6mx9.

Workarounds

  • Disable smartcard redirection functionality in FreeRDP if not required for operations
  • Implement network segmentation to limit exposure of RDP clients to untrusted networks
  • Use VPN or other secure tunneling for RDP connections to trusted servers only
  • Deploy endpoint protection solutions with memory exploitation detection capabilities
bash
# Verify FreeRDP version to confirm patch status
xfreerdp --version

# Example: Disable smartcard redirection in FreeRDP connection
xfreerdp /v:server.example.com /u:username /smartcard-logon:off

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechFreerdp

  • SeverityMEDIUM

  • CVSS Score5.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N/E:P/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
  • Impact Assessment
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub FreeRDP Release 3.20.1
  • Vendor Resources
  • GitHub Security Advisory GHSA-rwp3-g84r-6mx9
  • Related CVEs
  • CVE-2026-33982: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33984: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33986: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33987: FreeRDP Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English