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-2024-32659

CVE-2024-32659: FreeRDP Buffer Overflow Vulnerability

CVE-2024-32659 is a buffer overflow flaw in FreeRDP that causes out-of-bounds read under specific conditions. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: April 15, 2026

CVE-2024-32659 Overview

CVE-2024-32659 is an out-of-bounds read vulnerability affecting FreeRDP, a free and open-source implementation of the Remote Desktop Protocol (RDP). FreeRDP-based clients prior to version 3.5.1 are vulnerable to an out-of-bounds read condition that occurs when both nWidth and nHeight parameters equal zero. This memory safety issue can allow attackers to read sensitive data from memory locations outside the intended buffer boundaries, potentially leading to information disclosure or application crashes.

Critical Impact

Remote attackers can exploit this out-of-bounds read vulnerability over the network without authentication to access sensitive memory contents, potentially exposing confidential information or causing denial of service in FreeRDP client applications.

Affected Products

  • FreeRDP versions prior to 3.5.1
  • Fedora 38, 39, and 40 (with vulnerable FreeRDP packages)
  • Debian Linux (LTS versions with unpatched FreeRDP)

Discovery Timeline

  • 2024-04-23 - CVE-2024-32659 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-32659

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when software reads data past the end or before the beginning of an intended buffer. In the case of CVE-2024-32659, the FreeRDP client fails to properly validate dimension parameters before performing memory read operations.

When the nWidth and nHeight parameters are both set to zero, the FreeRDP client proceeds with memory operations without appropriate boundary checks. This condition bypasses the normal bounds validation logic that would otherwise prevent reading beyond allocated memory regions. The vulnerability was identified through fuzzing efforts, as evidenced by the OSS-Fuzz test case associated with this issue.

The network-accessible nature of this vulnerability is particularly concerning because RDP clients connect to potentially untrusted servers. A malicious RDP server could craft responses specifically designed to trigger this condition, causing the client to read memory outside its intended boundaries.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within FreeRDP's image processing or rendering code paths. When dimension parameters (nWidth and nHeight) are both zero, the code fails to properly handle this edge case before performing memory operations. This missing validation allows the subsequent code to calculate incorrect buffer boundaries or offsets, resulting in memory reads from unintended locations.

The fix implemented in version 3.5.1 adds proper validation checks to ensure that zero-dimension scenarios are handled safely before any memory operations occur.

Attack Vector

The attack vector for CVE-2024-32659 is network-based and requires no authentication or user interaction to exploit. An attacker could set up a malicious RDP server that sends specially crafted responses containing zero-width and zero-height parameters to trigger the out-of-bounds read condition in connecting FreeRDP clients.

The exploitation scenario involves:

  1. Attacker establishes a malicious RDP server or compromises an existing one
  2. Victim connects to the malicious server using a vulnerable FreeRDP client
  3. Server sends crafted responses with nWidth == 0 and nHeight == 0
  4. Client processes the response without proper validation
  5. Out-of-bounds read occurs, potentially exposing sensitive memory contents

For detailed technical information about the vulnerability mechanism, refer to the GitHub Security Advisory and the associated patch commit.

Detection Methods for CVE-2024-32659

Indicators of Compromise

  • Unexpected FreeRDP client crashes or segmentation faults during RDP sessions
  • Abnormal memory access patterns in FreeRDP client processes
  • RDP traffic containing image data with zero-dimension parameters
  • Core dumps or error logs indicating out-of-bounds memory access in FreeRDP components

Detection Strategies

  • Monitor network traffic for RDP connections to untrusted or suspicious servers
  • Implement endpoint detection rules to identify FreeRDP client crashes with memory access violations
  • Deploy software composition analysis (SCA) tools to identify systems running FreeRDP versions prior to 3.5.1
  • Use vulnerability scanners to inventory affected FreeRDP installations across the environment

Monitoring Recommendations

  • Enable detailed logging for FreeRDP client connections and monitor for error conditions
  • Track FreeRDP package versions across all systems using asset management tools
  • Monitor for security advisories from FreeRDP, Fedora, and Debian related to RDP client vulnerabilities
  • Implement network segmentation to limit RDP client connections to trusted servers only

How to Mitigate CVE-2024-32659

Immediate Actions Required

  • Upgrade FreeRDP to version 3.5.1 or later immediately on all affected systems
  • Review all systems and applications that depend on FreeRDP libraries and ensure they are updated
  • Restrict RDP connections to trusted servers only until patching is complete
  • Consider temporarily disabling FreeRDP-based RDP clients on high-risk systems if immediate patching is not possible

Patch Information

The FreeRDP project has released version 3.5.1 which contains the fix for this vulnerability. The specific patch can be reviewed in the GitHub commit 6430945. The fix adds proper validation to ensure that zero-dimension parameters are handled safely.

For Linux distributions:

  • Fedora: Updated packages are available through official repositories. See the Fedora package announcements for details
  • Debian: Patches are available through the Debian LTS announcement

Workarounds

  • No vendor-provided workarounds are available for this vulnerability; upgrading to version 3.5.1 or later is the only mitigation
  • As a temporary measure, restrict FreeRDP client usage to connections with trusted, known-good RDP servers
  • Consider using alternative RDP clients until FreeRDP can be updated in your environment
  • Implement network-level controls to prevent connections to untrusted RDP endpoints
bash
# Update FreeRDP on Fedora systems
sudo dnf update freerdp

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

# Verify installed FreeRDP version
xfreerdp --version

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

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability0.40%

  • 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-125
  • Technical References
  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • Fedora Package Announcement

  • OSS-Fuzz Test Case

  • Debian LTS Announcement
  • Vendor Resources
  • GitHub FreeRDP Commit

  • GitHub Security Advisory
  • Related CVEs
  • CVE-2026-33982: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33984: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33986: FreeRDP Buffer Overflow Vulnerability

  • CVE-2026-33987: FreeRDP Buffer Overflow Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today 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