CVE-2026-65705

Summary

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.

Affected Software

VendorProductVersion RangeStatus
FFmpegFFmpeg3.4 <= 8.1.2affected
FFmpegFFmpegf186c50cf53aec20e9a29059cb22ca3f2d59201cunaffected

Weaknesses

  • CWE-787: Out-of-bounds Write
  • CWE-131: Incorrect Calculation of Buffer Size

References