Join the Cyber Forum: Threat Intel on May 12, 2026 to learn how AI is reshaping threat defense.Join the Virtual Cyber Forum: Threat IntelRegister Now
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-2022-24615

CVE-2022-24615: Zip4j Library DOS Vulnerability

CVE-2022-24615 is a denial of service flaw in Zip4j library up to v2.10.0 that causes application crashes through malformed ZIP files. This article covers technical details, affected versions, impact, and mitigation.

Published: February 17, 2026

CVE-2022-24615 Overview

CVE-2022-24615 is a Denial of Service vulnerability affecting the zip4j library up to version 2.10.0. The library can throw various uncaught exceptions while parsing a specially crafted ZIP file, which could result in an application crash. This vulnerability could be exploited to mount a denial of service attack against services that use the zip4j library for ZIP file processing.

Critical Impact

Services using zip4j for ZIP file handling are vulnerable to application crashes when processing maliciously crafted ZIP files, potentially causing service disruption.

Affected Products

  • zip4j_project zip4j versions up to 2.10.0

Discovery Timeline

  • 2022-02-24 - CVE CVE-2022-24615 published to NVD
  • 2024-11-21 - Last updated in NVD database

Technical Details for CVE-2022-24615

Vulnerability Analysis

This vulnerability is classified under CWE-755 (Improper Handling of Exceptional Conditions). The zip4j library fails to properly handle exceptional conditions when parsing malformed ZIP files. When a specially crafted ZIP archive is processed, the library throws uncaught exceptions that propagate up the call stack, causing the consuming application to crash unexpectedly.

The vulnerability requires local access and user interaction, meaning an attacker would need to convince a user or automated system to process a malicious ZIP file. While the attack does not compromise confidentiality or integrity, it can completely disrupt the availability of services relying on zip4j for archive handling.

Root Cause

The root cause of this vulnerability lies in improper exception handling within the ZIP file parsing routines. When the library encounters unexpected or malformed data structures within a ZIP archive, it fails to gracefully handle these error conditions. Instead of catching and managing these exceptions internally, the library allows them to propagate as uncaught exceptions, leading to application termination.

Attack Vector

The attack vector requires an attacker to craft a malicious ZIP file designed to trigger the improper exception handling. This file must then be processed by an application using the vulnerable zip4j library. Attack scenarios include:

  1. Uploading a malicious ZIP file to a web service that processes archives
  2. Sending a crafted ZIP attachment via email to be processed by an automated system
  3. Placing a malicious ZIP file in a directory monitored by a file processing service

The vulnerability exploitation does not require authentication or special privileges, only that the target system attempts to parse the malicious archive using the affected library version.

Detection Methods for CVE-2022-24615

Indicators of Compromise

  • Unexpected application crashes or service restarts when processing ZIP files
  • Application logs showing uncaught exceptions originating from zip4j library classes
  • Repeated failed ZIP processing attempts followed by service unavailability
  • Stack traces containing zip4j parsing methods in error logs

Detection Strategies

  • Monitor application logs for uncaught exception patterns related to ZIP file processing
  • Implement application-level monitoring to detect sudden process terminations
  • Set up alerting for crash loops in services that handle ZIP archives
  • Audit dependency manifests to identify applications using vulnerable zip4j versions

Monitoring Recommendations

  • Configure crash dump collection for Java applications using zip4j to capture exception details
  • Implement health checks that verify ZIP processing services remain operational
  • Monitor file upload endpoints for patterns of malformed ZIP file submissions
  • Enable verbose logging for archive processing operations during investigation periods

How to Mitigate CVE-2022-24615

Immediate Actions Required

  • Identify all applications in your environment using the zip4j library
  • Verify the version of zip4j in use and confirm if it is version 2.10.0 or earlier
  • Prioritize patching for internet-facing services that accept ZIP file uploads
  • Implement input validation to reject obviously malformed ZIP files before processing

Patch Information

Update the zip4j library to a patched version that properly handles exceptional conditions during ZIP file parsing. Review the GitHub Issue Discussion #377 and GitHub Issue Discussion #418 for detailed information about the fix and recommended versions.

Workarounds

  • Wrap zip4j parsing operations in try-catch blocks to prevent uncaught exceptions from crashing the application
  • Implement a watchdog process to automatically restart services if crashes occur
  • Add file size and structure validation before passing ZIP files to the library
  • Consider implementing request rate limiting on endpoints that process ZIP files to reduce DoS impact
bash
# Configuration example
# Check your Maven dependencies for vulnerable zip4j versions
mvn dependency:tree | grep zip4j

# Update pom.xml to use a patched version
# Replace the existing zip4j dependency with:
# <dependency>
#     <groupId>net.lingala.zip4j</groupId>
#     <artifactId>zip4j</artifactId>
#     <version>[LATEST_PATCHED_VERSION]</version>
# </dependency>

# Verify the update
mvn dependency:tree | grep zip4j

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

  • Vulnerability Details
  • TypeDOS

  • Vendor/TechZip4j

  • SeverityMEDIUM

  • CVSS Score5.5

  • EPSS Probability0.28%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-755
  • Technical References
  • GitHub Issue Discussion #377

  • GitHub Issue Discussion #418
  • Related CVEs
  • CVE-2023-22899: Zip4j Information Disclosure Vulnerability
Default Legacy - Prefooter | Experience the World’s Most Advanced Cybersecurity Platform

Experience the World’s Most Advanced Cybersecurity Platform

See how our intelligent, autonomous cybersecurity platform can protect your organization now 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