CVE-2026-75144 PUBLISHED

FFmpeg Heap Buffer Overflow in VC-2/Dirac RTP Packetizer

Assigner: VulnCheck
Reserved: 17.08.2026 Published: 19.08.2026 Updated: 19.08.2026

FFmpeg before commit 1cdeb3c contains a heap buffer overflow vulnerability in the VC-2/Dirac RTP packetizer (libavformat/rtpenc_vc2hq.c) that allows attackers to trigger memory corruption by supplying a crafted Dirac data unit. The packetizer copies an input-derived data unit or fragment size into a fixed-size buffer without an upper bound check, causing a heap buffer overflow when the crafted input is packetized for RTP output.

Metrics

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

Product Status

Vendor FFmpeg
Product FFmpeg
Versions Default: unaffected
  • affected from 0 to 1cdeb3c4e7f1f8566d846b9b451e01c376398818 (excl.)

Credits

  • Joshua Rogers (AISLE Research) finder

References

Problem Types

  • Heap-based Buffer Overflow CWE