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

CVE-2026-33982: FreeRDP Buffer Overflow Vulnerability

CVE-2026-33982 is a heap buffer overflow flaw in FreeRDP that causes a read operation 24 bytes before memory allocation. This article covers the technical details, affected versions, security impact, and mitigation.

Published: April 2, 2026

CVE-2026-33982 Overview

CVE-2026-33982 is a heap-buffer-overflow READ vulnerability affecting FreeRDP, the widely-used free implementation of the Remote Desktop Protocol. The vulnerability exists in the winpr_aligned_offset_recalloc() function, where an out-of-bounds read occurs 24 bytes before the memory allocation boundary. This memory corruption issue can be exploited over the network and may lead to information disclosure or denial of service conditions when a user connects to a malicious RDP server.

Critical Impact

Remote attackers can exploit this heap buffer overflow to read sensitive memory contents or crash FreeRDP client applications, potentially exposing confidential data or disrupting remote desktop operations.

Affected Products

  • FreeRDP versions prior to 3.24.2
  • All platforms running vulnerable FreeRDP builds (Windows, Linux, macOS)
  • Applications integrating the FreeRDP library

Discovery Timeline

  • March 30, 2026 - CVE-2026-33982 published to NVD
  • April 1, 2026 - Last updated in NVD database

Technical Details for CVE-2026-33982

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory corruption issue that occurs when the software reads data past the end of the intended buffer—in this case, 24 bytes before the allocated memory region. The flaw resides in the winpr_aligned_offset_recalloc() function within FreeRDP's WinPR (Windows Portable Runtime) library component.

When processing certain RDP data, the affected function fails to properly validate memory boundaries during aligned memory reallocation operations. This allows an attacker controlling a malicious RDP server to craft specific responses that trigger the out-of-bounds read condition when a victim connects to the server.

The vulnerability requires user interaction (a victim must connect to a malicious server), but once triggered, it can leak sensitive heap memory contents or cause the client application to crash. The impact includes potential exposure of authentication credentials, session data, or other sensitive information stored in adjacent memory regions.

Root Cause

The root cause of CVE-2026-33982 lies in improper bounds checking within the aligned memory reallocation function. The winpr_aligned_offset_recalloc() function did not adequately validate the offset and size parameters when reallocating aligned memory blocks, allowing read operations to access memory 24 bytes before the legitimate allocation boundary.

The persistent cache component in libfreerdp/cache/persistent.c utilizes aligned memory allocation functions that were susceptible to this boundary miscalculation, particularly when handling bitmap cache data from RDP server responses.

Attack Vector

The attack vector for CVE-2026-33982 is network-based and requires user interaction. An attacker must:

  1. Set up a malicious RDP server under their control
  2. Entice a victim to connect to the malicious server using a vulnerable FreeRDP client
  3. Send specially crafted RDP responses that trigger the heap buffer overflow during cache processing
  4. Exploit the out-of-bounds read to leak memory contents or crash the client

The security patch addresses this vulnerability by introducing proper alignment handling using winpr_aligned_calloc with an explicit alignment constant:

c
 	size_t bmpSize;
 };
 
+static const size_t PERSIST_ALIGN = 32;
 static const char sig_str[] = "RDP8bmp";
 
 int persistent_cache_get_version(rdpPersistentCache* persistent)

Source: GitHub Commit Update

Detection Methods for CVE-2026-33982

Indicators of Compromise

  • Unexpected FreeRDP client crashes during RDP session establishment
  • Memory access violations or segmentation faults in FreeRDP processes
  • Abnormal RDP traffic patterns from connections to unknown or suspicious servers
  • Core dumps indicating memory corruption in winpr_aligned_offset_recalloc() or cache-related functions

Detection Strategies

  • Monitor for FreeRDP client crashes with stack traces pointing to winpr_aligned_offset_recalloc() or persistent cache functions
  • Implement network monitoring for RDP connections to untrusted or newly registered domains
  • Deploy endpoint detection rules to identify FreeRDP processes exhibiting abnormal memory access patterns
  • Use memory sanitizers (ASan, MSan) in development and testing environments to catch out-of-bounds reads

Monitoring Recommendations

  • Enable application crash logging for all FreeRDP deployments to capture memory corruption events
  • Implement network security controls to restrict RDP connections to approved, trusted servers only
  • Monitor system logs for repeated FreeRDP process terminations that may indicate exploitation attempts
  • Deploy SentinelOne Singularity platform for real-time detection of memory corruption exploitation attempts

How to Mitigate CVE-2026-33982

Immediate Actions Required

  • Upgrade FreeRDP to version 3.24.2 or later immediately across all affected systems
  • Audit RDP server connections and restrict access to trusted, verified servers only
  • Review security policies to prevent users from connecting to arbitrary RDP servers
  • Implement network segmentation to limit exposure of RDP client systems

Patch Information

FreeRDP has released version 3.24.2 which addresses this heap buffer overflow vulnerability. The fix introduces proper memory alignment handling in the persistent cache component, preventing out-of-bounds read operations.

Patch details are available in the GitHub Security Advisory GHSA-8jm9-2925-g4v2. The specific code changes can be reviewed in the GitHub Commit Update.

Workarounds

  • Restrict RDP client usage to connections with known, trusted servers only until patching is complete
  • Disable persistent bitmap caching if the feature is not required for your RDP workflow
  • Implement firewall rules to block outbound RDP connections to untrusted networks
  • Deploy application-level controls to prevent FreeRDP execution in high-risk environments
bash
# Example: Restrict FreeRDP connections via firewall (Linux iptables)
# Allow RDP only to trusted server 192.168.1.100
iptables -A OUTPUT -p tcp --dport 3389 -d 192.168.1.100 -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
  • TypeBuffer Overflow

  • Vendor/TechFreerdp

  • SeverityHIGH

  • CVSS Score8.1

  • EPSS Probability0.03%

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

  • GitHub Security Advisory GHSA-8jm9-2925-g4v2
  • Related CVEs
  • CVE-2026-33984: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33986: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33987: FreeRDP Buffer Overflow Vulnerability

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