Junglewise Threat Intelligence

CVE-2025-60466: GPAC MP4Box use-after-free in gf_filter_pid_get_packet

CVE-2025-60466 · Severity: info · CVSS 5.5 · Published 2026-06-25

Vendors: Gpac.

Executive brief

A vulnerability exists in GPAC's MP4Box, a popular tool for processing and editing multimedia files. By tricking a user into opening a specially crafted media file, an attacker can cause the application to crash. This results in a denial of service, potentially disrupting media processing workflows or automated content pipelines.

Technical details

A use-after-free (UAF) vulnerability exists in the gf_filter_pid_get_packet function within /filter_core/filter_pid.c of GPAC. The issue occurs when the filter pipeline attempts to access a Packet ID (PID) object that has already been freed, particularly during tasks where a target filter or PID was marked for removal. An attacker can exploit this by providing a malformed media file (e.g., MPEG-2 TS) that triggers the unexpected state during processing. This leads to memory corruption and an application crash (Denial of Service). The vulnerability was addressed in commit 4a7ea06 by adding checks to ignore tasks for PIDs marked for removal.

Affected products

  • GPAC GPAC Project / MP4Box before 26.02.0

Timeline

  • 2026-06-24: disclosed
  • 2026-06-25: advisory

References