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-2025-55188

CVE-2025-55188: 7-Zip Symbolic Link Handling Vulnerability

CVE-2025-55188 is a symbolic link handling flaw in 7-Zip before version 25.01 that allows improper extraction. This article covers the technical details, affected versions, security impact, and mitigation strategies.

Published: May 26, 2026

CVE-2025-55188 Overview

CVE-2025-55188 affects 7-Zip versions before 25.01. The archiver does not always properly handle symbolic links during extraction. An attacker who crafts a malicious archive can leverage symlink entries to cause file write or read operations outside the intended extraction directory. Exploitation requires the victim to extract a specially crafted archive on a system where 7-Zip can create symbolic links. The flaw is categorized under CWE-59: Link Following. The 7-Zip project addressed the issue in the 25.01 release.

Critical Impact

A crafted archive can redirect extraction through symbolic links, leading to file overwrite, arbitrary file placement, or unintended disclosure of files outside the target directory.

Affected Products

  • 7-Zip versions prior to 25.01
  • Windows, Linux, and macOS builds of 7-Zip that support symbolic link creation during extraction
  • Third-party tools and workflows that bundle vulnerable 7-Zip binaries

Discovery Timeline

  • 2025-08-08 - CVE-2025-55188 published to NVD
  • 2025-08-09 - Issue announced on the OpenWall OSS-Security mailing list
  • 2025-11-04 - Last updated in NVD database

Technical Details for CVE-2025-55188

Vulnerability Analysis

The vulnerability stems from improper handling of symbolic link entries inside archives during extraction. When 7-Zip processes an archive that contains symlink records, the extractor can follow or materialize those links in ways that allow file operations to land outside the chosen output directory. An attacker who controls archive contents can stage a symlink that points to a sensitive path, then include a regular file entry that writes through that link. The result is a write-where primitive constrained to the privileges of the user running 7-Zip. Researcher analysis published on the Lunbun blog describes how chained symlink entries can be used to escape the extraction root.

Root Cause

The root cause is insufficient validation of symbolic link targets and ordering of link materialization relative to file writes. 7-Zip created link entries during extraction without enforcing that subsequent writes remain within the destination directory. This link-following weakness aligns with [CWE-59].

Attack Vector

The attack requires local user interaction. A target user must open or extract a malicious .7z, .tar, or similar archive using a vulnerable 7-Zip build. The attack vector is local with low complexity, no privileges required on the attacker side, and user interaction required on the victim side. Common delivery methods include phishing attachments, drive-by downloads, and supply-chain pollution of shared archives. Successful extraction can place attacker-controlled content into sensitive locations such as startup directories, configuration files, or SSH key paths, enabling follow-on persistence or privilege escalation when combined with other primitives.

No verified public exploit code is included here. Technical write-ups and proof-of-concept material are available in the CVE-2025-55188 GitHub repository and the associated Lunbun blog post.

Detection Methods for CVE-2025-55188

Indicators of Compromise

  • Files written outside the intended extraction directory following a 7-Zip extraction event
  • Archives containing symbolic link entries whose targets reference absolute paths or .. traversal sequences
  • Unexpected creation of symlinks in user profile, startup, or SSH key directories shortly after 7z.exe or 7zz execution

Detection Strategies

  • Inventory installed 7-Zip versions across the fleet and flag any build earlier than 25.01
  • Inspect archive contents prior to extraction using tooling that lists symlink entries and their targets
  • Correlate process telemetry for 7z.exe, 7za.exe, and 7zz with subsequent file creation events outside the extraction working directory

Monitoring Recommendations

  • Alert on symbolic link creation by archive utilities in sensitive paths such as startup folders, ~/.ssh, and system configuration directories
  • Monitor endpoints for execution of 7-Zip binaries with version strings below 25.01 reported by software inventory feeds
  • Capture file integrity monitoring events on directories adjacent to user download and extraction locations

How to Mitigate CVE-2025-55188

Immediate Actions Required

  • Upgrade all 7-Zip installations to version 25.01 or later using the official release page
  • Audit endpoint software inventories for legacy 7-Zip binaries embedded in third-party applications and remove or update them
  • Treat archives from untrusted sources as hostile and extract them inside isolated, non-privileged sandboxes

Patch Information

The 7-Zip project fixed the symbolic link handling logic in version 25.01. Review the upstream version comparison between 25.00 and 25.01 for the specific source changes. Detection and mitigation guidance is also documented in the Vicarius detection guide and Vicarius mitigation guide.

Workarounds

  • Disable symbolic link creation by extracting archives with a user account that lacks the privilege to create symlinks on Windows
  • Extract untrusted archives into ephemeral containers or virtual machines before moving content to production systems
  • Pre-screen archives by listing entries with 7z l -slt and rejecting any archive that contains symlink entries with suspicious targets
bash
# Configuration example: verify installed 7-Zip version and reject archives with symlinks
7z --help | head -n 2
7z l -slt suspicious.7z | grep -E "Symbolic Link|Path ="

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

  • Vulnerability Details
  • TypeOther

  • Vendor/Tech7 Zip

  • SeverityLOW

  • CVSS Score3.6

  • EPSS Probability0.06%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:C/C:N/I:L/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityLow
  • AvailabilityNone
  • CWE References
  • CWE-59
  • Technical References
  • GitHub 7zip Version Comparison

  • GitHub 7zip Release Notes

  • GitHub CVE-2025-55188 Details

  • Lunbun Blog on CVE-2025-55188

  • SourceForge 7zip Discussion Thread

  • OpenWall OSS Security Update

  • Vicarius CVE-2025-55188 Detection Guide

  • Vicarius CVE-2025-55188 Mitigation Strategies

  • YouTube Video on CVE-2025-55188

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update

  • OpenWall OSS Security Update
  • Related CVEs
  • CVE-2025-11002: 7-Zip Directory Traversal RCE Vulnerability

  • CVE-2025-11001: 7-Zip Directory Traversal RCE Vulnerability

  • CVE-2025-53817: 7-Zip Compound Handler DoS Vulnerability

  • CVE-2025-53816: 7-Zip RAR5 Handler 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