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 — Proof-of-concept exploit for CVE-2025-8088, a WinRAR path traversal vulnerability enabling arbitrary code execution via crafted RAR archives. Includes a Python script with configurable decoy, payload, and drop paths for authorized security testing. | Kitploit
Tools/GitHubGitHub/ghostn4444/cve-2025-8088
Payload GenerationVulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubghostn4444/cve-2025-8088

CVE-2025-8088

Proof-of-concept exploit for CVE-2025-8088, a WinRAR path traversal vulnerability enabling arbitrary code execution via crafted RAR archives. Includes a Python script with configurable decoy, payload, and drop paths for authorized security testing.

View Repository
1 year 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: WinRAR path traversal allowing arbitrary code execution (CVE-2025-8088)

CVE-2025-8088 PoC - Stealth Exploit - README English (US)

CVE-2025-8088 PoC - Exploração Furtiva - README Português (BR)

-

CVE-2025-8088 PoC – Exploit Oculto
README Español (ES)

CVE-2025-8088 PoC – Переопределение входа - README Русский (RU)

root@kitploit:~
Exploit_cve_2025_8088.ps1

root@kitploit:~
python poc.py 

PoC

📋 Required Arguments

ArgumentDescriptionExample
--decoyPath to decoy file (will be created if it doesn't exist)resume.txt
--payloadPath to payload file (will be created if it doesn't exist)payload.bat
--dropAbsolute path to target directory where payload will be extractedC:\Users\Victim\Documents

⚙️ Optional Arguments

ArgumentDescriptionDefault ValueNotes
--rarPath to rar.exeAuto-discoveredWill check common locations and PATH
--outOutput RAR filenamepoc-cve-2025-8088.rarFinal malicious archive
--workdirWorking directory for temporary filesCurrent directory (.)
--placeholder_lenLength of ADS placeholdermax(len(target_path), 128)Longer = more reliable traversal
--max_upNumber of parent directory traversals (..\)16Minimum 8 recommended
--base_outIntermediate base RAR filename<out>.base.rarTemporary file, deleted after

🎯 Example Usage

root@kitploit:~
# Basic usage (auto-discover rar.exe)
python poc.py --decoy resume.txt --payload payload.bat --drop "C:\Users\Victim\Documents"

# Full custom configuration
python poc.py \
  --decoy document.pdf \
  --payload script.bat \
  --drop "C:\Users\Victim\AppData\Roaming" \
  --rar "C:\Program Files\WinRAR\rar.exe" \
  --out malicious.rar \
  --workdir ./build \
  --placeholder_len 150 \
  --max_up 20

Oficial LINK Github Attribution: sxyrxyy

Download Tool