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
WinRAR-CVE-2025-8088-Path-Traversal-PoC — Proof-of-Concept for CVE-2025-8088 vulnerability in WinRAR (path traversal via ADS) | Kitploit
Tools/GitHubGitHub/pexlexity/winrar-cve-2025-8088-path-traversal-poc
Persistence MechanismsVulnerability AnalysisExploitationMalware AnalysisPayload DevelopmentBinary Exploitation
GitHubpexlexity/winrar-cve-2025-8088-path-traversal-poc

WinRAR-CVE-2025-8088-Path-Traversal-PoC

Proof-of-Concept for CVE-2025-8088 vulnerability in WinRAR (path traversal via ADS)

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share
View Repository
211 year agoNot yet reviewed

PoC for CVE-2025-8088: Path Traversal in WinRAR

Vulnerability Description ☢️

CVE-2025-8088 (CVSS 8.4) is a path traversal vulnerability in WinRAR ≤7.12 that allows files to be placed outside the unpacking directory via alternate data streams (ADS) in a RAR archive. It is exploited to deliver malware to system folders such as Startup (%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup), for persistence.

-ame}" with openThe archive contains a decoy file with ADS, the names of which include the sequences ..\ for traversal. When extracting, WinRAR places the stream content in the traversed path.

  • ⚙️Techniques: Path traversal + NTFS ADS to hide the payload.
  • ❗Danger: Automatically launches malware on reboot without notifying the user.

🟩Usage: Install WinRAR (rar.exe in PATH). Prepare the payload (for example, a bat script: echo Malware > %TEMP%\infected.txt). Run: python poc.py --decoy resume.txt --payload evil.bat --out exploit.rar Unpack exploit.rar in vulnerable WinRAR - the payload will end up in Startup.

🟥Disclaimer For research only. The author is not responsible for misuse. Test in an isolated environment environment.

📄Sources: ESET Research, NVD.

Download Tool