Bug 2523742 - CVE-2026-45820 manifold: fflate: Denial of Service via crafted ZIP archives [fedora-all]
Summary: CVE-2026-45820 manifold: fflate: Denial of Service via crafted ZIP archives [...
Keywords:
Status: NEW
Alias: None
Product: Fedora
Classification: Fedora
Component: manifold
Version: rawhide
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Luya Tshimbalanga
QA Contact:
URL:
Whiteboard: {"flaws": ["8d20d637-aac4-4f0d-af64-6...
Depends On:
Blocks: CVE-2026-45820
TreeView+ depends on / blocked
 
Reported: 2026-08-25 19:40 UTC by Jon Weiser
Modified: 2026-08-25 19:40 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jon Weiser 2026-08-25 19:40:04 UTC
Disclaimer: Community trackers are created by Red Hat Product Security team on a best effort basis. Package maintainers are required to ascertain if the flaw indeed affects their package, before starting the update process.

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.


Note You need to log in before you can comment on or make changes to this bug.