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
    • 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-2025-11002

CVE-2025-11002: 7-Zip Directory Traversal RCE Vulnerability

CVE-2025-11002 is a directory traversal remote code execution vulnerability in 7-Zip affecting ZIP file parsing. Attackers can exploit symbolic link handling to execute arbitrary code. This article covers technical details, affected versions, impact assessment, and mitigation strategies.

Updated: March 12, 2026

CVE-2025-11002 Overview

CVE-2025-11002 is a directory traversal vulnerability in 7-Zip that enables remote code execution through malicious ZIP file handling. This vulnerability allows remote attackers to execute arbitrary code on affected installations of 7-Zip. While user interaction is required to exploit this vulnerability, attack vectors may vary depending on the implementation.

The specific flaw exists within the handling of symbolic links in ZIP files. Crafted data in a ZIP file can cause the process to traverse to unintended directories, allowing an attacker to write files outside the intended extraction path. An attacker can leverage this vulnerability to execute code in the context of a service account.

Critical Impact

Successful exploitation allows attackers to achieve arbitrary code execution by abusing symbolic link handling in ZIP archives, potentially leading to full system compromise when extracting malicious archives.

Affected Products

  • 7-Zip version 24.09
  • 7-Zip installations processing untrusted ZIP archives
  • Systems using 7-Zip for automated archive extraction workflows

Discovery Timeline

  • 2026-01-23 - CVE-2025-11002 published to NVD
  • 2026-02-26 - Last updated in NVD database

Technical Details for CVE-2025-11002

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Path Traversal or Directory Traversal. The flaw resides in how 7-Zip processes symbolic links embedded within ZIP archives during extraction operations.

When a user extracts a crafted ZIP file containing malicious symbolic links, the application fails to properly validate the target paths of these symlinks. This allows an attacker to construct ZIP archives with symbolic links that point to directories outside the intended extraction location. Upon extraction, files can be written to arbitrary locations on the filesystem, bypassing the expected directory constraints.

The local attack vector requires user interaction—specifically, the victim must open and extract a malicious ZIP archive. However, this interaction requirement can be circumvented in enterprise environments where 7-Zip is used in automated extraction pipelines, email attachment processing, or content management systems.

Root Cause

The root cause is improper validation of symbolic link targets during ZIP file extraction. 7-Zip version 24.09 fails to adequately sanitize or restrict the destination paths of symbolic links contained within ZIP archives. When processing symlinks, the application does not verify that the resolved target path remains within the designated extraction directory, enabling directory traversal attacks.

This vulnerability follows a common pattern seen in archive utilities where symbolic link handling introduces path canonicalization issues. The absence of proper path normalization and boundary checks allows specially crafted symlinks to escape the extraction root directory.

Attack Vector

An attacker exploiting this vulnerability would craft a malicious ZIP archive containing symbolic links that reference parent directories (e.g., using ../ sequences or absolute paths). The attack scenario typically involves:

  1. Creating a ZIP archive with a symbolic link pointing to a sensitive system directory
  2. Including a payload file that, when extracted following the symlink, gets written to the attacker-controlled location
  3. Delivering the malicious archive to the victim via email, web download, or other distribution methods
  4. The victim extracts the archive using 7-Zip, causing files to be written outside the intended extraction directory

For example, an attacker could place a symlink targeting C:\Windows\System32 or /usr/local/bin, followed by a malicious executable. Upon extraction, the executable would be written to the system directory, potentially achieving code execution when the malicious file is subsequently invoked by the system or user. This attack was reported through the Zero Day Initiative as ZDI-CAN-26743.

Detection Methods for CVE-2025-11002

Indicators of Compromise

  • Presence of unexpected files in system directories after ZIP extraction operations
  • ZIP archives containing symbolic links with path traversal sequences (../) in link targets
  • File system modifications outside designated extraction directories during 7-Zip operations
  • Unusual symbolic link creation events in system logs associated with archive extraction

Detection Strategies

  • Monitor file system events for writes to sensitive system directories originating from 7-Zip processes
  • Implement archive content inspection to identify ZIP files containing symbolic links with suspicious target paths
  • Deploy endpoint detection rules to alert on 7z.exe or 7zFM.exe processes creating files outside expected working directories
  • Use YARA rules to scan incoming ZIP archives for embedded symbolic links with traversal patterns

Monitoring Recommendations

  • Enable detailed file system auditing on critical system directories to detect unauthorized file writes
  • Implement application whitelisting to prevent execution of newly created files in system directories
  • Configure SentinelOne Singularity to monitor 7-Zip extraction activities for anomalous file system operations
  • Review logs for 7-Zip extraction events, particularly those involving archives from external or untrusted sources

How to Mitigate CVE-2025-11002

Immediate Actions Required

  • Update 7-Zip to the latest available version that addresses CVE-2025-11002
  • Audit systems running 7-Zip version 24.09 and schedule immediate patching
  • Implement content filtering to scan incoming ZIP archives for malicious symbolic links before extraction
  • Restrict 7-Zip usage to trusted archives only until patching is complete

Patch Information

Organizations should update to the latest version of 7-Zip that addresses this vulnerability. Refer to the Zero Day Initiative Advisory ZDI-25-950 for detailed information on affected versions and patch availability.

SentinelOne Singularity Platform provides protection against exploitation attempts targeting this vulnerability through behavioral analysis and endpoint protection capabilities. The platform can detect and block malicious file writes resulting from directory traversal attacks during archive extraction.

Workarounds

  • Avoid extracting ZIP archives from untrusted or unknown sources until patching is complete
  • Use alternative archive utilities with known symbolic link protections for processing untrusted archives
  • Implement application-level controls to disable symbolic link processing if supported by your 7-Zip configuration
  • Deploy file system access controls to prevent 7-Zip from writing to sensitive system directories

If updating 7-Zip is not immediately possible, consider implementing archive pre-scanning workflows:

bash
# Example: Pre-scan ZIP archives for suspicious symbolic links before extraction
# Check for symlinks in archive contents
7z l -slt archive.zip | grep -i "symbolic link"

# Alternative: Use dedicated archive scanning tools to inspect for path traversal patterns
# Verify archive contents before extraction in untrusted environments

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

  • Vulnerability Details
  • TypeRCE

  • Vendor/Tech7 Zip

  • SeverityHIGH

  • CVSS Score7.8

  • EPSS Probability0.11%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityHigh
  • AvailabilityHigh
  • CWE References
  • CWE-22
  • Technical References
  • Zero Day Initiative Advisory ZDI-25-950
  • Related CVEs
  • CVE-2025-11001: 7-Zip Directory Traversal RCE Vulnerability

  • CVE-2023-40481: 7-Zip SquashFS RCE Vulnerability

  • CVE-2024-11477: 7-Zip Zstandard Decompression RCE Flaw

  • CVE-2025-53817: 7-Zip Compound Handler DoS Vulnerability
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