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-60485

CVE-2025-60485: GPAC MP4Box DoS Vulnerability

CVE-2025-60485 is a denial of service flaw in GPAC MP4Box caused by segmentation violation in gf_isom_apple_set_tag_ex function. Attackers can exploit crafted MP4 files to crash the application. This article covers affected versions, technical details, impact analysis, and mitigation strategies.

Published: June 4, 2026

CVE-2025-60485 Overview

CVE-2025-60485 is a segmentation violation in the gf_isom_apple_set_tag_ex function located in /isomedia/isom_write.c of the GPAC Project's MP4Box utility. The flaw affects GPAC versions before 26.02.0 and is classified as a null pointer dereference [CWE-476]. An attacker can trigger the crash by supplying a crafted MP4 file, causing MP4Box to terminate abnormally and resulting in a denial of service (DoS) condition.

Critical Impact

Local attackers can crash MP4Box by enticing a user to process a malicious MP4 file, disrupting media processing workflows that rely on the GPAC toolchain.

Affected Products

  • GPAC Project MP4Box versions prior to 26.02.0
  • Applications and pipelines bundling vulnerable GPAC libraries for MP4 parsing
  • Media processing services that invoke MP4Box on untrusted input

Discovery Timeline

  • 2026-06-01 - CVE-2025-60485 published to NVD
  • 2026-06-02 - Last updated in NVD database

Technical Details for CVE-2025-60485

Vulnerability Analysis

The defect resides in gf_isom_apple_set_tag_ex, a routine in GPAC's ISO Base Media File Format writer that handles Apple-style metadata tags. When parsing a malformed MP4 file, the function dereferences a pointer that was never initialized or had already been freed, producing a segmentation fault. The crash terminates MP4Box and any process embedding the affected GPAC code path.

Because the attack vector is local and requires user interaction, exploitation typically involves convincing a user, build pipeline, or automated media converter to process a hostile .mp4 container. The vulnerability does not expose memory contents or allow code execution, but it reliably halts availability of the affected component.

Root Cause

The root cause is a missing null check inside gf_isom_apple_set_tag_ex before pointer dereference. The upstream fix in commit 4860a1a6f128ccc9ae37b4b738d22029f9672457 introduces guard conditions and adds proper memory cleanup in adjacent code paths (src/filters/dasher.c and src/filters/isoffin_load.c). The patch closes related issues #3323 and #3325.

Attack Vector

An attacker crafts an MP4 file containing manipulated Apple metadata atoms that drive gf_isom_apple_set_tag_ex down an unguarded code path. The victim opens or transcodes the file with MP4Box (or an application linking GPAC), triggering the segmentation violation.

c
// Source: https://github.com/gpac/gpac/commit/4860a1a6f128ccc9ae37b4b738d22029f9672457
// Patch in src/filters/dasher.c - adds null check on `s` before use
 	//append to previous entry if possible
 	s = gf_list_last(tl->entries);
 
-	if (prev_patch_dur) {
+	if (s && prev_patch_dur) {
 		u32 nb_ent = gf_list_count(tl->entries);
 		//split entry
 		if (s->repeat_count) {
c
// Source: https://github.com/gpac/gpac/commit/4860a1a6f128ccc9ae37b4b738d22029f9672457
// Patch in src/filters/isoffin_load.c - frees `dyname` to prevent stale references
 			}
 			break;
 		}
+
+		if (dyname)
+			gf_free(dyname);
 	}
 
 	if (gf_sys_old_arch_compat()) {

Detection Methods for CVE-2025-60485

Indicators of Compromise

  • Unexpected MP4Box process termination with SIGSEGV signals in system or container logs
  • Core dumps referencing gf_isom_apple_set_tag_ex or isom_write.c in stack traces
  • Repeated failures when processing MP4 files received from untrusted sources

Detection Strategies

  • Inventory hosts and containers running GPAC and verify the installed version against 26.02.0 or later
  • Monitor for crashes of MP4Box and linked binaries in media processing services, build agents, and content pipelines
  • Inspect MP4 inputs with file integrity tooling to flag atypical Apple metadata atoms before they reach GPAC

Monitoring Recommendations

  • Forward process termination and crash telemetry from media processing hosts to a centralized analytics platform
  • Alert on abnormal exit codes from automated transcoding jobs that invoke MP4Box
  • Track ingestion of MP4 files from external or untrusted submitters and correlate with subsequent process failures

How to Mitigate CVE-2025-60485

Immediate Actions Required

  • Upgrade GPAC and MP4Box to version 26.02.0 or later on all systems
  • Restrict MP4Box execution to processing pipelines that handle vetted, trusted media content
  • Sandbox MP4Box invocations so that a crash does not impact host services or pipelines

Patch Information

The issue is resolved in GPAC 26.02.0. The fix is applied in upstream commit GPAC commit 4860a1a6, which addresses GitHub Issue #3323. Additional context is available in the OpenWall OSS-Security disclosure and the public PoC repository.

Workarounds

  • Avoid processing untrusted MP4 files with vulnerable MP4Box versions until patched
  • Run MP4Box inside isolated containers with restart policies and resource limits to contain crash impact
  • Pre-validate MP4 inputs with structural checks before invoking GPAC tooling
bash
# Verify installed GPAC version and upgrade if below 26.02.0
MP4Box -version

# Build from patched source
git clone https://github.com/gpac/gpac.git
cd gpac
git checkout v26.02.0
./configure && make && sudo make install

# Run MP4Box in an isolated container with restricted resources
docker run --rm --read-only --memory=512m --pids-limit=64 \
  -v "$PWD":/work -w /work gpac/gpac:26.02.0 \
  MP4Box -info input.mp4

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.5

  • EPSS Probability0.01%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/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

  • OpenWall OSS-Security Mail
  • Related CVEs
  • CVE-2025-60477: GPAC MP4Box DoS Vulnerability

  • CVE-2025-60495: 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