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-2025-1373

CVE-2025-1373: FFmpeg Use-After-Free Vulnerability

CVE-2025-1373 is a use-after-free flaw in FFmpeg's MOV Parser affecting versions up to 7.1. Local attackers can exploit this to cause null pointer dereference. This article covers technical details, impact, and patches.

Updated: January 22, 2026

CVE-2025-1373 Overview

A null pointer dereference vulnerability has been identified in FFmpeg versions up to 7.1. This security flaw exists within the mov_read_trak function in the libavformat/mov.c file, which is part of FFmpeg's MOV Parser component. When processing specially crafted media files, the vulnerability can be triggered through manipulation that leads to a null pointer dereference condition.

Critical Impact

Local attackers with access to the system can exploit this vulnerability to cause a denial of service condition by crashing the FFmpeg process during media file parsing.

Affected Products

  • FFmpeg versions up to 7.1
  • Applications and services that integrate FFmpeg's libavformat library
  • Media processing pipelines utilizing FFmpeg's MOV Parser functionality

Discovery Timeline

  • 2025-02-17 - CVE-2025-1373 published to NVD
  • 2025-06-03 - Last updated in NVD database

Technical Details for CVE-2025-1373

Vulnerability Analysis

This vulnerability represents a null pointer dereference issue within FFmpeg's MOV file format parser. The mov_read_trak function, responsible for parsing track atoms in MOV/MP4 container files, fails to properly validate pointer references before dereferencing them. When processing a malformed or maliciously crafted media file, the parser may encounter an unexpected null pointer, leading to an application crash.

The MOV Parser component is a critical part of FFmpeg's libavformat library, handling the demuxing of QuickTime Movie (MOV) and MPEG-4 Part 14 (MP4) container formats. Due to the complexity of these container formats and the various atom structures they can contain, robust null pointer checking is essential to prevent crashes during parsing operations.

The vulnerability requires local access to exploit, meaning an attacker would need to either have local system access or convince a user to process a malicious media file. The exploit has been publicly disclosed, increasing the risk of exploitation.

Root Cause

The root cause of this vulnerability lies in improper resource management (CWE-404) within the mov_read_trak function. The code path fails to include adequate null pointer validation before accessing memory through pointer references. When the parser encounters unexpected or malformed data in the track atom structure, it may attempt to dereference a null pointer, resulting in a crash.

The vulnerability specifically manifests in the libavformat/mov.c file, where track parsing logic does not account for all edge cases that could result in null pointer conditions.

Attack Vector

This is a local attack vector vulnerability. To exploit this flaw, an attacker must:

  1. Craft a malicious MOV or MP4 file with specific structures that trigger the null pointer condition
  2. Have the target system process the malicious file using FFmpeg or an application built on FFmpeg's libraries

The attack does not require elevated privileges but does require the attacker to have local access to the system or the ability to deliver a malicious media file to a user or automated processing system.

A proof-of-concept demonstrating this vulnerability has been made available through FFmpeg's bug tracking system. The malicious input triggers the null pointer dereference when processed by vulnerable FFmpeg versions.

Detection Methods for CVE-2025-1373

Indicators of Compromise

  • Unexpected FFmpeg process crashes when processing MOV/MP4 files
  • Application crashes in media processing pipelines that utilize FFmpeg
  • Crash dumps referencing mov_read_trak function in libavformat/mov.c
  • Segmentation fault signals (SIGSEGV) associated with FFmpeg processes

Detection Strategies

  • Monitor for FFmpeg process termination events with abnormal exit codes
  • Implement file integrity monitoring for incoming media files before processing
  • Deploy application crash monitoring for services utilizing FFmpeg libraries
  • Review system logs for repeated crashes in media processing components

Monitoring Recommendations

  • Enable core dump collection for FFmpeg processes to aid in forensic analysis
  • Implement rate limiting for media file processing to mitigate potential DoS attacks
  • Monitor CPU and memory usage patterns for anomalies during media file processing
  • Configure alerting for segmentation faults in FFmpeg-dependent applications

How to Mitigate CVE-2025-1373

Immediate Actions Required

  • Apply the official FFmpeg patch identified by commit hash 43be8d07281caca2e88bfd8ee2333633e1fb1a13
  • Update FFmpeg to a patched version that includes the security fix
  • Review and restrict access to media processing systems where possible
  • Implement input validation for media files before processing with FFmpeg

Patch Information

The FFmpeg development team has released a patch to address this vulnerability. The fix is identified by commit hash 43be8d07281caca2e88bfd8ee2333633e1fb1a13 and is available in the FFmpeg Git repository.

Organizations should update their FFmpeg installations by either applying this specific patch or upgrading to a version that includes the fix. For detailed information about the vulnerability, refer to FFmpeg Ticket #11460.

Workarounds

  • Restrict FFmpeg usage to trusted media files only until patching is complete
  • Implement sandboxing or containerization for FFmpeg processing to limit crash impact
  • Consider using alternative media processing tools temporarily for untrusted content
  • Deploy process supervision to automatically restart crashed FFmpeg instances
bash
# Configuration example
# Apply the FFmpeg security patch
cd /path/to/ffmpeg/source
git fetch origin
git cherry-pick 43be8d07281caca2e88bfd8ee2333633e1fb1a13
make clean
./configure --prefix=/usr/local
make -j$(nproc)
sudo make install

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

  • Vulnerability Details
  • TypeUse After Free

  • Vendor/TechFfmpeg

  • SeverityMEDIUM

  • CVSS Score4.8

  • EPSS Probability0.07%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:4.0/AV:L/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/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-404
  • Technical References
  • FFmpeg Official Site

  • VulDB #295982 (CTI)

  • VulDB #295982

  • VulDB Submission #496930
  • Vendor Resources
  • FFmpeg Commit Update

  • FFmpeg Ticket PoC Attachment

  • FFmpeg Ticket Details
  • Related CVEs
  • CVE-2024-35368: FFmpeg Use-After-Free Vulnerability

  • CVE-2025-69693: FFmpeg RV60 Decoder OOB Read 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