The SentinelOne Annual Threat Report - A Defenders Guide from the FrontlinesThe SentinelOne Annual Threat ReportGet the Report
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-2024-48510

CVE-2024-48510: DotNetZip Path Traversal Vulnerability

CVE-2024-48510 is a directory traversal vulnerability in DotNetZip v.1.16.0 and earlier versions that enables remote attackers to execute arbitrary code. This article covers technical details, affected versions, and mitigation.

Published: January 28, 2026

CVE-2024-48510 Overview

A critical Directory Traversal vulnerability exists in DotNetZip v.1.16.0 and earlier versions that allows a remote attacker to execute arbitrary code via the src/Zip.Shared/ZipEntry.Extract.cs component. This vulnerability enables attackers to write files outside the intended extraction directory by crafting malicious ZIP archives containing path traversal sequences. It is important to note that this vulnerability only affects products that are no longer supported by the maintainer.

Critical Impact

Remote attackers can achieve arbitrary code execution by exploiting the directory traversal flaw during ZIP extraction, potentially leading to complete system compromise.

Affected Products

  • Mihula Prodotnetzip (all versions up to and including v1.16.0)
  • DotNetZip.Semverd Project (all versions up to and including v1.16.0)
  • Applications using the DotNetZip NuGet package

Discovery Timeline

  • 2024-11-13 - CVE-2024-48510 published to NVD
  • 2025-05-02 - Last updated in NVD database

Technical Details for CVE-2024-48510

Vulnerability Analysis

This directory traversal vulnerability (CWE-22) occurs in the ZipEntry.Extract.cs component of the DotNetZip library. When a ZIP archive is extracted, the library fails to properly sanitize file paths contained within the archive. An attacker can craft a malicious ZIP file containing entries with relative path sequences such as ../ that, when extracted, write files outside the intended destination directory.

The vulnerability is particularly severe because it can be exploited remotely without authentication and requires no user interaction beyond triggering an extraction operation. Since DotNetZip is a widely-used .NET library for handling ZIP archives, applications that process untrusted ZIP files are at significant risk.

Root Cause

The root cause lies in the insufficient validation of file paths during the extraction process in the ZipEntry.Extract.cs component. The code located at lines 1365-1410 in the extraction logic does not adequately check for path traversal sequences before writing extracted files to the filesystem. This allows specially crafted archive entries to escape the extraction directory and write files to arbitrary locations on the system.

Attack Vector

The attack vector is network-based, requiring an attacker to deliver a malicious ZIP archive to a target system. This can be accomplished through various means including:

The vulnerability is triggered when an application using DotNetZip extracts a ZIP archive containing entries with path traversal sequences (e.g., ../../etc/cron.d/malicious). The extraction process follows the malicious path and writes files outside the intended directory, potentially overwriting critical system files or placing executable content in locations where it will be automatically executed.

Since the vulnerability requires no privileges or user interaction to exploit, attackers can chain this with other attack vectors to achieve arbitrary code execution. For example, an attacker might overwrite application configuration files, web shell deployment, or scheduled task definitions.

Detection Methods for CVE-2024-48510

Indicators of Compromise

  • Unexpected files appearing outside designated extraction directories
  • Files with suspicious paths containing ../ sequences in application logs
  • Unauthorized modifications to system configuration files or executables
  • Presence of the vulnerable DotNetZip library versions (v1.16.0 or earlier) in application dependencies

Detection Strategies

  • Monitor file system activity for writes to sensitive directories during ZIP extraction operations
  • Implement application-level logging to capture all extracted file paths and flag those containing path traversal sequences
  • Use dependency scanning tools to identify applications using vulnerable versions of DotNetZip or DotNetZip.Semverd
  • Deploy endpoint detection rules to identify ZIP files containing entries with ../ path sequences

Monitoring Recommendations

  • Enable detailed file system auditing on critical directories to detect unauthorized writes
  • Monitor network traffic for delivery of ZIP files to applications known to use DotNetZip
  • Implement behavioral analysis to detect unusual file creation patterns following archive extraction
  • Review application logs for extraction operations involving untrusted ZIP files

How to Mitigate CVE-2024-48510

Immediate Actions Required

  • Audit all applications to identify usage of DotNetZip or DotNetZip.Semverd libraries
  • Implement input validation to sanitize file paths before extraction, rejecting entries containing path traversal sequences
  • Restrict file system permissions for processes that handle ZIP extraction to limit the impact of potential exploitation
  • Consider migrating to actively maintained ZIP handling libraries with proper path sanitization

Patch Information

As noted in the CVE description, this vulnerability only affects products that are no longer supported by the maintainer. No official patch is available from the original maintainers. Organizations should consider the following alternatives:

For detailed technical information about the vulnerable code, refer to the GitHub DotNetZip Code Snippet. Additional context is available in the security advisory on GitHub Gist.

Workarounds

  • Implement application-level path validation before extraction that rejects any archive entries containing .. sequences
  • Use a sandboxed extraction directory with restricted permissions and verify all extracted paths remain within the intended boundary
  • Replace DotNetZip with alternative .NET ZIP libraries such as System.IO.Compression which includes built-in path traversal protections
  • Apply the principle of least privilege to services handling ZIP extraction to minimize potential impact
bash
# Example: Check for vulnerable DotNetZip versions in .NET projects
dotnet list package --vulnerable --include-transitive | grep -i dotnetzip
# Review and update packages.config or .csproj files to remove DotNetZip dependencies

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechDotnetzip

  • SeverityCRITICAL

  • CVSS Score9.8

  • EPSS Probability1.25%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • GitHub DotNetZip Repository

  • GitHub DotNetZip Code Snippet

  • NuGet DotNetZip Package
  • Vendor Resources
  • GitHub Gist Resource
  • Latest CVEs
  • CVE-2026-40322: SiYuan Knowledge Management RCE Vulnerability

  • CVE-2026-40318: SiYuan Path Traversal Vulnerability

  • CVE-2026-40259: SiYuan Auth Bypass Vulnerability

  • CVE-2026-40255: AdonisJS HTTP Server CSRF 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