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-2022-23477

CVE-2022-23477: Neutrinolabs Xrdp Buffer Overflow Flaw

CVE-2022-23477 is a buffer overflow vulnerability in Neutrinolabs Xrdp's audin_send_open() function affecting versions before v0.9.21. This article covers the technical details, affected versions, and mitigation.

Published: February 18, 2026

CVE-2022-23477 Overview

CVE-2022-23477 is a critical buffer overflow vulnerability affecting xrdp, an open source project that provides graphical login capabilities to remote machines using Microsoft Remote Desktop Protocol (RDP). The vulnerability exists in the audin_send_open() function in xrdp versions prior to v0.9.21, potentially allowing attackers to execute arbitrary code or cause denial of service conditions on affected systems.

Critical Impact

This buffer overflow vulnerability in xrdp can be exploited remotely without authentication, potentially allowing attackers to compromise systems running vulnerable versions of the RDP server software.

Affected Products

  • Neutrinolabs xrdp versions prior to v0.9.21
  • Debian Linux 11.0 with vulnerable xrdp packages

Discovery Timeline

  • 2022-12-09 - CVE-2022-23477 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-23477

Vulnerability Analysis

CVE-2022-23477 is classified as CWE-120 (Buffer Copy without Checking Size of Input), commonly known as a classic buffer overflow. The vulnerability resides in the audin_send_open() function within the xrdp codebase. This function handles audio input redirection as part of the RDP protocol implementation.

Buffer overflow vulnerabilities of this nature occur when data is written beyond the boundaries of allocated memory buffers. In the context of xrdp, the audin_send_open() function fails to properly validate the size of input data before copying it into a fixed-size buffer. This can be exploited by a remote attacker who can craft malicious RDP packets targeting the audio input subsystem.

The vulnerability is exploitable over the network without requiring any authentication or user interaction, making it particularly dangerous for internet-exposed xrdp deployments. Successful exploitation could lead to complete system compromise, including unauthorized code execution with the privileges of the xrdp process.

Root Cause

The root cause of CVE-2022-23477 is insufficient bounds checking in the audin_send_open() function. The function processes data related to audio input channel operations but does not adequately verify that the data being copied fits within the destination buffer. This classic buffer overflow pattern allows an attacker to overwrite adjacent memory, potentially corrupting program state or achieving code execution.

Attack Vector

The attack vector for this vulnerability is network-based. An attacker can exploit CVE-2022-23477 by:

  1. Establishing a connection to a vulnerable xrdp server
  2. Initiating an RDP session targeting the audio input redirection functionality
  3. Sending specially crafted packets that trigger the audin_send_open() function with oversized data
  4. Overflowing the buffer to corrupt memory and potentially redirect program execution

The vulnerability does not require prior authentication, and no user interaction is needed for exploitation. This makes it particularly attractive for automated attacks against exposed xrdp services.

The exploitation mechanism involves manipulating the audio input channel negotiation process within the RDP protocol. An attacker would craft malicious packets that exceed the expected buffer size in the audin_send_open() function, causing memory corruption. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2022-23477

Indicators of Compromise

  • Unexpected crashes or restarts of the xrdp service
  • Anomalous memory consumption patterns in xrdp processes
  • Suspicious network traffic targeting port 3389 with unusual packet sizes
  • Core dumps or segmentation fault logs associated with the xrdp daemon

Detection Strategies

  • Monitor xrdp service logs for crash events or abnormal termination signals
  • Implement network-level monitoring for RDP traffic anomalies targeting audio input channels
  • Deploy intrusion detection rules to identify oversized or malformed RDP packets
  • Conduct regular version audits to identify systems running xrdp versions below v0.9.21

Monitoring Recommendations

  • Enable detailed logging for xrdp services to capture connection attempts and protocol negotiations
  • Configure SIEM alerts for repeated xrdp service crashes or restarts
  • Monitor network traffic for connections to port 3389 from untrusted sources
  • Implement file integrity monitoring on xrdp binaries to detect potential post-exploitation modifications

How to Mitigate CVE-2022-23477

Immediate Actions Required

  • Upgrade xrdp to version 0.9.21 or later immediately
  • Restrict network access to xrdp services using firewall rules
  • Implement network segmentation to limit exposure of RDP services
  • Consider disabling audio input redirection if not required for operations

Patch Information

The vulnerability is fixed in xrdp version 0.9.21 and later. Users should upgrade to the latest stable release to address this vulnerability. According to the official advisory, there are no known workarounds for this issue, making the upgrade the only reliable remediation path.

Debian users should apply the patches provided in Debian Security Advisory DSA-5502. For source-based installations, the latest releases are available from the xrdp GitHub Security Advisory.

Workarounds

  • Limit network exposure of xrdp services to trusted networks only using firewall rules
  • Implement VPN or jump host requirements for RDP access
  • Consider temporarily disabling xrdp services until patching is complete on critical systems
  • Deploy network-level intrusion prevention systems to block exploit attempts
bash
# Configuration example
# Restrict xrdp access to specific trusted networks using iptables
iptables -A INPUT -p tcp --dport 3389 -s 10.0.0.0/8 -j ACCEPT
iptables -A INPUT -p tcp --dport 3389 -j DROP

# Verify xrdp version to confirm patch status
xrdp --version

# Update xrdp on Debian-based systems
sudo apt update && sudo apt install --only-upgrade xrdp

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

  • Vulnerability Details
  • TypeBuffer Overflow

  • Vendor/TechNeutrinolabs Xrdp

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.16%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-120
  • Technical References
  • GitHub Security Advisory

  • Debian Security Advisory DSA-5502
  • Latest CVEs
  • CVE-2025-52793: Esselink.nu Settings CSRF Vulnerability

  • CVE-2025-52772: Virtual Moderator CSRF Vulnerability

  • CVE-2025-48279: WC MyParcel Belgium XSS Vulnerability

  • CVE-2025-39381: KiotViet Sync CSRF 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