CVE Catalog

CVE-2026-96611

MediumCVSS 6.9
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.12%

1th percentile - higher than 1% of all known CVEs

Summary

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.

Risk Assessment

The risk includes bypassing validity checks in HEIF processing, potentially leading to unexpected behavior or exploitation in applications using FFmpeg.

Recommendation

Update FFmpeg to version 9.0 or later, which includes the fix.

Other vulnerabilities in FFmpeg

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS