🔐 CVE Alert

CVE-2025-59728

UNKNOWN 0.0

Heap-buffer-overflow write in FFmpeg MDASH resolve_content_path

CVSS Score
0.0
EPSS Score
0.0%
EPSS Percentile
0th

When calculating the content path in handling of MPEG-DASH manifests, there's an out-of-bounds NUL-byte write one byte past the end of the buffer.When we call xmlNodeGetContent below [0], it returns a buffer precisely allocated to match the string length, using strdup internally. If this buffer is not an empty string, it is assigned to root_url at [1].If the last (non-NUL) byte in this buffer is not '/' then we append '/' in-place at [2]. This will write two bytes into the buffer, starting at the last valid byte in the buffer, writing the NUL byte beyond the end of the allocated buffer. We recommend upgrading to version 8.0 or beyond.

CWE CWE-787
Vendor ffmpeg
Product mpeg-dash
Published Oct 6, 2025
Last Updated Feb 26, 2026
Stay Ahead of the Next One

Get instant alerts for ffmpeg mpeg-dash

Be the first to know when new unknown vulnerabilities affecting ffmpeg mpeg-dash are published — delivered to Slack, Telegram or Discord.

Get Free Alerts → Free · No credit card · 60 sec setup

Affected Versions

FFmpeg / MPEG-DASH
7.1.1 < 8.0 a218cafe4d3be005ab0c61130f90db4d21afb5db < 8.0

References

NVD ↗ CVE.org ↗ EPSS Data ↗
issuetracker.google.com: https://issuetracker.google.com/433502298

Credits

Google Big Sleep