The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-32105

CVE-2026-32105: xrdp Information Disclosure Vulnerability

CVE-2026-32105 is an information disclosure vulnerability in xrdp that allows MITM attackers to modify encrypted RDP traffic without detection. This article covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-32105 Overview

CVE-2026-32105 is a critical integrity verification bypass vulnerability in xrdp, an open source Remote Desktop Protocol (RDP) server. The vulnerability exists in versions through 0.10.5 where xrdp fails to implement proper verification for the Message Authentication Code (MAC) signature of encrypted RDP packets when using the "Classic RDP Security" layer. While the sender correctly generates 8-byte integrity signatures, the receiving logic lacks the necessary implementation to validate these signatures, causing them to be silently ignored.

Critical Impact

An unauthenticated attacker with man-in-the-middle (MITM) capabilities can exploit this missing MAC verification check to modify encrypted RDP traffic in transit without detection, potentially compromising session integrity and enabling data manipulation attacks.

Affected Products

  • xrdp versions through 0.10.5
  • Systems using "Classic RDP Security" layer configuration
  • Deployments not enforcing TLS security layer

Discovery Timeline

  • 2026-04-17 - CVE CVE-2026-32105 published to NVD
  • 2026-04-20 - Last updated in NVD database

Technical Details for CVE-2026-32105

Vulnerability Analysis

This vulnerability is classified as CWE-354 (Improper Validation of Integrity Check Value), which occurs when software fails to properly validate cryptographic integrity signatures. In the case of xrdp, the RDP protocol's "Classic RDP Security" layer includes a mechanism for generating and verifying Message Authentication Codes (MACs) to ensure packet integrity. However, the xrdp implementation has a fundamental flaw: while it correctly generates the 8-byte MAC signatures on outbound packets, the inbound packet processing logic completely lacks the verification step.

The attack surface is network-accessible, requiring no authentication or user interaction to exploit. An attacker positioned as a man-in-the-middle can intercept RDP packets, modify their contents, and forward them to the target without the recipient detecting the tampering. This breaks the fundamental integrity guarantee that MAC signatures are designed to provide.

The vulnerability does not affect connections where TLS security layer is enforced, as TLS provides its own robust integrity verification mechanisms that supersede the Classic RDP Security layer's MAC checking.

Root Cause

The root cause of CVE-2026-32105 is an incomplete implementation of the RDP security protocol in xrdp. The Classic RDP Security specification mandates that receiving endpoints must verify the MAC signature attached to each encrypted packet before processing its contents. In vulnerable xrdp versions, this verification step was never implemented in the receiving code path. The signature generation code exists and functions correctly, but the corresponding validation logic is entirely missing, creating an asymmetric security posture where integrity protection exists in name only.

Attack Vector

The attack requires network-level access to position the attacker between the RDP client and the xrdp server. A successful man-in-the-middle attack can be established through various means including ARP spoofing, DNS poisoning, BGP hijacking, or compromised network infrastructure.

Once positioned, the attacker intercepts encrypted RDP traffic flowing between client and server. Because the xrdp server does not verify MAC signatures, the attacker can modify packet contents while maintaining valid encryption. This enables various attacks including injecting keystrokes, altering displayed content, or manipulating file transfers occurring over the RDP session.

The attack is particularly dangerous because it operates at the protocol level and leaves no obvious indicators to the end user. The encrypted session continues to function normally from the user's perspective while the attacker manipulates traffic.

Detection Methods for CVE-2026-32105

Indicators of Compromise

  • Unexpected network latency or packet timing anomalies in RDP sessions that may indicate MITM interception
  • ARP table inconsistencies or duplicate MAC addresses on network segments hosting xrdp servers
  • Unusual network topology changes or routing anomalies affecting RDP traffic paths
  • Discrepancies between expected and actual RDP session behavior reported by users

Detection Strategies

  • Monitor xrdp configuration files (xrdp.ini) for security_layer settings not set to tls
  • Implement network intrusion detection rules to identify potential ARP spoofing or MITM positioning attacks
  • Audit xrdp version deployments across infrastructure to identify instances running versions 0.10.5 or earlier
  • Deploy network traffic analysis to detect anomalies in RDP session patterns

Monitoring Recommendations

  • Enable verbose logging on xrdp servers to capture connection security layer negotiation details
  • Implement continuous configuration monitoring for xrdp.ini files to detect unauthorized security layer changes
  • Monitor for TLS certificate warnings or failures that may indicate MITM attempts when TLS is enforced
  • Establish baseline network behavior metrics for RDP traffic to facilitate anomaly detection

How to Mitigate CVE-2026-32105

Immediate Actions Required

  • Upgrade xrdp to version 0.10.6 or later which includes the proper MAC signature verification implementation
  • If immediate upgrade is not possible, configure xrdp.ini to enforce TLS security layer by setting security_layer=tls
  • Audit all xrdp deployments to inventory affected systems and prioritize remediation
  • Review network segmentation to limit exposure of xrdp servers to potential MITM attacks

Patch Information

The vulnerability has been fixed in xrdp version 0.10.6. The patch implements proper MAC signature verification in the receiving code path for Classic RDP Security layer connections. Users should update to this version as soon as possible.

For additional details, refer to the GitHub Release v0.10.6 and the GitHub Security Advisory GHSA-j2jm-c596-c5q3.

Workarounds

  • Configure security_layer=tls in xrdp.ini to enforce TLS security, which provides independent integrity verification
  • Implement network-level protections such as 802.1X authentication and dynamic ARP inspection to prevent MITM positioning
  • Deploy xrdp servers on isolated network segments with strict access controls
  • Use VPN tunnels for RDP traffic to provide an additional encryption and integrity layer
bash
# Configuration example - Enforce TLS security in xrdp.ini
# Edit /etc/xrdp/xrdp.ini and modify the security_layer setting

[Globals]
; Force TLS security layer to mitigate MAC verification bypass
security_layer=tls

# Restart xrdp service after configuration change
sudo systemctl restart xrdp

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

  • Vulnerability Details
  • TypeInformation Disclosure

  • Vendor/TechXrdp

  • SeverityCRITICAL

  • CVSS Score9.3

  • EPSS Probability0.05%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:N/VI:H/VA:L/SC:H/SI:H/SA:L/E:X/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-354
  • Technical References
  • GitHub Release v0.10.6

  • GitHub Security Advisory GHSA-j2jm-c596-c5q3
  • Related CVEs
  • CVE-2026-33516: xrdp Out-of-Bounds Read DoS Vulnerability

  • CVE-2026-33689: xrdp Out-of-Bounds Read Vulnerability

  • CVE-2026-32623: xrdp Buffer Overflow Vulnerability

  • CVE-2026-33145: xrdp AlternateShell RCE 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