CVE-2026-45820

fflate through 0.8.2 is vulnerable to denial of service via an infinite loop in unzipSync(). A crafted ZIP archive with a central directory entry declaring compressed_size=0xFFFFFFFF (ZIP64 sentinel) but missing the required ZIP64 extra field tag 0x0001 causes z64e() to loop indefinitely due to out-of-bounds reads returning undefined, which coerces to 0, keeping the loop condition permanently true.
Configurations

Configuration 1 (hide)

cpe:2.3:a:101arrowz:fflate:*:*:*:*:*:node.js:*:*

History

No history.

Information

Published : 2026-07-22 08:16

Updated : 2026-08-19 19:06


NVD link : CVE-2026-45820

Mitre link : CVE-2026-45820

CVE.ORG link : CVE-2026-45820


JSON object : View

Products Affected

101arrowz

  • fflate
CWE
CWE-400

Uncontrolled Resource Consumption

CWE-835

Loop with Unreachable Exit Condition ('Infinite Loop')