๐Ÿ” CVE Alert

CVE-2026-53496

MEDIUM 5.3

ExifReader HEIC/AVIF ISO-BMFF parser throws uncaught RangeError on truncated boxes

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

ExifReader is a JavaScript Exif information parser. Prior to 4.40.1, ExifReader.load() and the asynchronous file and URL loaders can pass attacker-supplied HEIC or AVIF data to the ISO-BMFF parser in src/image-header-iso-bmff.js, where findMetaBox() and parseBox() accept an eight-byte box header without confirming that fields required by the parsed box remain in the DataView. A valid ftyp box followed by an empty free or unknown box can cause an unchecked full-box version read, while a truncated extended-size box can make getBoxLength() and hasEmptyHighBits() read absent size fields. The resulting RangeError escapes the main parsing path and can abort an application request or worker when parse errors are not defensively caught, causing denial of service. This issue is fixed in version 4.40.1.

CWE CWE-248 CWE-755
Vendor mattiasw
Product exifreader
Published Sep 14, 2026
Last Updated Sep 14, 2026
Stay Ahead of the Next One

Get instant alerts for mattiasw exifreader

Be the first to know when new medium 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:L
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
Low

Affected Versions

mattiasw / ExifReader
< 4.40.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/mattiasw/ExifReader/security/advisories/GHSA-g77h-45rf-hcx4 github.com: https://github.com/mattiasw/ExifReader/commit/00878ca9df0e26480dda7a931c888048c9f7be45 github.com: https://github.com/mattiasw/ExifReader/releases/tag/v4.40.1