Description
FFmpeg before commit 65b0dab contains an out-of-bounds read in the DASH demuxer (libavformat/dashdec.c). When a live DASH manifest is refreshed with a startNumber that is lower than the previous value, the current sequence number is driven negative. The fragment retrieval function checked only the upper bound before indexing the fragments array, allowing a negative index to be used and causing an out-of-bounds read. A malicious or misconfigured DASH server can trigger this by serving a live manifest with a decreasing startNumber across a manifest refresh.
Published: 2026-08-19
Score: 7.2 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability exists in FFmpeg's DASH demuxer. When a live DASH manifest refreshes with a startNumber lower than the previous refresh, the demuxer calculates a negative sequence number. The fragment retrieval function checks only the upper bound of the fragments array before indexing it, allowing a negative index and causing an out‑of‑bounds read. This flaw permits an attacker or a misconfigured DASH server to retrieve memory contents from the FFmpeg process without executing code or causing a crash directly. The data exposed may include internal process information, possibly leading to further exploitation if the information can be leveraged, but the vulnerability does not grant arbitrary code execution.

Affected Systems

FFmpeg builds incorporating libavformat/dashdec.c before the commit that added the fix are affected, specifically any version released prior to the commit referenced in the advisory. These versions process DASH manifests on the client side, so any application or media player using such FFmpeg binaries is at risk.

Risk and Exploitability

The CVSS score for this issue is 7.2, placing it in the high‑risk category. The EPSS score is less than 1%, indicating a low probability of exploitation in the wild, and the vulnerability is not listed in the CISA KEV catalog. The flaw is exploitable remotely by a compromised or malicious DASH server that delivers a manifest with a decreasing startNumber. No local privilege escalation is required and the attack does not involve privileged code execution. The primary consequence is information disclosure via an out‑of‑bounds read, though a crash may also occur as a side effect.

Generated by OpenCVE AI on August 20, 2026 at 14:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade FFmpeg to a version newer than the commit that introduced the out‑of‑bounds read fix.
  • If an immediate upgrade is not possible, apply the patch provided by the FFmpeg project, which validates the sequence index before array access.
  • Verify that all DASH streams served within your organization maintain a non‑decreasing startNumber; configure servers or gatekeepers to reject manifests that decrease the startNumber between refreshes.
  • Monitor playback logs for abnormal read errors or crashes that could indicate exploitation attempts or misconfigured streams.

Generated by OpenCVE AI on August 20, 2026 at 14:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Ubuntu USN Ubuntu USN USN-8716-2 FFmpeg vulnerabilities
History

Fri, 28 Aug 2026 12:15:00 +0000

Type Values Removed Values Added
References
Metrics threat_severity

None

threat_severity

Important


Thu, 20 Aug 2026 15:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Wed, 19 Aug 2026 18:15:00 +0000

Type Values Removed Values Added
First Time appeared Ffmpeg
Ffmpeg ffmpeg
Vendors & Products Ffmpeg
Ffmpeg ffmpeg

Wed, 19 Aug 2026 16:45:00 +0000

Type Values Removed Values Added
Description FFmpeg before commit 65b0dab contains an out-of-bounds read in the DASH demuxer (libavformat/dashdec.c). When a live DASH manifest is refreshed with a startNumber that is lower than the previous value, the current sequence number is driven negative. The fragment retrieval function checked only the upper bound before indexing the fragments array, allowing a negative index to be used and causing an out-of-bounds read. A malicious or misconfigured DASH server can trigger this by serving a live manifest with a decreasing startNumber across a manifest refresh.
Title FFmpeg Out-of-Bounds Read in DASH Demuxer via dashdec.c
Weaknesses CWE-125
References
Metrics cvssV3_1

{'score': 8.1, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:H'}

cvssV4_0

{'score': 7.2, 'vector': 'CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:P/VC:H/VI:N/VA:H/SC:N/SI:N/SA:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: VulnCheck

Published:

Updated: 2026-08-20T14:56:11.985Z

Reserved: 2026-08-17T18:39:57.662Z

Link: CVE-2026-75146

cve-icon Vulnrichment

Updated: 2026-08-20T14:56:02.474Z

cve-icon NVD

Status : Awaiting Analysis

Published: 2026-08-19T17:21:13.057

Modified: 2026-08-31T20:37:35.877

Link: CVE-2026-75146

cve-icon Redhat

Severity : Important

Publid Date: 2026-08-19T16:28:19Z

Links: CVE-2026-75146 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T14:30:03Z

Weaknesses