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-33516

CVE-2026-33516: xrdp Out-of-Bounds Read DoS Vulnerability

CVE-2026-33516 is an out-of-bounds read flaw in xrdp RDP server that allows unauthenticated attackers to crash the service or leak memory. This post covers technical details, affected versions, impact, and mitigation.

Published: April 23, 2026

CVE-2026-33516 Overview

CVE-2026-33516 is an out-of-bounds read vulnerability affecting xrdp, an open source Remote Desktop Protocol (RDP) server. The vulnerability exists in versions through 0.10.5 and occurs during the RDP capability exchange phase when memory is accessed before validating the remaining buffer length. A remote, unauthenticated attacker can exploit this flaw by sending a specially crafted Confirm Active PDU, potentially leading to denial of service through process crash or disclosure of sensitive information from process memory.

Critical Impact

Remote unauthenticated attackers can crash the xrdp service or potentially extract sensitive data from process memory by exploiting improper buffer length validation during RDP session negotiation.

Affected Products

  • xrdp versions through 0.10.5
  • Systems running vulnerable xrdp RDP server implementations
  • Linux/Unix servers providing RDP access via xrdp

Discovery Timeline

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

Technical Details for CVE-2026-33516

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory corruption issue that occurs when the xrdp server processes RDP capability exchange messages. The flaw manifests during the handling of Confirm Active Protocol Data Units (PDUs), which are part of the RDP connection sequence used to establish session capabilities between client and server.

The root issue stems from the server accessing memory contents before performing adequate validation of the remaining buffer length. When a malformed Confirm Active PDU is received with insufficient data, the server may read beyond the allocated buffer boundaries, accessing adjacent memory regions that could contain sensitive information or causing the process to crash when encountering invalid memory addresses.

From a network perspective, this vulnerability is particularly concerning because it can be triggered by unauthenticated remote attackers. The RDP capability exchange occurs early in the connection sequence, before full authentication is completed, allowing attackers to exploit the flaw without valid credentials.

Root Cause

The vulnerability's root cause is improper input validation in the RDP capability parsing code. Specifically, the xrdp server fails to verify that the incoming PDU contains sufficient data before attempting to read capability structures from the buffer. This missing bounds check allows attackers to provide truncated or malformed PDUs that cause the server to read past the end of the legitimate data, resulting in an out-of-bounds memory access condition.

Attack Vector

The attack vector for CVE-2026-33516 is network-based, requiring no authentication or user interaction beyond the initial connection attempt. An attacker would:

  1. Establish a TCP connection to the xrdp server (typically port 3389)
  2. Initiate the RDP connection sequence
  3. During the capability exchange phase, send a specially crafted Confirm Active PDU with malformed length fields or truncated data
  4. The server processes the malicious PDU and reads beyond the buffer boundary

The vulnerability affects the network-exposed RDP service, making it accessible to any attacker who can reach the target system over the network. Successful exploitation results in either service disruption through crash or information disclosure from leaked process memory contents.

Detection Methods for CVE-2026-33516

Indicators of Compromise

  • Unexpected xrdp service crashes or restarts without administrative action
  • Core dumps from the xrdp process indicating segmentation faults or memory access violations
  • Unusual network traffic patterns showing malformed RDP PDUs during capability negotiation
  • Failed RDP connection attempts followed immediately by service unavailability

Detection Strategies

  • Monitor xrdp service stability and implement alerting for unexpected process terminations
  • Deploy network intrusion detection rules to identify malformed RDP Confirm Active PDUs
  • Analyze system logs for xrdp crash events, particularly those occurring during connection establishment
  • Implement deep packet inspection for RDP traffic to detect protocol anomalies

Monitoring Recommendations

  • Configure process monitoring to alert on xrdp daemon crashes or automatic restarts
  • Enable detailed logging for RDP connection attempts and capability negotiation failures
  • Monitor memory usage patterns of the xrdp process for anomalies that might indicate exploitation attempts
  • Set up network flow analysis to detect scanning activity targeting RDP services

How to Mitigate CVE-2026-33516

Immediate Actions Required

  • Upgrade xrdp to version 0.10.6 or later immediately to address this vulnerability
  • Restrict network access to the xrdp service using firewall rules to trusted IP ranges only
  • Consider implementing VPN requirements for RDP access to reduce exposure
  • Enable process crash monitoring and automatic service restart as a temporary resilience measure

Patch Information

The xrdp development team has addressed this vulnerability in version 0.10.6. The fix implements proper buffer length validation before accessing memory during the capability exchange phase, preventing the out-of-bounds read condition. Organizations should update their xrdp installations to this version or later. For detailed information about the security fix, refer to the GitHub Security Advisory GHSA-rvh9-9wm3-28c7 and the xrdp v0.10.6 release notes.

Workarounds

  • Implement network-level access controls to limit RDP exposure to trusted networks only
  • Deploy a reverse proxy or RDP gateway that can filter malformed protocol messages
  • Use VPN tunneling for all RDP connections to prevent direct exposure to untrusted networks
  • Consider disabling xrdp temporarily on non-critical systems until patching is complete
bash
# Example firewall configuration to restrict xrdp access
# Allow RDP only from trusted management network
iptables -A INPUT -p tcp --dport 3389 -s 10.0.0.0/24 -j ACCEPT
iptables -A INPUT -p tcp --dport 3389 -j DROP

# Verify xrdp version and upgrade if needed
xrdp --version
# If vulnerable, upgrade to 0.10.6 or later
apt-get update && apt-get install xrdp=0.10.6

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechXrdp

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.19%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N/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
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Release v0.10.6

  • GitHub Security Advisory GHSA-rvh9-9wm3-28c7
  • Related CVEs
  • CVE-2026-33689: xrdp Out-of-Bounds Read Vulnerability

  • CVE-2026-32623: xrdp Buffer Overflow Vulnerability

  • CVE-2026-33145: xrdp AlternateShell RCE Vulnerability

  • CVE-2026-35512: xrdp 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