CVE-2026-96611 PUBLISHED

Assigner: mitre
Reserved: 23.09.2026 Published: 23.09.2026 Updated: 23.09.2026

FFmpeg before 9.0 has a signed integer overflow in libavformat/mov.c. In mov_read_ispe(), uint32_t width/height values from a crafted HEIF ispe box are stored into signed int fields without bounds checking, allowing values exceeding INT_MAX to become negative. In read_image_grid(), accumulating these values causes signed integer overflow (undefined behavior per C17 section 6.5), which on x86 wraps to a small positive value, bypassing downstream validity checks.

Metrics

CVSS Vector: CVSS:3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:L
CVSS Score: 6.9

Product Status

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

Solutions

Update to FFmpeg commit 059eb2e853 or later.

References

Problem Types

  • CWE-190 Integer Overflow or Wraparound CWE