CVE-2026-65704

FFmpeg through 8.1.2 contains an out-of-bounds write vulnerability that allows attackers to cause heap corruption by supplying a crafted ffconcat file processed with the -safe 0 flag. The TY demuxer's demux_audio() function decrements packet size without bounds checking, producing a negative size value that is passed to memcpy() in shorten_decode_frame(), where conversion to size_t wraps the value to near SIZE_MAX and triggers reads beyond the source allocation and writes far beyond the Shorten decoder's bitstream buffer.
Configurations

No configuration.

History

23 Jul 2026, 20:17

Type Values Removed Values Added
New CVE

Information

Published : 2026-07-23 20:17

Updated : 2026-07-27 20:34


NVD link : CVE-2026-65704

Mitre link : CVE-2026-65704

CVE.ORG link : CVE-2026-65704


JSON object : View

Products Affected

No product.

CWE
CWE-191

Integer Underflow (Wrap or Wraparound)

CWE-787

Out-of-bounds Write