A Leader in the 2026 Gartner® Magic Quadrant™ for Endpoint Protection. Six years running.Six years. Gartner® Magic Quadrant™ Leader.Find Out Why
Experiencing a Breach?Blog
Get StartedContact Us
SentinelOne
  • Platform
    Platform Overview
    • Singularity Platform
      Welcome to Integrated Enterprise Security
    • AI for Security
      Leading the Way in AI-Powered Security Solutions
    • Securing AI
      Accelerate AI Adoption with Secure AI Tools, Apps, and Agents.
    • How It Works
      The Singularity XDR Difference
    • Singularity Marketplace
      One-Click Integrations to Unlock the Power of XDR
    • Pricing & Packaging
      Comparisons and Guidance at a Glance
    Data & AI
    • Purple AI
      Accelerate SecOps with Generative AI
    • Singularity Hyperautomation
      Easily Automate Security Processes
    • AI-SIEM
      The AI SIEM for the Autonomous SOC
    • AI Data Pipelines
      Security Data Pipeline for AI SIEM and Data Optimization
    • Singularity Data Lake
      AI-Powered, Unified Data Lake
    • Singularity Data Lake for Log Analytics
      Seamlessly Ingest Data from On-Prem, Cloud or Hybrid Environments
    Endpoint Security
    • Singularity Endpoint
      Autonomous Prevention, Detection, and Response
    • Singularity XDR
      Native & Open Protection, Detection, and Response
    • Singularity RemoteOps Forensics
      Orchestrate Forensics at Scale
    • Singularity Threat Intelligence
      Comprehensive Adversary Intelligence
    • Singularity Vulnerability Management
      Application & OS Vulnerability Management
    • Singularity Identity
      Identity Threat Detection and Response
    Cloud Security
    • Singularity Cloud Security
      Block Attacks with an AI-Powered CNAPP
    • Singularity Cloud Native Security
      Secure Cloud and Development Resources
    • Singularity Cloud Workload Security
      Real-Time Cloud Workload Protection Platform
    • Singularity Cloud Data Security
      AI-Powered Threat Detection for Cloud Storage
    • Singularity Cloud Security Posture Management
      Detect and Remediate Cloud Misconfigurations
    Securing AI
    • Prompt Security
      Secure AI Tools Across Your Enterprise
  • Why SentinelOne?
    Why SentinelOne?
    • Why SentinelOne?
      Cybersecurity Built for What’s Next
    • Our Customers
      Trusted by the World’s Leading Enterprises
    • Industry Recognition
      Tested and Proven by the Experts
    • About Us
      The Industry Leader in Autonomous Cybersecurity
    Compare SentinelOne
    • Arctic Wolf
    • Broadcom
    • CrowdStrike
    • Cybereason
    • Microsoft
    • Palo Alto Networks
    • Sophos
    • Splunk
    • Trellix
    • Trend Micro
    • Wiz
    Verticals
    • Energy
    • Federal Government
    • Finance
    • Healthcare
    • Higher Education
    • K-12 Education
    • Manufacturing
    • Retail
    • State and Local Government
  • Services
    Managed Services
    • Managed Services Overview
      Wayfinder Threat Detection & Response
    • Threat Hunting
      World-Class Expertise and Threat Intelligence
    • Managed Detection & Response
      24/7/365 Expert MDR Across Your Entire Environment
    • Incident Readiness & Response
      DFIR, Breach Readiness, & Compromise Assessments
    Support, Deployment, & Health
    • Technical Account Management
      Customer Success with Personalized Service
    • SentinelOne GO
      Guided Onboarding & Deployment Advisory
    • SentinelOne University
      Live and On-Demand Training
    • Services Overview
      Comprehensive Solutions for Seamless Security Operations
    • SentinelOne Community
      Community Login
  • Partners
    Our Network
    • MSSP Partners
      Succeed Faster with SentinelOne
    • Singularity Marketplace
      Extend the Power of S1 Technology
    • Cyber Risk Partners
      Enlist Pro Response and Advisory Teams
    • Technology Alliances
      Integrated, Enterprise-Scale Solutions
    • SentinelOne for AWS
      Hosted in AWS Regions Around the World
    • Channel Partners
      Deliver the Right Solutions, Together
    • SentinelOne for Google Cloud
      Unified, Autonomous Security Giving Defenders the Advantage at Global Scale
    • Partner Locator
      Your Go-to Source for Our Top Partners in Your Region
    Partner Portal→
  • Resources
    Resource Center
    • Case Studies
    • Data Sheets
    • eBooks
    • Reports
    • Videos
    • Webinars
    • Whitepapers
    • Events
    View All Resources→
    Blog
    • Feature Spotlight
    • For CISO/CIO
    • From the Front Lines
    • Identity
    • Cloud
    • macOS
    • SentinelOne Blog
    Blog→
    Tech Resources
    • SentinelLABS
    • Ransomware Anthology
    • Cybersecurity 101
  • About
    About SentinelOne
    • About SentinelOne
      The Industry Leader in Cybersecurity
    • Investor Relations
      Financial Information & Events
    • SentinelLABS
      Threat Research for the Modern Threat Hunter
    • Careers
      The Latest Job Opportunities
    • Press & News
      Company Announcements
    • Cybersecurity Blog
      The Latest Cybersecurity Threats, News, & More
    • FAQ
      Get Answers to Our Most Frequently Asked Questions
    • DataSet
      The Live Data Platform
    • S Foundation
      Securing a Safer Future for All
    • S Ventures
      Investing in the Next Generation of Security, Data and AI
  • Pricing
Get StartedContact Us
CVE Vulnerability Database
Vulnerability Database/CVE-2026-48959

CVE-2026-48959: Perl IO::Uncompress::Unzip DOS Vulnerability

CVE-2026-48959 is a denial of service flaw in Perl's IO::Uncompress::Unzip module that causes CPU exhaustion through a per-byte read loop. This article covers the technical details, affected versions, and mitigation strategies.

Published: May 28, 2026

CVE-2026-48959 Overview

CVE-2026-48959 is a CPU exhaustion vulnerability in the Perl IO::Uncompress::Unzip module in versions before 2.220. The flaw lives in the fastForward() function, which compares the string length of $offset (1 to 19 digits) against the chunk size $c instead of comparing $offset itself. As a result, $c collapses from 16 KiB to between 1 and 19 bytes per iteration, forcing a per-byte read loop. An attacker who supplies a crafted ZIP archive that is then opened with IO::Uncompress::Unzip->new($zip, Name =\\u003e $target) can drive read amplification scaling with the entry's compressed size, up to the non-Zip64 4 GiB cap [CWE-407].

Critical Impact

Processing an attacker-supplied ZIP entry by name forces a per-byte read loop that exhausts CPU and can stall Perl services handling untrusted archives.

Affected Products

  • Perl module IO::Uncompress::Unzip versions before 2.220
  • Perl distribution IO-Compress (CPAN, maintainer PMQS) prior to release 2.220
  • Applications and services invoking IO::Uncompress::Unzip->new($zip, Name =\\u003e $target) on untrusted ZIP input

Discovery Timeline

  • 2026-05-27 - CVE-2026-48959 published to NVD
  • 2026-05-27 - Disclosure posted to the OpenWall OSS Security list
  • 2026-05-27 - Fix released in IO-Compress 2.220 (MetaCPAN Change Log)
  • 2026-05-27 - Last updated in NVD database

Technical Details for CVE-2026-48959

Vulnerability Analysis

The vulnerability is an algorithmic complexity flaw [CWE-407] in the fastForward() routine of IO::Uncompress::Unzip. The function is intended to skip ahead by $offset bytes within a ZIP stream using chunked reads of up to 16 KiB. Instead of comparing the numeric offset to the chunk size, the code compares length $offset, which is the digit count of the offset value and therefore always between 1 and 19. The chunk size is clamped to that tiny value, so the routine reads the archive one to nineteen bytes at a time. For a multi-gigabyte compressed entry, this transforms a routine seek into hundreds of millions of read calls.

Root Cause

The defect is a misuse of Perl's length operator. length $offset returns the number of characters in the offset's stringified form, not the offset itself. Because $c is then bounded by that string length, the loop variable shrinks to a near-constant tiny value regardless of how far the function must skip. The remediation in the GitHub commit patch replaces the comparison so that the chunk size is bounded by $offset itself, restoring 16 KiB reads.

Attack Vector

Exploitation requires that a target application accept an attacker-controlled ZIP file and extract a named entry using IO::Uncompress::Unzip->new($zip, Name =\\u003e $target). The attacker crafts an archive whose target entry has a large compressed size up to the non-Zip64 4 GiB ceiling. When the victim opens the entry by name, fastForward() enters the degraded per-byte loop, saturating a CPU core for the duration of the read. Repeated submissions can deny service to mail filters, file processors, build pipelines, and any other Perl tooling that ingests untrusted ZIPs.

No verified public proof-of-concept code is referenced in the advisory. See the OpenWall OSS Security post and the GitHub commit patch for the technical fix details.

Detection Methods for CVE-2026-48959

Indicators of Compromise

  • Perl processes consuming sustained 100% of a CPU core while a single ZIP archive is being read.
  • File handles held open against large ZIP files with extremely slow read progression and minimal disk I/O throughput.
  • Application logs showing long-running calls into IO::Uncompress::Unzip->new(...) that fail to return within expected timeouts.

Detection Strategies

  • Inventory installed Perl modules and flag any IO-Compress distribution earlier than 2.220 using cpan -D IO::Compress or package manager queries.
  • Add timing instrumentation around code paths that invoke IO::Uncompress::Unzip with the Name option and alert on outliers.
  • Inspect uploaded ZIP archives for entries whose compressed size approaches the 4 GiB non-Zip64 ceiling before passing them to Perl unzip code.

Monitoring Recommendations

  • Monitor per-process CPU time and read() syscall rates on hosts running Perl-based archive handlers.
  • Track wall-clock duration of archive extraction jobs and trigger on jobs exceeding a baseline threshold.
  • Centralize Perl application logs and alert on repeated submissions of the same large archive from a single source.

How to Mitigate CVE-2026-48959

Immediate Actions Required

  • Upgrade IO-Compress to version 2.220 or later on all systems running Perl code that processes untrusted archives.
  • Audit application source for calls to IO::Uncompress::Unzip->new($zip, Name =\\u003e ...) against attacker-controlled input.
  • Enforce CPU time and wall-clock limits on processes that handle uploaded ZIP files, using ulimit -t or systemd CPUQuota.

Patch Information

The issue is fixed in IO-Compress 2.220. The upstream commit is available as a GitHub commit patch, and release notes are documented in the MetaCPAN Change Log. Install via cpan IO::Compress or through your distribution's Perl package once it ships the updated version.

Workarounds

  • Reject ZIP archives whose compressed entry sizes exceed an application-defined limit well below 4 GiB before invoking IO::Uncompress::Unzip.
  • Extract entries sequentially using the streaming API rather than seeking to a named entry, which avoids the fastForward() path.
  • Run archive processing in sandboxed workers with strict CPU and memory limits so a single malicious file cannot exhaust the host.
bash
# Configuration example: upgrade IO-Compress and enforce CPU limits on the worker
cpan -i IO::Compress
perl -MIO::Compress -e 'print $IO::Compress::VERSION, "\n"'

# systemd unit hardening for a Perl archive worker
# /etc/systemd/system/perl-unzip-worker.service.d/limits.conf
# [Service]
# CPUQuota=50%
# MemoryMax=512M
# TimeoutStartSec=30

Disclaimer: This content was generated using AI. While we strive for accuracy, please verify critical information with official sources.

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechPerl

  • SeverityNONE

  • CVSS ScoreN/A

  • EPSS Probability0.02%

  • Known ExploitedNo
  • Impact Assessment
  • ConfidentialityNone
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-407
  • Technical References
  • GitHub Commit Patch

  • MetaCPAN Change Log

  • OpenWall OSS Security Post
  • Related CVEs
  • CVE-2026-8594: Text::LineFold Perl DOS Vulnerability

  • CVE-2025-15649: Perl IO::Uncompress::Unzip DoS Vulnerability

  • CVE-2026-48961: Perl IO::Compress zipdetails DoS Vulnerability

  • CVE-2026-8177: XML::LibXML Perl DoS Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the Most Advanced Cybersecurity Platform

See how the world’s most intelligent, autonomous cybersecurity platform can protect your organization today and into the future.

Try SentinelOne
  • Get Started
  • Get a Demo
  • Product Tour
  • Why SentinelOne
  • Pricing & Packaging
  • FAQ
  • Contact
  • Contact Us
  • Customer Support
  • SentinelOne Status
  • Language
  • Platform
  • Singularity Platform
  • Singularity Endpoint
  • Singularity Cloud
  • Singularity AI-SIEM
  • Singularity Identity
  • Singularity Marketplace
  • Purple AI
  • Services
  • Wayfinder TDR
  • SentinelOne GO
  • Technical Account Management
  • Support Services
  • Verticals
  • Energy
  • Federal Government
  • Finance
  • Healthcare
  • Higher Education
  • K-12 Education
  • Manufacturing
  • Retail
  • State and Local Government
  • Cybersecurity for SMB
  • Resources
  • Blog
  • Labs
  • Case Studies
  • Videos
  • Product Tours
  • Events
  • Cybersecurity 101
  • eBooks
  • Webinars
  • Whitepapers
  • Press
  • News
  • Ransomware Anthology
  • Company
  • About Us
  • Our Customers
  • Careers
  • Partners
  • Legal & Compliance
  • Security & Compliance
  • Investor Relations
  • S Foundation
  • S Ventures

©2026 SentinelOne, All Rights Reserved.

Privacy Notice Terms of Use

English