PatchSiren cyber security CVE debrief
CVE-2026-65705 FFmpeg CVE debrief
CVE-2026-65705 is an out-of-bounds write vulnerability in the vf_floodfill video filter of FFmpeg versions 3.4 through 8.1.2. The vulnerability 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. Users of FFmpeg should be aware of this high-severity vulnerability and take steps to mitigate it. The CVE record was published on 2026-07-23T20:17:22.120Z and has not been modified since then.
- Vendor
- FFmpeg
- Product
- Unknown
- CVSS
- HIGH 7.3
- CISA KEV
- Not listed in stored evidence
- Original CVE published
- 2026-07-23
- Original CVE updated
- 2026-08-07
- Advisory published
- 2026-07-23
- Advisory updated
- 2026-08-07
Who should care
Users of FFmpeg versions 3.4 through 8.1.2 should be aware of this high-severity vulnerability and take steps to mitigate it. This includes inventorying FFmpeg installations, verifying versions are within the affected range, and applying vendor patches or updates to FFmpeg installations. Additionally, implementing compensating controls such as monitoring for suspicious activity and considering disabling the vf_floodfill video filter if not in use can help reduce the risk of exploitation.
Technical summary
CVE-2026-65705 is an out-of-bounds write vulnerability in the vf_floodfill video filter of FFmpeg. The vulnerability 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.
Defensive priority
High
Recommended defensive actions
- Inventory FFmpeg installations and verify versions are within the affected range.
- Apply vendor patches or updates to FFmpeg installations.
- Implement compensating controls such as monitoring for suspicious activity.
- Consider disabling the vf_floodfill video filter if not in use.
- Review and verify affected scope, severity, and vendor guidance.
- Plan vendor-supported updates or mitigations through normal change control where exposure is confirmed.
- Track exceptions, retest remediated assets, and close the item only after evidence is documented.
Evidence notes
The CVE record and NVD entry provide details on the vulnerability. However, further analysis is needed to fully understand the impact and potential mitigations. Affected product deployments should be identified and verified for exposure. The vulnerability 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. Defenders should verify FFmpeg installations and apply vendor patches or updates to mitigate the vulnerability.
Sources and references
Verified primary and authoritative sources
-
CVE-2026-65705 CVE Program record
Publisher, destination, and source semantics verified
URL: https://www.cve.org/CVERecord?id=CVE-2026-65705
CVE Program - Official CVE Program record with source-provided CVE metadata.
-
CVE-2026-65705 NVD vulnerability detail
Publisher, destination, and source semantics verified
URL: https://nvd.nist.gov/vuln/detail/CVE-2026-65705
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/f186c50cf53aec20e9a29059cb22ca3f2d59201c
-
Source reference
Unverified legacy reference
URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/23780
-
Source reference
Unverified legacy reference
URL: https://www.vulncheck.com/advisories/ffmpeg-vf-floodfill-out-of-bounds-write-via-filter-frame
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.