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
    • 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-33952

CVE-2026-33952: FreeRDP Gateway DOS Vulnerability

CVE-2026-33952 is a denial of service vulnerability in FreeRDP that causes client crashes when connecting through malicious RDP Gateways. This article covers the technical details, affected versions, and mitigation.

Published: April 2, 2026

CVE-2026-33952 Overview

CVE-2026-33952 is a pre-authentication denial of service vulnerability in FreeRDP, a widely-used free implementation of the Remote Desktop Protocol. The vulnerability exists in versions prior to 3.24.2, where an unvalidated auth_length field read from the network triggers a WINPR_ASSERT() failure in the rts_read_auth_verifier_no_checks() function. This causes any FreeRDP client connecting through a malicious RDP Gateway to crash with SIGABRT.

The vulnerability affects all FreeRDP clients using RPC-over-HTTP gateway transport and requires no authentication to exploit, making it particularly concerning for organizations relying on RDP Gateway infrastructure.

Critical Impact

Any FreeRDP client can be forced to crash when connecting through a malicious RDP Gateway, disrupting remote access capabilities without requiring authentication.

Affected Products

  • FreeRDP versions prior to 3.24.2
  • All FreeRDP clients using RPC-over-HTTP gateway transport
  • Builds compiled with WITH_VERBOSE_WINPR_ASSERT=ON (default release configuration)

Discovery Timeline

  • 2026-03-30 - CVE-2026-33952 published to NVD
  • 2026-04-02 - Last updated in NVD database

Technical Details for CVE-2026-33952

Vulnerability Analysis

This vulnerability is classified under CWE-617 (Reachable Assertion), a condition where an assertion check that can be triggered by external input causes an application to terminate. In this case, the rts_read_auth_verifier_no_checks() function reads the auth_length field directly from network data without proper validation. When a malformed value is received, the WINPR_ASSERT() macro evaluates to false and triggers a SIGABRT signal, immediately terminating the client process.

The vulnerability is exploitable over the network and requires no prior authentication. An attacker who controls or impersonates an RDP Gateway server can send specially crafted responses to trigger the assertion failure in any connecting FreeRDP client. The assertion check is active in default release builds because the WITH_VERBOSE_WINPR_ASSERT compile option is enabled by default.

Root Cause

The root cause is insufficient input validation on the auth_length field before it is used in an assertion check within rts_read_auth_verifier_no_checks(). The function assumes the incoming network data is trustworthy and fails to verify the field against expected bounds before the assertion evaluates the value.

Attack Vector

The attack vector requires an attacker to position themselves as a malicious RDP Gateway server. This can be accomplished through:

  1. DNS spoofing or hijacking - Redirecting RDP Gateway DNS queries to attacker-controlled infrastructure
  2. Man-in-the-middle attacks - Intercepting and modifying RPC-over-HTTP traffic between client and legitimate gateway
  3. Compromised network infrastructure - Gaining control over routers or switches to redirect traffic
  4. Social engineering - Tricking users into connecting to attacker-controlled gateways

When a victim's FreeRDP client initiates a connection through the malicious gateway, the attacker sends a crafted response with an invalid auth_length field. The client processes this field in rts_read_auth_verifier_no_checks(), the assertion fails, and the client terminates with SIGABRT.

The vulnerability mechanism involves improper handling of the authentication verifier data structure during RPC-over-HTTP connection establishment. For complete technical details, refer to the GitHub Security Advisory GHSA-4v4p-9v5x-hc93.

Detection Methods for CVE-2026-33952

Indicators of Compromise

  • FreeRDP client processes terminating unexpectedly with SIGABRT signal
  • Core dump files showing crash in rts_read_auth_verifier_no_checks() function
  • Connection attempts to unknown or suspicious RDP Gateway servers
  • DNS queries resolving RDP Gateway hostnames to unexpected IP addresses

Detection Strategies

  • Monitor for SIGABRT signals and crashes in FreeRDP client processes
  • Implement network monitoring for anomalous RDP Gateway traffic patterns
  • Deploy intrusion detection signatures for malformed RPC-over-HTTP authentication responses
  • Audit DNS resolution for RDP Gateway hostnames against expected IP addresses

Monitoring Recommendations

  • Enable crash reporting and core dump collection on systems running FreeRDP clients
  • Configure SIEM alerting for repeated FreeRDP client terminations
  • Monitor network traffic for suspicious RDP Gateway connection patterns
  • Review certificate validation for RDP Gateway connections to detect man-in-the-middle attempts

How to Mitigate CVE-2026-33952

Immediate Actions Required

  • Upgrade FreeRDP to version 3.24.2 or later immediately
  • Audit all systems using FreeRDP clients for RPC-over-HTTP gateway configurations
  • Verify DNS resolution integrity for RDP Gateway hostnames
  • Implement certificate pinning for trusted RDP Gateway servers where possible

Patch Information

FreeRDP has released version 3.24.2 which addresses this vulnerability by properly validating the auth_length field before processing. The fix ensures that malformed authentication verifier data cannot trigger the assertion failure.

The security patch is available in the following commit: GitHub Commit 4ac0b6467d371a1ad47c1f751c5b305e4c068adb

For additional details, consult the GitHub Security Advisory GHSA-4v4p-9v5x-hc93.

Workarounds

  • Avoid using RPC-over-HTTP gateway transport until the patch can be applied
  • Use direct RDP connections where gateway functionality is not required
  • Implement network-level controls to restrict RDP Gateway connections to known-trusted servers only
  • Consider disabling verbose assertions by rebuilding FreeRDP with WITH_VERBOSE_WINPR_ASSERT=OFF as a temporary measure (note: this may mask other issues)
bash
# Verify installed FreeRDP version
xfreerdp --version

# Update FreeRDP on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade freerdp2-x11

# For source builds, upgrade to patched version
git clone https://github.com/FreeRDP/FreeRDP.git
cd FreeRDP
git checkout 3.24.2
cmake -B build && cmake --build build
sudo cmake --install build

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFreerdp

  • SeverityMEDIUM

  • CVSS Score6.0

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:H/AT:N/PR:N/UI:P/VC:N/VI:N/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
  • ConfidentialityHigh
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-617
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory GHSA-4v4p-9v5x-hc93
  • Related CVEs
  • CVE-2026-33977: FreeRDP Client DoS Vulnerability

  • CVE-2026-33983: FreeRDP Remote Desktop Protocol DoS Flaw

  • CVE-2026-31884: FreeRDP ADPCM Decoder DoS Vulnerability

  • CVE-2026-27015: FreeRDP Denial of Service Vulnerability
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