๐Ÿ” CVE Alert

CVE-2026-85715

HIGH 7.5

ExifReader: DoS via Crafted HEIC/AVIF iloc Box - Memory Exhaustion

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-789 CWE-835
Vendor mattiasw
Product exifreader
Published Sep 17, 2026
Last Updated Sep 17, 2026
Stay Ahead of the Next One

Get instant alerts for mattiasw exifreader

Be the first to know when new high vulnerabilities affecting mattiasw exifreader are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

Affected Versions

mattiasw / ExifReader
< 4.41.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mattiasw/ExifReader/security/advisories/GHSA-pj96-35fp-cfcc github.com: https://github.com/mattiasw/ExifReader/commit/17b901cd192d2c90d7f9f347bd3073b28b482699 github.com: https://github.com/mattiasw/ExifReader/releases/tag/v4.41.1