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

CVE-2024-35367: FFmpeg Out-of-Bounds Read Vulnerability

CVE-2024-35367 is an out-of-bounds read vulnerability in FFmpeg n6.1.1 affecting the libavcodec component. This flaw could allow attackers to access sensitive memory data. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: January 22, 2026

CVE-2024-35367 Overview

CVE-2024-35367 is a critical out-of-bounds read vulnerability affecting FFmpeg version n6.1.1. The flaw exists within the VP8 DSP AltiVec implementation, specifically in the libavcodec/ppc/vp8dsp_altivec.c file. This vulnerability occurs in the static constant h_subpel_filters_outer array handling, allowing attackers to read memory beyond intended boundaries when processing specially crafted media files.

Critical Impact

This vulnerability enables remote attackers to trigger out-of-bounds memory reads via maliciously crafted media content, potentially leading to sensitive information disclosure or application crashes affecting systems running FFmpeg on PowerPC architectures with AltiVec support.

Affected Products

  • FFmpeg n6.1.1
  • Systems running FFmpeg with PowerPC AltiVec optimizations enabled
  • Applications and services utilizing vulnerable FFmpeg versions for media processing

Discovery Timeline

  • 2024-11-29 - CVE CVE-2024-35367 published to NVD
  • 2025-11-03 - Last updated in NVD database

Technical Details for CVE-2024-35367

Vulnerability Analysis

This vulnerability is classified as CWE-125 (Out-of-Bounds Read), a memory safety issue that occurs when the software reads data past the end or before the beginning of an allocated buffer. In the context of CVE-2024-35367, the vulnerability manifests in FFmpeg's VP8 video decoder implementation optimized for PowerPC processors with AltiVec SIMD extensions.

The vulnerable code path involves the h_subpel_filters_outer constant used in horizontal subpixel filtering operations during VP8 video decoding. When processing certain VP8 video streams, the decoder may access memory locations outside the bounds of this filter array, leading to information disclosure or denial of service conditions.

Root Cause

The root cause of this vulnerability lies in improper bounds checking within the VP8 DSP AltiVec implementation. The h_subpel_filters_outer static constant array at line 53 of vp8dsp_altivec.c does not properly validate index values before accessing array elements. This allows malformed VP8 video data to trigger reads beyond the allocated memory region for the filter coefficients.

The vulnerability is specific to the PowerPC AltiVec optimized code path, meaning systems using x86/x64 or ARM architectures may not be directly affected by this particular code path, though they may have similar issues in their respective optimized implementations.

Attack Vector

The attack vector for CVE-2024-35367 is network-based, requiring no privileges or user interaction. An attacker can exploit this vulnerability by:

  1. Crafting a malicious VP8 video file or stream with specific subpixel filter parameters
  2. Delivering the malicious content to a target system running vulnerable FFmpeg versions
  3. Triggering the out-of-bounds read when FFmpeg processes the VP8 video content

The vulnerability can be exploited in scenarios where FFmpeg processes untrusted media content, such as:

  • Media streaming servers
  • Video transcoding services
  • Web applications with video processing capabilities
  • Desktop media players using FFmpeg libraries

The vulnerability affects the libavcodec/ppc/vp8dsp_altivec.c file in the FFmpeg codebase. Technical details of the vulnerable code path can be found in the FFmpeg Source Code. The fix involves proper bounds validation for array access operations in the subpixel filtering routines.

Detection Methods for CVE-2024-35367

Indicators of Compromise

  • Unexpected FFmpeg process crashes during VP8 video processing operations
  • Memory access violations or segmentation faults in FFmpeg logs when handling VP8 content
  • Abnormal memory read patterns detected by memory safety tools such as AddressSanitizer
  • Unusual network traffic involving malformed VP8 video streams targeting media processing infrastructure

Detection Strategies

  • Deploy runtime memory safety monitoring on systems running FFmpeg with PowerPC AltiVec support
  • Implement logging and alerting for FFmpeg process crashes or unexpected terminations
  • Use SentinelOne's behavioral AI to detect anomalous memory access patterns during media processing
  • Monitor for exploitation attempts by analyzing incoming media file structures for VP8 anomalies

Monitoring Recommendations

  • Enable verbose logging for FFmpeg media processing operations on critical systems
  • Implement file integrity monitoring for FFmpeg binary and library files
  • Deploy network traffic analysis to detect malformed VP8 video streams entering the environment
  • Configure SentinelOne endpoint agents to monitor FFmpeg process behavior for signs of memory corruption attacks

How to Mitigate CVE-2024-35367

Immediate Actions Required

  • Update FFmpeg to a patched version that includes commit 09e6840cf7a3ee07a73c3ae88a020bf27ca1a667
  • Audit systems for FFmpeg installations running version n6.1.1 or earlier on PowerPC architectures
  • Implement network segmentation for media processing infrastructure to limit attack surface
  • Consider disabling AltiVec optimizations temporarily if immediate patching is not possible

Patch Information

FFmpeg has released a fix for this vulnerability. The patch is available in the FFmpeg Commit Changes. Debian has also issued security updates as documented in the Debian LTS Announcement.

Organizations should prioritize applying this patch to systems running FFmpeg on PowerPC architecture with AltiVec support, particularly those processing untrusted media content from external sources.

Workarounds

  • Disable VP8 decoding support in FFmpeg configurations if not required for operations
  • Compile FFmpeg without PowerPC AltiVec optimizations using appropriate build flags
  • Implement input validation and sandboxing for media processing operations
  • Use application-level firewalls to filter potentially malicious VP8 content before it reaches FFmpeg
bash
# Configuration example - Rebuild FFmpeg without AltiVec optimizations
./configure --disable-altivec --disable-vsx
make clean && make
make install

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

  • Vulnerability Details
  • TypeOther

  • Vendor/TechFfmpeg

  • SeverityCRITICAL

  • CVSS Score9.1

  • EPSS Probability0.14%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-125
  • Technical References
  • GitHub Gist Resource

  • FFmpeg Source Code

  • Debian LTS Announcement
  • Vendor Resources
  • FFmpeg Commit Changes
  • Related CVEs
  • CVE-2025-69693: FFmpeg RV60 Decoder OOB Read Vulnerability

  • CVE-2024-35366: FFmpeg Integer Overflow Vulnerability

  • CVE-2025-12343: FFmpeg TensorFlow Backend DoS Vulnerability

  • CVE-2025-10256: FFmpeg Firequalizer Filter DoS 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