CVE-2026-96611
Last modified
CVE-2026-96611 is a medium-severity vulnerability rated 6.9/10 on the CVSS scale. 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.
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.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| FFmpeg | FFmpeg | < 9.0 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-96611?
How severe is CVE-2026-96611?
How do I fix CVE-2026-96611?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-9656The HubSpot All-In-One Marketing – Forms, Popups, Live Chat …4.3
- CVE-2026-96560LightLLM through 1.2.0 contains a remote code execution vuln…9.8
- CVE-2026-9658Plack::Middleware::Security::Common versions before 0.13.1 f…7.3
- CVE-2026-96599Isotope eCommerce through 2.9.10 derives order identifiers f…5.9
- CVE-2026-96600Isotope eCommerce through 2.9.10 contains a blind SQL inject…5.5
- CVE-2026-96609Robur Albatross 1.0.0 through 2.x before 2.7.2 does not limi…7.1
- CVE-2026-9662The Recover Exit For WooCommerce plugin for WordPress is vul…8.1
- CVE-2026-9667IBM WebSphere Application Server 9.0, and 8.5 is vulnerable …5.3
- CVE-2026-9668With legitimate user credentials in hand, attackers can cons…6.3
- CVE-2026-9669bz2.BZ2Decompressor objects could be reused after a decompre…8.2
- CVE-2026-9673Versions of the package json-2-csv from 3.15.0 and before 5.…6.8
- CVE-2026-9674A cross-site request forgery (CSRF) vulnerability in Jenkins…4.3
Are you affected by CVE-2026-96611?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
