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

CVE-2024-47775: GStreamer OOB-Read DoS Vulnerability

CVE-2024-47775 is an out-of-bounds read flaw in GStreamer's gstwavparse.c that can cause denial of service or data leaks. This article covers the technical details, affected versions, impact, and mitigation.

Published: April 8, 2026

CVE-2024-47775 Overview

CVE-2024-47775 is an Out-of-Bounds Read vulnerability discovered in GStreamer, a widely-used open-source multimedia framework for constructing graphs of media-handling components. The vulnerability exists within the parse_ds64 function in gstwavparse.c, where insufficient boundary validation allows attackers to read beyond allocated buffer limits when processing malformed WAV files.

Critical Impact

This vulnerability can lead to denial of service through application crashes or potential information disclosure through memory leakage when processing specially crafted WAV media files.

Affected Products

  • GStreamer versions prior to 1.24.10
  • Applications and systems using vulnerable GStreamer WAV parsing functionality
  • Linux distributions shipping affected GStreamer packages

Discovery Timeline

  • 2024-12-12 - CVE CVE-2024-47775 published to NVD
  • 2026-03-17 - Last updated in NVD database

Technical Details for CVE-2024-47775

Vulnerability Analysis

The vulnerability resides in GStreamer's WAV file parsing component, specifically within the parse_ds64 function located in gstwavparse.c. This function is responsible for parsing the DS64 chunk found in RF64 WAV files, which extends the standard WAV format to support files larger than 4GB.

The core issue is that the parse_ds64 function performs multiple GST_READ_UINT32_LE operations on an input buffer without first verifying that the buffer contains sufficient data for these read operations. When a malformed or truncated WAV file is processed, the function may attempt to read data beyond the actual buffer boundaries.

This out-of-bounds read condition can result in two primary security impacts: application crash leading to denial of service, or the potential exposure of sensitive information from adjacent memory regions that gets incorporated into processing results.

Root Cause

The root cause is a missing boundary check in the parse_ds64 function. Before reading unsigned 32-bit little-endian values from the buffer using GST_READ_UINT32_LE macros, the code should validate that buf contains enough bytes to satisfy each read operation. The absence of this validation means that if a DS64 chunk is smaller than expected, the parser will read past the end of the allocated buffer memory.

Attack Vector

Exploitation of CVE-2024-47775 requires local access and typically involves providing a maliciously crafted WAV file to an application using GStreamer for media processing. An attacker could:

  1. Create a specially crafted WAV file with a truncated or malformed DS64 chunk
  2. Deliver this file to a victim through various means (email attachment, download, media sharing)
  3. When the victim opens or processes the file with a GStreamer-based application, the vulnerable parse_ds64 function is triggered
  4. The out-of-bounds read occurs, potentially causing a crash or leaking memory contents

The vulnerability exploits the trust placed in media file metadata without proper validation, making it effective against any application that processes user-supplied WAV files through GStreamer.

Detection Methods for CVE-2024-47775

Indicators of Compromise

  • Unexpected crashes in GStreamer-based applications when processing WAV files
  • Abnormal memory access patterns or segmentation faults in media processing workflows
  • Application logs showing errors related to gstwavparse or DS64 chunk parsing

Detection Strategies

  • Monitor for crashes or exceptions in applications utilizing GStreamer WAV parsing functionality
  • Implement input validation to detect malformed WAV files before processing
  • Deploy runtime memory protection mechanisms such as AddressSanitizer (ASan) in development environments to identify OOB read attempts
  • Audit media processing pipelines for anomalous behavior when handling RF64/WAV content

Monitoring Recommendations

  • Enable core dump collection and analysis for GStreamer-based applications
  • Implement logging around media file parsing operations to track file sources
  • Monitor system resources for signs of exploitation attempts through repeated crashes

How to Mitigate CVE-2024-47775

Immediate Actions Required

  • Update GStreamer to version 1.24.10 or later immediately
  • Audit systems for vulnerable GStreamer installations using package managers
  • Restrict processing of untrusted WAV files until patches are applied
  • Consider implementing sandboxing for media processing workflows

Patch Information

The vulnerability has been fixed in GStreamer version 1.24.10. The official patch is available through the GitLab Merge Request 8042. Additional details can be found in the GStreamer Security Advisory SA-2024-0027 and the GitHub Security Advisory GHSL-2024-261.

Debian users should refer to the Debian LTS Announcement for distribution-specific patching guidance.

Workarounds

  • Disable or restrict WAV file parsing in GStreamer pipelines if not required
  • Implement file size and structure validation before passing WAV files to GStreamer
  • Use application sandboxing to limit the impact of potential exploitation
  • Consider using alternative parsers for WAV content until patching is complete
bash
# Check installed GStreamer version
gst-launch-1.0 --version

# Update GStreamer on Debian/Ubuntu systems
sudo apt update && sudo apt upgrade gstreamer1.0-plugins-good

# Update GStreamer on Fedora/RHEL systems
sudo dnf update gstreamer1-plugins-good

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGstreamer

  • SeverityMEDIUM

  • CVSS Score5.1

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:N/UI:N/VC:N/VI:L/VA:L/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
  • AvailabilityLow
  • CWE References
  • CWE-125
  • Technical References
  • GStreamer Security Advisory SA-2024-0027

  • GitHub Security Advisory GHSL-2024-261

  • Debian LTS Announcement
  • Vendor Resources
  • GitLab Merge Request Patch
  • Related CVEs
  • CVE-2024-47776: GStreamer OOB-Read DoS Vulnerability

  • CVE-2024-47613: GStreamer Null Pointer Dereference DoS

  • CVE-2026-2923: GStreamer DVB Subtitles RCE Vulnerability

  • CVE-2026-2922: GStreamer RealMedia Demuxer RCE 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