CVE-2026-96611
Received Received - Intake

Integer Overflow in FFmpeg HEIF Parsing

Vulnerability report for CVE-2026-96611, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.

Publication date: 2026-09-23

Last updated on: 2026-09-23

Assigner: MITRE

Description

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.

CVSS Scores

EPSS Scores

Probability:
Percentile:

Meta Information

Published
2026-09-23
Last Modified
2026-09-23
Generated
2026-09-23
AI Q&A
2026-09-23
EPSS Evaluated
N/A
NVD
EUVD

Affected Vendors & Products

Showing 1 associated CPE
Vendor Product Version / Range
ffmpeg ffmpeg to 9.0 (exc)

Helpful Resources

Exploitability

CWE
CWE Icon
KEV
KEV Icon
CWE ID Description
CWE-190 The product performs a calculation that can produce an integer overflow or wraparound when the logic assumes that the resulting value will always be larger than the original value. This occurs when an integer value is incremented to a value that is too large to store in the associated representation. When this occurs, the value may become a very small or negative number.

Attack-Flow Graph

AI Quick Actions

Instant insights powered by AI
Executive Summary

This vulnerability is a signed integer overflow in FFmpeg versions before 9.0. It occurs in the libavformat/mov.c file when processing a crafted HEIF ispe box. The issue involves storing uint32_t width and height values into signed int fields without proper bounds checking. Values exceeding INT_MAX become negative, leading to undefined behavior during accumulation in read_image_grid(). On x86 systems, this causes integer wrap-around to a small positive value, bypassing downstream validity checks.

Detection Guidance

This vulnerability involves signed integer overflow in FFmpeg's handling of HEIF ispe boxes. Detection requires checking FFmpeg versions and analyzing media files for malformed HEIF boxes. Use 'ffmpeg -version' to check installed versions. Scan media files with 'ffprobe -show_frames' or 'mediainfo' for suspicious width/height values in HEIF metadata. No direct network detection commands are available.

Impact Analysis

An attacker could exploit this to cause denial of service, execute arbitrary code, or bypass security mechanisms by crafting malicious media files. Systems processing untrusted HEIF files with FFmpeg before 9.0 are at risk of crashes or unintended behavior due to the integer overflow.

Compliance Impact

This vulnerability does not directly affect compliance with GDPR, HIPAA, or similar standards. The issue involves signed integer overflow in FFmpeg's handling of HEIF files, which could lead to undefined behavior but does not inherently violate data protection or privacy regulations.

Mitigation Strategies

Update FFmpeg to version 9.0 or later to address the signed integer overflow in libavformat/mov.c. Avoid processing untrusted HEIF files until patched.

Chat Assistant

Ask questions about this CVE
Hi! I’m here to help you understand CVE-2026-96611. Ask me anything about the vulnerability, its impact, or mitigation strategies.
0/70

EPSS Chart