CVE-2026-48959
Last modified
CVE-2026-48959 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward() compares length $offset (the digit count of the offset, 1 to 19) against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration. Extracting a named entry from an attacker supplied zip via IO::Uncompress::Unzip->new($zip, Name => $target) drives a per-byte read loop scaling with the entry's compressed size, up to the non-Zip64 4 GiB cap.. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
IO::Uncompress::Unzip versions before 2.220 for Perl allow CPU exhaustion via per-byte read loop in fastForward. fastForward() compares length $offset (the digit count of the offset, 1 to 19) against the chunk size $c instead of $offset itself, so $c shrinks from 16 KiB to 1-19 bytes per iteration. Extracting a named entry from an attacker supplied zip via IO::Uncompress::Unzip->new($zip, Name => $target) drives a per-byte read loop scaling with the entry's compressed size, up to the non-Zip64 4 GiB cap.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-48959?
How severe is CVE-2026-48959?
How do I fix CVE-2026-48959?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-48953Lack of escaping leads to an XSS vulnerability in the generi…6.1
- CVE-2026-48954Improper validation leads to a generic XSS vector in the lan…6.1
- CVE-2026-48955An improper access check allows unauthorized users to access…6.5
- CVE-2026-48956An improper access check allows users to display a list of m…5
- CVE-2026-48957An improper access check allows unauthorized users to access…8.8
- CVE-2026-48958An improper access check allows unauthorized users to create…8.8
- CVE-2026-4896The WCFM – Frontend Manager for WooCommerce along with Booki…8.1
- CVE-2026-48961IO::Compress versions from 2.207 before 2.220 for Perl ship …7.3
- CVE-2026-48962IO::Compress versions before 2.220 for Perl can execute arbi…7.3
- CVE-2026-48964Subscriber SQL Injection in ELEX WordPress HelpDesk & Custom…8.5
- CVE-2026-48965Subscriber Sensitive Data Exposure in XCloner <= 4.8.6 versi…6.5
- CVE-2026-48966Unauthenticated Cross Site Scripting (XSS) in Funnel Builder…7.1
Are you affected by CVE-2026-48959?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
