Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2025-8088 — CVE-2025-8088 is a critical path traversal vulnerability in WinRAR 7.12 | Kitploit
Tools/GitHubGitHub/shaheeryasirofficial/cve-2025-8088
Vulnerability AnalysisExploitationPapers & ResearchLearning & EducationBinary Exploitation
GitHubshaheeryasirofficial/cve-2025-8088

CVE-2025-8088

CVE-2025-8088 is a critical path traversal vulnerability in WinRAR 7.12

View Repository
4 months agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

CVE-2025-8088 : WinRAR Path Traversal via NTFS ADS Abuse

📌 Executive Summary

CVE-2025-8088 is a critical path traversal vulnerability in WinRAR (versions 7.12 and prior). The flaw exists in the way the application processes archive entry filenames that utilize NTFS Alternate Data Streams (ADS). By tricking the extraction engine into misinterpreting the stream boundary, an attacker can write arbitrary files to sensitive locations such as the Windows Startup folder bypassing the user's intended extraction directory.


Vulnerability Details

Technical Breakdown

The core of the issue lies in the interaction between WinRAR's path sanitization logic and the Windows NTFS file system.

  1. NTFS ADS Primer: NTFS allows files to contain multiple streams of data. The primary stream is the file content, while alternate streams are accessed via filename:streamname.

  2. The Flaw: When WinRAR processes a crafted archive, it fails to correctly identify and strip malicious path sequences (like ..\) if they are embedded within or appended to an ADS specification.

  3. Exploitation: An attacker creates a RAR entry with a name like:

    SafeFile.txt:../..//../../Users/%Username%/AppData/Roaming/Microsoft/Windows/Start Menu/Programs/Startup/malicious.exe

    During extraction, the sanitization routine incorrectly parses the : character, allowing the traversal sequence to escape the "sandbox" of the extraction folder.

Affected Environment

ComponentRequirement
Operating SystemWindows (NTFS File System required)
SoftwareWinRAR version 7.12 and below
User InteractionLow (User must initiate extraction of a malicious archive)

📚 References

  • WinRAR Official Release Notes (v7.13)

  • CWE-22: Improper Limitation of a Pathname to a Restricted Directory

  • CWE-73: External Control of File Name or Path

Download Tool