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

CVE-2026-32623: xrdp Buffer Overflow Vulnerability

CVE-2026-32623 is a heap-based buffer overflow in xrdp's NeutrinoRDP module that could allow remote code execution. This article covers the technical details, affected versions through 0.10.5, and mitigation steps.

Published: April 23, 2026

CVE-2026-32623 Overview

CVE-2026-32623 is a heap-based buffer overflow vulnerability affecting xrdp, an open source RDP (Remote Desktop Protocol) server. The vulnerability exists in the NeutrinoRDP module through version 0.10.5, where improper validation of reassembled fragmented virtual channel data against allocated memory buffers can lead to memory corruption. This flaw could be exploited by a malicious downstream RDP server or an attacker capable of performing a Man-in-the-Middle attack, potentially resulting in Denial of Service (DoS) or Remote Code Execution (RCE).

Critical Impact

Exploitation of this heap-based buffer overflow could allow remote attackers to corrupt memory, crash services, or potentially achieve remote code execution on vulnerable xrdp servers with the NeutrinoRDP module enabled.

Affected Products

  • xrdp versions through 0.10.5 with NeutrinoRDP module enabled
  • Systems compiled with --enable-neutrinordp flag
  • Environments proxying RDP sessions through xrdp to downstream servers

Discovery Timeline

  • April 17, 2026 - CVE-2026-32623 published to NVD
  • April 20, 2026 - Last updated in NVD database

Technical Details for CVE-2026-32623

Vulnerability Analysis

This vulnerability is classified as CWE-122 (Heap-based Buffer Overflow), a critical memory corruption flaw occurring when data is written beyond the bounds of allocated heap memory. The vulnerability manifests when the NeutrinoRDP module processes fragmented virtual channel data during RDP session proxying. The module fails to properly validate whether the size of reassembled data fragments fits within the allocated memory buffer before writing to it.

When xrdp proxies an RDP session to another server, virtual channel data can be transmitted in fragments that are reassembled on the receiving end. The NeutrinoRDP module does not perform adequate bounds checking during this reassembly process, allowing oversized data to overflow the heap buffer and corrupt adjacent memory regions.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the NeutrinoRDP module's virtual channel data handling code. Specifically, when reassembling fragmented virtual channel data, the module does not verify that the cumulative size of all fragments matches or is less than the initially allocated buffer size. This allows a malicious actor to send crafted fragments that, when combined, exceed the buffer capacity.

Attack Vector

The attack vector requires network access and involves either operating a malicious RDP server that xrdp proxies sessions to, or performing a Man-in-the-Middle attack between xrdp and a legitimate downstream RDP server. The attacker can then inject malformed virtual channel fragments that trigger the buffer overflow when reassembled by the vulnerable NeutrinoRDP module.

The vulnerability exploits the trust relationship between xrdp and downstream RDP servers. When xrdp operates as a proxy, it expects properly formed data from the downstream server. By sending carefully crafted fragmented data that overflows during reassembly, an attacker can corrupt heap memory, potentially overwriting critical data structures or function pointers to achieve code execution.

The exploitation scenario involves the attacker sending specially crafted RDP virtual channel fragments through the proxied connection. When these fragments are reassembled without proper size validation, the resulting buffer overflow can corrupt adjacent heap allocations, leading to unpredictable behavior including service crashes or arbitrary code execution.

Detection Methods for CVE-2026-32623

Indicators of Compromise

  • Unexpected crashes or instability in the xrdp service process
  • Unusual memory consumption patterns in xrdp processes
  • Suspicious outbound connections or behavior from xrdp service
  • Core dumps or segmentation fault errors in xrdp logs related to NeutrinoRDP

Detection Strategies

  • Monitor xrdp service logs for segmentation faults, memory errors, or unexpected terminations
  • Implement network monitoring to detect anomalous RDP traffic patterns between xrdp and downstream servers
  • Deploy endpoint detection solutions to identify heap corruption attempts targeting xrdp processes
  • Use SentinelOne's behavioral AI to detect memory corruption exploitation attempts

Monitoring Recommendations

  • Enable verbose logging for xrdp service to capture virtual channel processing events
  • Configure alerting for repeated xrdp process restarts or crashes
  • Monitor network traffic for unusually large or malformed RDP virtual channel data
  • Implement integrity monitoring for xrdp binary and configuration files

How to Mitigate CVE-2026-32623

Immediate Actions Required

  • Verify if NeutrinoRDP module is enabled by running xrdp -v and checking for --enable-neutrinordp in the output
  • Upgrade xrdp to version 0.10.6 or later immediately if NeutrinoRDP is enabled
  • If upgrade is not immediately possible, consider disabling the NeutrinoRDP module until patching is complete
  • Review network architecture to limit exposure of xrdp proxy connections to trusted downstream servers only

Patch Information

The vulnerability has been addressed in xrdp version 0.10.6. Organizations should upgrade to this version or later to remediate the vulnerability. The fix implements proper validation of reassembled fragmented virtual channel data sizes against allocated buffer capacities before writing to memory.

For detailed patch information and release notes, refer to the GitHub Release v0.10.6 and the GitHub Security Advisory GHSA-phw3-qp59-x2v4.

Workarounds

  • Disable the NeutrinoRDP module if it is not required for your environment
  • Implement network segmentation to isolate xrdp servers from untrusted downstream RDP servers
  • Use VPN or encrypted tunnels with mutual authentication when connecting to downstream RDP servers
  • Deploy intrusion prevention systems to detect and block exploitation attempts targeting RDP protocols
bash
# Check if NeutrinoRDP module is enabled
xrdp -v | grep neutrinordp

# If module is enabled and upgrade is not immediately possible,
# consider rebuilding xrdp without NeutrinoRDP support
# by omitting the --enable-neutrinordp configure flag

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

  • SeverityHIGH

  • CVSS Score7.7

  • EPSS Probability0.48%

  • 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-122
  • Technical References
  • GitHub Release v0.10.6

  • GitHub Security Advisory GHSA-phw3-qp59-x2v4
  • Related CVEs
  • CVE-2026-32624: 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