Vulnerability 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.
CVSS Score
HIGH
Related Weaknesses (CWE)
References
- https://github.com/mattiasw/ExifReader/commit/17b901cd192d2c90d7f9f347bd3073b28b
- https://github.com/mattiasw/ExifReader/releases/tag/v4.41.1
- https://github.com/mattiasw/ExifReader/security/advisories/GHSA-pj96-35fp-cfcc
- https://github.com/mattiasw/ExifReader/security/advisories/GHSA-pj96-35fp-cfcc
FAQ
What is CVE-2026-85715?
CVE-2026-85715 is a vulnerability with a CVSS score of 7.5 (HIGH). 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...
How severe is CVE-2026-85715?
CVE-2026-85715 has been rated HIGH with a CVSS base score of 7.5/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-85715?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.