216.73.216.233

CVE-2025-59728

· Published 06/10/2025 08:15 · Modified 06/10/2025 14:56

Labels: CVE-2025-59728 2025-10-06CVE-2025-59728CWE-787[email protected]

Essential information

Published
06/10/2025 08:15
Modified
06/10/2025 14:56
Author
Creator
CVSS
8.7 HIGH (v3) 8.7 HIGH (v4.0)
CISA KEV
No
CWE
CVSS vector

CVSS metrics

Description

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.

NVD status

Status
Awaiting Analysis — CVE has been recently published to the CVE List and has been received by the NVD.
Source
[email protected]
NVD
View on NVD

Affected products (CPE)

ProductCPE
* / mpeg dash cpe:2.3:a:*:mpeg_dash:*:*:*:*:*:*:*:*
* / mpeg dash cpe:2.3:a:*:mpeg_dash:*:8.0:*:*:*:*:*:*

References