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
    • 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-63372

CVE-2025-63372: Zip Rar Extractor Path Traversal Flaw

CVE-2025-63372 is a directory traversal vulnerability in Articentgroup Zip Rar Extractor Tool 1.345.93.0 affecting ZIP file processing. This article covers the technical details, affected versions, security impact, and mitigation.

Published: February 6, 2026

CVE-2025-63372 Overview

A Directory Traversal vulnerability has been identified in Articentgroup Zip Rar Extractor Tool version 1.345.93.0. The vulnerability resides in the ZIP file processing component, specifically in the functionality responsible for extracting and handling ZIP archive contents. This flaw allows attackers to craft malicious ZIP archives that, when extracted, can write files outside the intended extraction directory.

Critical Impact

Attackers can exploit this vulnerability to read sensitive files from arbitrary locations on the system by manipulating file paths within ZIP archives, potentially leading to unauthorized data disclosure.

Affected Products

  • Articentgroup Zip Rar Extractor Tool version 1.345.93.0

Discovery Timeline

  • 2026-02-03 - CVE-2025-63372 published to NVD
  • 2026-02-04 - Last updated in NVD database

Technical Details for CVE-2025-63372

Vulnerability Analysis

This vulnerability is classified as CWE-22 (Improper Limitation of a Pathname to a Restricted Directory), commonly known as Directory Traversal or Path Traversal. The flaw exists in how the Zip Rar Extractor Tool processes file paths contained within ZIP archive entries during extraction operations.

When a user extracts a maliciously crafted ZIP archive, the application fails to properly sanitize or validate the file paths embedded in the archive's file entries. This oversight allows an attacker to include relative path sequences (such as ../) or absolute paths within the ZIP file structure, causing extracted files to be written to or read from locations outside the designated extraction directory.

The vulnerability has network-based attack potential with low complexity requirements and requires no user privileges or interaction beyond the extraction action itself. The primary impact is on confidentiality, as attackers can potentially read sensitive files from arbitrary filesystem locations.

Root Cause

The root cause of this vulnerability lies in insufficient input validation within the ZIP file parsing and extraction logic. The application does not properly sanitize or reject archive entries containing path traversal sequences before using them to determine the destination file path. This allows directory escape sequences like ../ to be processed literally, enabling files to be extracted outside the intended directory boundary.

Attack Vector

The attack is network-accessible, meaning malicious ZIP archives can be delivered through various channels including email attachments, file downloads, or network shares. An attacker would craft a ZIP archive containing entries with manipulated file paths that include directory traversal sequences. When a victim uses the vulnerable Articentgroup Zip Rar Extractor Tool to extract this archive, files may be written to or read from unintended locations on the filesystem.

A typical attack scenario involves embedding file entries with paths like ../../../etc/passwd or ..\..\..\..\Windows\System32\config\SAM within the archive, which could allow reading of sensitive system files when the extraction process follows these paths without proper validation.

Detection Methods for CVE-2025-63372

Indicators of Compromise

  • Presence of files in unexpected directories following ZIP extraction operations
  • Log entries showing file access attempts outside normal application directories
  • Unusual file read operations targeting sensitive system files or configuration directories

Detection Strategies

  • Monitor file system activity during archive extraction for path traversal patterns such as ../ sequences
  • Implement endpoint detection rules to flag ZIP archive extractions that result in file operations outside designated directories
  • Deploy application-level monitoring to detect attempts to access files using relative path manipulation

Monitoring Recommendations

  • Enable detailed logging for all file extraction operations performed by archive utilities
  • Configure security monitoring tools to alert on file access patterns consistent with directory traversal attacks
  • Review extracted file destinations for anomalies indicating path escape attempts

How to Mitigate CVE-2025-63372

Immediate Actions Required

  • Discontinue use of Articentgroup Zip Rar Extractor Tool version 1.345.93.0 until a patched version is available
  • Use alternative archive extraction tools that have been verified to properly sanitize file paths
  • Implement network-level controls to scan and quarantine potentially malicious ZIP archives before they reach end users
  • Educate users about the risks of extracting archives from untrusted sources

Patch Information

As of the last NVD update on 2026-02-04, no official patch information has been published. Users should monitor the Articent Group Tool Overview page for security updates and patched versions. Contact the vendor directly for remediation guidance.

Workarounds

  • Extract archives only to isolated directories with restricted permissions to limit potential impact
  • Utilize sandboxed or containerized environments when handling archives from untrusted sources
  • Implement file system access controls that prevent the application from writing outside designated extraction directories
  • Consider using archive extraction utilities with built-in path traversal protection until a patch is available
bash
# Configuration example - Extract archives in a sandboxed directory with restricted access
# Create isolated extraction directory
mkdir -p /tmp/safe_extract
chmod 700 /tmp/safe_extract

# Use alternative extraction tools with path validation
# Example using unzip with -j flag to junk paths (removes directory structure)
unzip -j suspicious_archive.zip -d /tmp/safe_extract/

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

  • Vulnerability Details
  • TypePath Traversal

  • Vendor/TechArticentgroup Zip Rar Extractor Tool

  • SeverityHIGH

  • CVSS Score7.5

  • EPSS Probability0.29%

  • Known ExploitedNo
  • CVSS Vector
  • CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
  • Impact Assessment
  • ConfidentialityLow
  • IntegrityNone
  • AvailabilityNone
  • CWE References
  • CWE-22
  • Technical References
  • Articent Group Tool Overview
  • Latest CVEs
  • CVE-2025-9185: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9184: Mozilla Firefox RCE Vulnerability

  • CVE-2025-9180: Mozilla Firefox Auth Bypass Vulnerability

  • CVE-2025-8030: Mozilla Firefox RCE 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