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

CVE-2026-32624: xrdp Buffer Overflow Vulnerability

CVE-2026-32624 is a heap-based buffer overflow vulnerability in xrdp that allows unauthenticated attackers to trigger DoS via crafted usernames. This post covers technical details, affected versions, and mitigation steps.

Published: April 23, 2026

CVE-2026-32624 Overview

CVE-2026-32624 is a heap-based buffer overflow vulnerability affecting xrdp, an open source Remote Desktop Protocol (RDP) server. The vulnerability exists in the logon processing functionality and can be triggered by unauthenticated remote attackers when the domain_user_separator directive is explicitly configured in xrdp.ini. By sending a crafted, excessively long username and domain name combination, an attacker can overflow the internal buffer and corrupt adjacent memory regions.

Critical Impact

Unauthenticated remote attackers can trigger a Denial of Service (DoS) condition or cause unexpected behavior on xrdp servers with non-default domain_user_separator configuration.

Affected Products

  • xrdp versions through 0.10.5
  • Systems with domain_user_separator configured in xrdp.ini
  • Linux/Unix servers running xrdp as an RDP gateway

Discovery Timeline

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

Technical Details for CVE-2026-32624

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), a memory corruption flaw that occurs when data written to a heap-allocated buffer exceeds its allocated size. The vulnerability resides in xrdp's logon processing code path, which handles username and domain name parsing during RDP authentication.

The flaw is only exploitable when the domain_user_separator directive is explicitly configured in the xrdp.ini configuration file. By default, this directive is commented out, meaning default installations are not vulnerable. However, organizations that have enabled this feature to support domain-based authentication are at risk.

An unauthenticated attacker with network access to the xrdp service (typically TCP port 3389) can exploit this vulnerability without requiring valid credentials. The attack involves sending malformed RDP logon packets containing oversized username and domain fields that exceed the expected buffer boundaries.

Root Cause

The root cause is insufficient bounds checking when processing username and domain name strings during logon authentication. When domain_user_separator is configured, xrdp concatenates the domain and username into an internal buffer without properly validating that the combined length does not exceed the allocated buffer size. This allows an attacker to provide excessively long input that overflows the heap-allocated buffer and corrupts adjacent memory regions.

Attack Vector

The attack is network-based and requires no authentication or user interaction. An attacker can remotely target any xrdp server that has domain_user_separator enabled by connecting to the RDP port and initiating a malicious logon sequence. The crafted packet contains an oversized username and domain combination designed to trigger the heap overflow during the parsing phase of authentication processing.

The vulnerability can be exploited to cause a Denial of Service by crashing the xrdp service or inducing unexpected behavior through memory corruption. Due to the nature of heap overflows, exploitation beyond DoS may be theoretically possible depending on memory layout and heap allocator behavior, though no public exploits demonstrating such capabilities have been identified.

Detection Methods for CVE-2026-32624

Indicators of Compromise

  • Unexpected xrdp service crashes or restarts, particularly during authentication attempts
  • Anomalous RDP logon attempts with unusually long username or domain fields in authentication logs
  • Memory corruption errors or segmentation faults in xrdp process logs
  • Increased connection attempts to RDP ports from unknown sources

Detection Strategies

  • Monitor xrdp logs for authentication failures with malformed or excessively long usernames
  • Implement network intrusion detection rules to identify RDP packets with oversized credential fields
  • Deploy endpoint detection solutions capable of identifying heap corruption and abnormal process termination
  • Review system logs for repeated xrdp service failures or unexpected terminations

Monitoring Recommendations

  • Enable detailed logging in xrdp to capture authentication attempt details
  • Configure alerting for xrdp service crashes or high restart rates
  • Implement network traffic analysis to detect anomalous RDP traffic patterns
  • Monitor for connections to RDP services from unexpected geographic regions or IP ranges

How to Mitigate CVE-2026-32624

Immediate Actions Required

  • Upgrade xrdp to version 0.10.6 or later immediately
  • If upgrade is not immediately possible, comment out or remove the domain_user_separator directive from xrdp.ini
  • Restrict network access to xrdp services using firewall rules to limit exposure
  • Implement network segmentation to isolate RDP servers from untrusted networks

Patch Information

The vulnerability has been fixed in xrdp version 0.10.6. Organizations should upgrade to this version or later to fully remediate the issue. The patch addresses the buffer overflow by implementing proper bounds checking when processing username and domain name strings during logon.

For detailed information about the fix, refer to the GitHub Release v0.10.6 and the GitHub Security Advisory GHSA-7q2g-6fjr-h6pp.

Workarounds

  • Comment out the domain_user_separator directive in xrdp.ini to revert to default (non-vulnerable) behavior
  • Implement a VPN or jump host requirement to access xrdp services, reducing external attack surface
  • Deploy a Web Application Firewall (WAF) or network security device capable of inspecting RDP traffic for malicious patterns
  • Limit RDP access to known, trusted IP addresses through firewall ACLs
bash
# Configuration example
# In /etc/xrdp/xrdp.ini, ensure domain_user_separator is commented out:
# domain_user_separator=@

# Alternatively, restrict access via iptables:
iptables -A INPUT -p tcp --dport 3389 -s <trusted_network> -j ACCEPT
iptables -A INPUT -p tcp --dport 3389 -j DROP

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechXrdp

  • SeverityMEDIUM

  • CVSS Score6.3

  • EPSS Probability0.17%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:N/VI:L/VA:L/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
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-122
  • Technical References
  • GitHub Release v0.10.6

  • GitHub Security Advisory GHSA-7q2g-6fjr-h6pp
  • Related CVEs
  • CVE-2026-32623: xrdp Buffer Overflow Vulnerability

  • CVE-2025-68670: xrdp Buffer Overflow Vulnerability

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

  • CVE-2026-33689: xrdp Out-of-Bounds Read 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