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-2026-24682

CVE-2026-24682: FreeRDP Buffer Overflow Vulnerability

CVE-2026-24682 is a buffer overflow vulnerability in FreeRDP that causes out-of-bounds memory access during audio format parsing. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 13, 2026

CVE-2026-24682 Overview

CVE-2026-24682 is a heap-based buffer overflow vulnerability in FreeRDP, a free implementation of the Remote Desktop Protocol. The vulnerability exists in the audin_server_recv_formats function, which incorrectly calculates the number of audio formats to free on parse failure. This miscalculation (i + i instead of the correct value) leads to an out-of-bounds access when audio_formats_free is called, potentially causing a denial of service condition or memory corruption.

Critical Impact

Network-accessible FreeRDP servers prior to version 3.22.0 are vulnerable to remote denial of service attacks through malformed audio format data that triggers heap-based out-of-bounds memory access.

Affected Products

  • FreeRDP versions prior to 3.22.0
  • Systems running FreeRDP server with audio input redirection enabled
  • Applications integrating the FreeRDP library for RDP functionality

Discovery Timeline

  • 2026-02-09 - CVE-2026-24682 published to NVD
  • 2026-02-10 - Last updated in NVD database

Technical Details for CVE-2026-24682

Vulnerability Analysis

The vulnerability resides in the audio input channel server implementation within channels/audin/server/audin.c. When the server receives and parses audio format data from a client, it iterates through each format structure. If a parse failure occurs during this iteration, the cleanup code attempts to free the already-allocated audio formats. However, the code incorrectly passes i + i (doubling the iterator) to the audio_formats_free function instead of the correct count, causing the function to attempt freeing more memory than was actually allocated.

This heap-based buffer overflow (CWE-122) occurs because the incorrect calculation causes out-of-bounds memory access, reading and potentially corrupting heap memory beyond the allocated buffer boundaries. An attacker can exploit this by sending specially crafted audio format data that causes a parse failure at a strategic point in the iteration, maximizing the out-of-bounds access.

Root Cause

The root cause is a programming error in the error handling path of audin_server_recv_formats. The developer mistakenly used i + i instead of the correct iterator value when calling audio_formats_free upon encountering a parse failure. This arithmetic error doubles the count of formats to free, leading to heap memory corruption when the function attempts to access and free memory beyond the allocated array.

Attack Vector

The attack vector is network-based, requiring no authentication or user interaction. An attacker can connect to a vulnerable FreeRDP server and send malformed audio format data through the audio input redirection channel. When the server attempts to parse this data and encounters the crafted failure condition, the vulnerable cleanup code is triggered, causing out-of-bounds memory access.

The following patch from the FreeRDP security commit shows the fix:

c
 		AUDIO_FORMAT* format = &pdu.SoundFormats[i];
 
 		if (!audio_format_read(s, format))
-		{
-			WLog_Print(audin->log, WLOG_ERROR, "Failed to read audio format");
-			audio_formats_free(pdu.SoundFormats, i + i);
-			return ERROR_INVALID_DATA;
-		}
+			goto fail;
 
 		audio_format_print(audin->log, WLOG_DEBUG, format);
 	}

Source: GitHub Commit Reference

The fix removes the inline error handling with the incorrect i + i calculation and instead uses a goto fail statement to ensure proper cleanup with the correct iterator count.

Detection Methods for CVE-2026-24682

Indicators of Compromise

  • Unexpected crashes or segmentation faults in FreeRDP server processes
  • FreeRDP server log entries showing "Failed to read audio format" errors followed by abnormal termination
  • Core dumps from FreeRDP processes indicating heap corruption or out-of-bounds access
  • Anomalous RDP connections with malformed audio channel data

Detection Strategies

  • Monitor FreeRDP server processes for unexpected termination or restart patterns
  • Implement network-level inspection for malformed RDP audio input channel traffic
  • Deploy application crash monitoring to detect heap corruption signatures in FreeRDP processes
  • Use SentinelOne's behavioral AI to detect exploitation attempts targeting memory corruption vulnerabilities

Monitoring Recommendations

  • Enable verbose logging on FreeRDP servers to capture audio format parsing errors
  • Configure alerting for FreeRDP process crashes or abnormal memory usage patterns
  • Monitor network traffic for unusual patterns in RDP audio input redirection channels
  • Implement SentinelOne endpoint protection to detect and block memory corruption exploitation attempts

How to Mitigate CVE-2026-24682

Immediate Actions Required

  • Upgrade FreeRDP to version 3.22.0 or later immediately
  • If immediate patching is not possible, consider disabling audio input redirection on FreeRDP servers
  • Review network access controls to limit exposure of FreeRDP servers to trusted networks
  • Deploy SentinelOne endpoint protection to detect potential exploitation attempts

Patch Information

FreeRDP version 3.22.0 contains the official fix for this vulnerability. The patch corrects the error handling logic in audin_server_recv_formats to use a centralized cleanup routine with the correct iterator value. Organizations should upgrade to this version or later through their standard package management systems. The security fix is documented in the GitHub Security Advisory GHSA-vcw2-pqgw-mx6g.

Workarounds

  • Disable audio input redirection on FreeRDP servers by removing the audin channel from the server configuration
  • Implement network segmentation to restrict RDP server access to trusted clients only
  • Deploy network-level filtering to inspect and block malformed RDP traffic
  • Use application-level firewalls to limit RDP functionality to required features only
bash
# Disable audio input redirection in FreeRDP server configuration
# Add to freerdp server command line or configuration:
--disable-audin

# Or remove audin from static channels if using channel configuration
# Ensure the audin channel is not loaded on server startup

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

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/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
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-122
  • Vendor Resources
  • GitHub Commit Reference

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