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

CVE-2025-60477: GPAC MP4Box DoS Vulnerability

CVE-2025-60477 is a NULL pointer dereference DoS vulnerability in GPAC MP4Box that allows attackers to crash the application via crafted files. This article covers technical details, affected versions, and mitigations.

Published: June 4, 2026

CVE-2025-60477 Overview

CVE-2025-60477 is a NULL pointer dereference vulnerability in GPAC, an open-source multimedia framework that includes the MP4Box utility. The flaw exists in the gf_filter_pid_resolve_file_template_ex function located in /filter_core/filter_pid.c. Versions of GPAC/MP4Box prior to 26.02.0 are affected. An attacker can trigger the condition by supplying a crafted media file to the utility, causing the process to crash. The vulnerability is tracked under [CWE-476: NULL Pointer Dereference].

Critical Impact

A crafted input file processed by MP4Box causes a NULL pointer dereference, resulting in process termination and denial of service for local multimedia processing workflows.

Affected Products

  • GPAC Project — versions prior to 26.02.0
  • MP4Box utility — versions prior to 26.02.0
  • The gf_filter_pid_resolve_file_template_ex function in /filter_core/filter_pid.c

Discovery Timeline

  • 2026-06-03 - CVE-2025-60477 published to the National Vulnerability Database (NVD)
  • 2026-06-03 - Last updated in NVD database

Technical Details for CVE-2025-60477

Vulnerability Analysis

The vulnerability resides in gf_filter_pid_resolve_file_template_ex, a routine that resolves file output templates for GPAC's filter pipeline. When the function processes a crafted file, an internal pointer remains uninitialized or unchecked before dereference. The dereference then occurs on a NULL address, crashing the MP4Box process. Because the affected code runs in the context of the local user invoking the tool, exploitation requires user interaction and local access. The result is a denial of service against the GPAC processing workflow rather than code execution or data disclosure.

Root Cause

The root cause is missing validation of a pointer returned or referenced inside gf_filter_pid_resolve_file_template_ex in /filter_core/filter_pid.c. The function assumes a non-NULL value during template resolution. A malformed input file drives the code path into a state where this assumption no longer holds, producing the dereference. The upstream commit 13eb5b76560aaf7813b865a2ad433258478e2695 adds the necessary check.

Attack Vector

An attacker must convince a local user to process a malicious file with a vulnerable MP4Box build. Delivery channels include email attachments, file shares, automated media conversion pipelines, and batch scripts. The vulnerability does not provide code execution, but repeated crashes can disrupt media processing services that ingest untrusted input. Public discussion and proof-of-concept material are available in the GPAC Issue Discussion and the Proof-of-Concept README.

Detection Methods for CVE-2025-60477

Indicators of Compromise

  • Unexpected MP4Box process crashes or segmentation faults recorded in system logs or core dump directories.
  • Presence of untrusted media files in directories monitored by automated GPAC conversion pipelines.
  • Repeated invocation failures of GPAC filter graphs referencing file template resolution.

Detection Strategies

  • Inventory GPAC and MP4Box binaries across endpoints and servers, flagging any version earlier than 26.02.0.
  • Monitor for SIGSEGV exit codes from MP4Box processes, especially when invoked against externally sourced media.
  • Correlate crash events with the file path of the input argument to identify potentially malicious samples.

Monitoring Recommendations

  • Enable core dump collection on hosts running GPAC to capture stack traces referencing gf_filter_pid_resolve_file_template_ex.
  • Log all invocations of MP4Box in automated media pipelines, including command-line arguments and exit codes.
  • Alert on processing failures that recur for the same input file, which indicates a deterministic crash trigger.

How to Mitigate CVE-2025-60477

Immediate Actions Required

  • Upgrade GPAC and MP4Box to version 26.02.0 or later on all affected systems.
  • Restrict MP4Box execution to trusted input sources until patching completes.
  • Audit automated media processing pipelines for exposure to user-submitted files.

Patch Information

The fix is committed upstream in the GPAC repository. Apply the change introduced in GPAC Commit 13eb5b7 or upgrade to a release containing this commit (26.02.0 and later). Build from source or obtain updated packages from your distribution maintainer. Additional context is available in the GPAC Issue 3301.

Workarounds

  • Run MP4Box inside a sandboxed or containerized environment so a crash does not affect the host service.
  • Validate or pre-filter media files using a separate parser before passing them to MP4Box.
  • Disable or gate any web-facing service that exposes MP4Box to anonymous file uploads until the patch is deployed.
bash
# Verify the installed MP4Box version and upgrade if older than 26.02.0
MP4Box -version

# Build the patched version from source
git clone https://github.com/gpac/gpac.git
cd gpac
git checkout 13eb5b76560aaf7813b865a2ad433258478e2695
./configure && make && sudo make install

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechGpac

  • SeverityMEDIUM

  • CVSS Score5.0

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

  • GitHub Issue Discussion

  • GitHub PoC README

  • InfoSec Exchange Post
  • Related CVEs
  • CVE-2025-60495: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60485: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60483: GPAC Project MP4Box DoS Vulnerability

  • CVE-2025-60481: GPAC MP4Box NULL Pointer 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