AUGUST 16, 2026
Live Feed
Back to database
Case File

CVE-2026-70632

HIGH · CVSS 7.8 EPSS 0.21% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-06 · Last synced 2026-08-16

CyberRota Analysis

AI-Generated

FFmpeg versions from 4.4 to just before 9.0 are vulnerable to an out-of-bounds heap write in the GoPro CineForm HD decoder, which can be exploited by remote attackers through specially crafted AVI files. This vulnerability can lead to heap memory corruption and potentially allow for arbitrary code execution by overwriting critical pointers. Organizations using affected FFmpeg versions, particularly those handling video processing or streaming, should prioritize patching to mitigate this high-severity risk.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
arbitrary code execution code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-70632
Severity
HIGH
CVSS
7.8
EPSS
0.21%

Original NVD Description

FFmpeg versions from 4.4 up to, but not including, 9.0 contain an out-of-bounds heap write vulnerability in the native GoPro CineForm HD (CFHD) decoder that allows remote attackers to corrupt heap memory by supplying a crafted AVI file during stream probing. The cfhd_decode() function fails to enforce the non-Bayer logical output-width invariant in the transform-type-2 reconstruction path, causing horiz_filter_clip() to write oversized 16-bit sample rows far beyond the allocated output frame buffer, which can be escalated to arbitrary code execution via overwrite of a live cleanup callback pointer.