A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
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-22861

CVE-2024-22861: FFmpeg Integer Overflow DoS Vulnerability

CVE-2024-22861 is an integer overflow vulnerability in FFmpeg that enables attackers to trigger denial of service conditions. This article covers the technical details, affected versions, security impact, and mitigation.

Published: June 2, 2026

CVE-2024-22861 Overview

CVE-2024-22861 is an integer overflow vulnerability affecting FFmpeg versions prior to n6.1. The flaw resides in the avcodec/osq module, which handles OSQ (Original Sound Quality) audio decoding. Attackers can trigger the overflow by supplying crafted media input, causing a denial of service (DoS) in applications that rely on FFmpeg for audio processing. The vulnerability is classified under CWE-190 (Integer Overflow or Wraparound). FFmpeg is widely embedded across media players, streaming platforms, transcoding pipelines, and server-side processing tools, expanding the potential attack surface.

Critical Impact

Remote attackers can crash FFmpeg-based services by delivering a malicious media stream, disrupting transcoding, streaming, and playback workloads without requiring authentication or user interaction.

Affected Products

  • FFmpeg versions prior to n6.1
  • FFmpeg 6.1 (per NVD CPE record)
  • Downstream applications and services that bundle vulnerable FFmpeg builds for media decoding

Discovery Timeline

  • 2024-01-27 - CVE-2024-22861 published to NVD
  • 2025-08-11 - Last updated in NVD database

Technical Details for CVE-2024-22861

Vulnerability Analysis

The vulnerability stems from improper bounds handling inside FFmpeg's avcodec/osq decoder. When the module computes size or offset values derived from attacker-controlled fields in an OSQ-formatted stream, arithmetic operations exceed the maximum representable integer value. The resulting wraparound produces undersized allocations or invalid loop boundaries during decoding.

Downstream code then operates on these corrupted values, leading to abnormal program states and a process crash. Because FFmpeg often runs as a long-lived service or batch worker, a single malformed input can interrupt an entire media processing pipeline. The flaw does not require authentication and can be triggered by any source capable of supplying input to a vulnerable decoder.

Root Cause

The root cause is an unchecked integer arithmetic operation in the OSQ decoding path. The decoder fails to validate that computed values remain within the bounds of the underlying integer type before they are used in allocation or iteration logic. The upstream fix is recorded in the FFmpeg commit 87b8c1081959e45ffdcbabb3d53ac9882ef2b5ce, which tightens validation in the osq module.

Attack Vector

The attack vector is network-reachable in any deployment where FFmpeg consumes externally supplied media. Examples include user-uploaded files in transcoding services, streaming ingestion endpoints, and media-rendering web applications. The attacker crafts an OSQ stream with field values designed to overflow internal size calculations and submits it for processing. Successful exploitation produces a denial of service against the decoding process. Confidentiality and integrity are not affected based on the CVSS impact metrics.

No public proof-of-concept exploit is currently available, and the issue is not listed in the CISA Known Exploited Vulnerabilities catalog.

Detection Methods for CVE-2024-22861

Indicators of Compromise

  • Unexpected crashes or segmentation faults in ffmpeg, ffprobe, or applications linking libavcodec
  • Repeated decoder failures referencing the osq module in application or service logs
  • Spikes in process restarts on media transcoding workers handling untrusted input

Detection Strategies

  • Inventory all systems running FFmpeg and compare installed versions against the patched release n6.1 or later
  • Inspect media ingestion pipelines for OSQ-formatted streams from untrusted sources
  • Monitor for abnormal termination signals on processes invoking libavcodec decoders

Monitoring Recommendations

  • Forward FFmpeg process telemetry, including exit codes and crash dumps, to a centralized logging system
  • Alert on elevated rates of decoder errors associated with audio codec processing
  • Track resource consumption patterns of media workers to detect repeated DoS attempts

How to Mitigate CVE-2024-22861

Immediate Actions Required

  • Upgrade FFmpeg to version n6.1 or later on all affected systems and container images
  • Rebuild and redeploy applications that statically link or bundle vulnerable libavcodec builds
  • Restrict acceptance of OSQ-format audio streams from untrusted sources until patching is complete

Patch Information

The fix is committed upstream in the FFmpeg repository. Apply the changes from the FFmpeg patch commit 87b8c108 or upgrade to FFmpeg n6.1. Distribution maintainers have backported the fix into supported package channels; verify your package manager reports a patched version before redeployment.

Workarounds

  • Disable OSQ decoding support at build time if it is not required by your workload
  • Sandbox FFmpeg execution using process isolation so that decoder crashes do not affect parent services
  • Validate and filter incoming media file types and codecs at the application boundary before invoking FFmpeg
bash
# Verify installed FFmpeg version and confirm the patched release is present
ffmpeg -version | head -n 1
# Expected output should report version n6.1 or later

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechFfmpeg

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.04%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-190
  • Vendor Resources
  • GitHub FFmpeg Commit
  • Related CVEs
  • CVE-2026-6385: FFmpeg DVD Subtitle Parser DoS Vulnerability

  • CVE-2026-30999: FFmpeg Heap Buffer Overflow DoS Vulnerability

  • CVE-2026-30998: FFmpeg DoS Vulnerability in zmqsend.c

  • CVE-2026-30997: FFmpeg AV1 Decoder DoS 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