CVE-2026-66041 PUBLISHED

FFmpeg 7.0 - 8.1.2 Heap Out-of-Bounds Write via vf_quirc Filter

Assigner: VulnCheck
Reserved: 23.07.2026 Published: 24.07.2026 Updated: 25.07.2026

FFmpeg 7.0 through 8.1.2, fixed in commit 4da9812, contains a heap out-of-bounds write vulnerability in the vf_quirc filter that allows an attacker to corrupt heap memory by supplying a crafted PGS/SUP subtitle file with mismatched frame dimensions. Attackers can provide a subtitle file whose second presentation has larger dimensions than its first, causing av_image_copy_plane() to copy data exceeding the initial allocation size into the undersized libquirc grayscale image buffer, resulting in heap corruption and process crash with potential for code execution.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:P/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 7.7

Product Status

Vendor FFmpeg
Product FFmpeg
Versions Default: affected
  • affected from 7.0 to 8.1.2 (incl.)
  • Version 4da9812e25894fb51d62a8875cfa8eb39b5e20f5 is unaffected

Credits

  • Adrian Junge (vurlo) finder

References

Problem Types

  • Out-of-bounds Write CWE