CVE Catalog

CVE-2026-65705

HighCVSS 7.8
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.13%

3th percentile - higher than 3% of all known CVEs

Summary

A vulnerability in the vf_floodfill video filter in FFmpeg versions 3.4 through 8.1.2 causes an out-of-bounds write on the heap. When config_input() allocates a stack based on initial frame dimensions and a larger frame is processed, filter_frame() pushes neighbors beyond the original allocation, leading to heap corruption and potential code execution.

Risk Assessment

An attacker can supply a dynamically sized video stream with filter reinitialization disabled, potentially causing process crash or remote code execution depending on heap layout and process hardening.

Recommendation

Upgrade FFmpeg to version 8.1.3 or later, which includes a fix for this vulnerability.

Other vulnerabilities in FFmpeg

See all
Original NVD description (English source)

FFmpeg versions 3.4 through 8.1.2 contain an out-of-bounds write vulnerability in the vf_floodfill video filter that allows attackers to corrupt heap memory by supplying a dynamically sized video stream with filtergraph reinitialization disabled via -reinit_filter 0. When config_input() allocates the points traversal stack based on initial frame dimensions and a subsequent larger frame is processed, filter_frame() performs flood-fill neighbor pushes beyond the original allocation boundary, resulting in heap corruption and process crash with potential for code execution depending on heap layout and process hardening.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS