CVE-2026-85715
Last modified
CVE-2026-85715 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. ExifReader is a JavaScript Exif information parser. Prior to 4.41.1, ExifReader parses attacker-controlled HEIC or AVIF ISO-BMFF files in getItems() within src/image-header-iso-bmff-iloc.js and trusts iloc itemCount and extentCount values while allocating an extent object for every nested-loop iteration.
Description
ExifReader is a JavaScript Exif information parser. Prior to 4.41.1, ExifReader parses attacker-controlled HEIC or AVIF ISO-BMFF files in getItems() within src/image-header-iso-bmff-iloc.js and trusts iloc itemCount and extentCount values while allocating an extent object for every nested-loop iteration. When offsetSize, lengthSize, baseOffsetSize, and indexSize are zero, the extent fields consume no input bytes and the buffer offset does not advance, but the parser can still allocate up to itemCount multiplied by extentCount objects without an allocation budget. A small malicious iloc box can therefore cause hundreds of megabytes of heap growth or exhaust system memory, terminating a Node.js process and denying service to web, desktop, or mobile applications that parse untrusted images. The zero field widths are valid ISO-BMFF values indicating absent fields, so the vulnerable parser must bound work rather than relying on offset advancement. The issue is fixed in version 4.41.1.
Metrics
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| mattiasw | ExifReader | < 4.41.1 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-85715?
How severe is CVE-2026-85715?
How do I fix CVE-2026-85715?
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-85703A flaw has been found in ramon-victor freegpt-webui up to 09…6.5
- CVE-2026-85704A security flaw has been discovered in ramon-victor freegpt-…3.7
- CVE-2026-85705The Location Manager plugin for WordPress is vulnerable to g…7.5
- CVE-2026-85706GitLab has remediated an issue in GitLab CE/EE affecting all…10
- CVE-2026-85709LightRAG provides simple and fast retrieval-augmented genera…5.3
- CVE-2026-8571Insufficient policy enforcement in GPU in Google Chrome on A…8.3
- CVE-2026-85716The AsyncHttpClient (AHC) library allows Java applications t…3.7
- CVE-2026-85717The AsyncHttpClient (AHC) library allows Java applications t…6.8
- CVE-2026-85718The AsyncHttpClient (AHC) library allows Java applications t…5.9
- CVE-2026-85719The AsyncHttpClient (AHC) library allows Java applications t…7.5
- CVE-2026-8572Insufficient policy enforcement in Network in Google Chrome …3.1
- CVE-2026-85720The AsyncHttpClient (AHC) library allows Java applications t…5.9
Are you affected by CVE-2026-85715?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
