Bug 2540650 - CVE-2026-96611 qt5-qtwebengine: FFmpeg: Data corruption and information disclosure via signed integer overflow in HEIF processing [fedora-all]
Summary: CVE-2026-96611 qt5-qtwebengine: FFmpeg: Data corruption and information discl...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: qt5-qtwebengine
Version: rawhide
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
Assignee: Jan Grulich
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: {"flaws": ["7d543e8a-1866-4cc5-96f6-2...
Depends On:
Blocks: CVE-2026-96611
TreeView+ depends on / blocked
 
Reported: 2026-09-24 18:13 UTC by Ganesh
Modified: 2026-09-24 18:13 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Ganesh 2026-09-24 18:13:15 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.