PatchSiren cyber security CVE debrief
CVE-2026-70628 FFmpeg CVE debrief
AI-assisted PatchSiren debrief based on the supplied source corpus. The CVE record was published on 2026-08-06T22:18:26.957Z and has not been modified since then. The CVE-2026-70628 vulnerability is caused by a signed integer overflow in the DVB subtitle parser of FFmpeg, which can lead to a heap buffer overflow when processing a crafted WTV file. The issue affects FFmpeg versions from 0.5 up to, but not including, 9.0.
- Vendor
- FFmpeg
- Product
- Unknown
- CVSS
- HIGH 8.5
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-08-06
- Original CVE updated
- 2026-08-31
- Advisory published
- 2026-08-06
- Advisory updated
- 2026-08-31
Who should care
Developers and administrators using FFmpeg versions from 0.5 up to, but not including, 9.0 should be aware of this vulnerability and take immediate action to mitigate the risk. This includes assessing their installations, applying patches or upgrades, and implementing compensating controls.
Technical summary
The CVE-2026-70628 vulnerability is caused by a signed integer overflow in the DVB subtitle parser of FFmpeg, which can lead to a heap buffer overflow when processing a crafted WTV file. The issue affects FFmpeg versions from 0.5 up to, but not including, 9.0. The overflow causes the bounds-check guard expression to wrap to INT_MIN, bypassing the PARSE_BUF_SIZE comparison and invoking memcpy() with attacker-controlled data into a heap buffer, resulting in an out-of-bounds heap write and potential memory corruption or code execution.
Defensive priority
High-priority defensive actions are required to address the heap buffer overflow vulnerability in FFmpeg versions from 0.5 up to, but not including, 9.0.
Recommended defensive actions
- Inventory and assess FFmpeg installations for version vulnerability
- Apply patches or upgrade to FFmpeg version 9.0 or later
- Implement compensating controls, such as input validation and monitoring
- Review and update incident response plans to address potential exploitation
- Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
- Review the supplied official advisory or CVE record to validate affected scope, severity, and vendor guidance
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed
Evidence notes
The CVE-2026-70628 vulnerability is caused by a signed integer overflow in the DVB subtitle parser of FFmpeg, which can lead to a heap buffer overflow when processing a crafted WTV file. The issue affects FFmpeg versions from 0.5 up to, but not including, 9.0. Evidence is based on official CVE and NVD records, as well as source references provided by [email protected].
Sources and references
Verified primary and authoritative sources
-
CVE-2026-70628 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-70628
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-70628 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-70628
NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.
Supplemental references
-
Source reference
Unverified legacy reference
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/02fc47e13f903768b75f7985a2706a6223ab4506
-
Source reference
Unverified legacy reference
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/93f2a525ec6c7b467bae68322720d10188fc6e30
-
Source reference
Unverified legacy reference
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/commit/c6ec28b18cd1eb7d39e6163137367f2d1c62aa7c
-
Source reference
Unverified legacy reference
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23897
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/ffmpeg-dvb-subtitle-parser-heap-buffer-overflow-via-wtv-file
Methodology and review provenance
AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.