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

CVE-2026-33985: FreeRDP Information Disclosure Flaw

CVE-2026-33985 is an information disclosure vulnerability in FreeRDP where pixel data from adjacent heap memory is rendered to screen, exposing sensitive data. This article covers technical details, affected versions, and patches.

Published: April 2, 2026

CVE-2026-33985 Overview

FreeRDP, the free implementation of the Remote Desktop Protocol, contains a critical out-of-bounds read vulnerability that allows attackers to extract sensitive information from adjacent heap memory. Prior to version 3.24.2, pixel data from adjacent heap memory is rendered to the screen during RDP sessions, potentially leaking confidential data to malicious actors who can intercept or observe the rendered content.

Critical Impact

This vulnerability enables network-based attackers to potentially extract sensitive information including credentials, session data, or other confidential information stored in heap memory adjacent to pixel buffers during active RDP sessions.

Affected Products

  • FreeRDP versions prior to 3.24.2
  • All platforms running vulnerable FreeRDP client implementations
  • Applications and systems that embed or utilize the FreeRDP library

Discovery Timeline

  • 2026-03-30 - CVE-2026-33985 published to NVD
  • 2026-04-01 - Last updated in NVD database

Technical Details for CVE-2026-33985

Vulnerability Analysis

This vulnerability is classified as CWE-125: Out-of-Bounds Read. The flaw occurs when FreeRDP processes pixel data for rendering during Remote Desktop Protocol sessions. Due to improper bounds checking, the application reads beyond the intended buffer boundaries, accessing adjacent heap memory regions. This extraneous memory content is then inadvertently rendered to the screen as pixel data.

The attack requires user interaction—specifically, a victim must connect to a malicious RDP server or be in a position where an attacker can manipulate the RDP session. Once triggered, the vulnerability can expose sensitive data residing in heap memory, leading to significant confidentiality impacts. While the primary concern is information disclosure, the vulnerability may also cause limited availability issues if the out-of-bounds read accesses invalid memory regions.

Root Cause

The root cause lies in insufficient validation of pixel data buffer boundaries within FreeRDP's rendering pipeline. When processing graphical updates from an RDP server, the client fails to properly verify that the pixel data length aligns with the expected buffer size. This allows read operations to extend beyond allocated memory, capturing adjacent heap contents that may contain sensitive application data or system information.

Attack Vector

The attack is network-based and requires user interaction. An attacker can exploit this vulnerability by:

  1. Setting up a malicious RDP server that sends specially crafted pixel data responses
  2. Enticing a victim to connect to the malicious server
  3. The malicious server sends graphics data that triggers the out-of-bounds read condition
  4. Adjacent heap memory contents are rendered as pixel data on the victim's screen
  5. The attacker, controlling the server, can analyze the returned graphics data to extract leaked information

The vulnerability does not require prior authentication to the RDP session, making it accessible to any network attacker who can convince a user to connect to their malicious server. For detailed technical information, refer to the GitHub Security Advisory.

Detection Methods for CVE-2026-33985

Indicators of Compromise

  • Unexpected visual artifacts or corrupted pixel data appearing during RDP sessions
  • Connections to unknown or suspicious RDP servers
  • FreeRDP client crashes or instability during graphics-intensive operations
  • Network traffic patterns showing connections to unrecognized RDP endpoints

Detection Strategies

  • Monitor for FreeRDP client connections to untrusted or unknown RDP server addresses
  • Implement network segmentation and logging for all outbound RDP traffic
  • Deploy endpoint detection rules to identify FreeRDP versions prior to 3.24.2
  • Use application inventory tools to audit systems for vulnerable FreeRDP installations

Monitoring Recommendations

  • Enable detailed logging for RDP client activities across the enterprise
  • Configure SIEM alerts for RDP connections to non-corporate destinations
  • Establish baseline behavior for RDP usage patterns to detect anomalous connections
  • Monitor for unexpected memory access patterns in systems running FreeRDP clients

How to Mitigate CVE-2026-33985

Immediate Actions Required

  • Upgrade FreeRDP to version 3.24.2 or later immediately
  • Audit all systems and applications using FreeRDP libraries for vulnerable versions
  • Restrict RDP client connections to trusted, known servers through network policies
  • Educate users about the risks of connecting to untrusted RDP servers

Patch Information

The FreeRDP development team has released version 3.24.2 which addresses this vulnerability. The fix implements proper bounds checking for pixel data buffers, ensuring read operations cannot exceed allocated memory boundaries. Review the GitHub Commit for technical details on the patch implementation.

Organizations should prioritize updating to the patched version through their standard software update channels. For systems using FreeRDP as a library dependency, ensure all dependent applications are rebuilt against the patched version.

Workarounds

  • Implement network-level controls to restrict RDP connections to approved server lists only
  • Use VPN or other secure tunneling for all RDP communications
  • Disable FreeRDP client functionality on systems where it is not required
  • Deploy application whitelisting to prevent execution of vulnerable FreeRDP versions
bash
# Check installed FreeRDP version
xfreerdp --version

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

# Block outbound RDP to untrusted destinations (iptables example)
iptables -A OUTPUT -p tcp --dport 3389 -d <trusted_server_ip> -j ACCEPT
iptables -A OUTPUT -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
  • TypeInformation Disclosure

  • Vendor/TechFreerdp

  • SeverityHIGH

  • CVSS Score7.1

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:L
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Vendor Resources
  • GitHub Commit Update

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-25941: FreeRDP Information Disclosure Flaw

  • CVE-2026-33952: FreeRDP Gateway DOS Vulnerability

  • CVE-2026-33977: FreeRDP Client DoS Vulnerability

  • CVE-2026-33982: FreeRDP Buffer Overflow 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