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 — Python-based exploit generator for CVE-2025-8088 in WinRAR, crafting malicious RAR archives that execute payloads upon extraction for authorized security testing. | Kitploit
Tools/GitHubGitHub/ismaelcosma/cve-2025-8088
Payload GenerationVulnerability AnalysisExploitationPenetration TestingLearning & EducationBinary Exploitation
GitHubismaelcosma/cve-2025-8088

CVE-2025-8088

Python-based exploit generator for CVE-2025-8088 in WinRAR, crafting malicious RAR archives that execute payloads upon extraction for authorized security testing.

View Repository
7 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 Exploit

This repository contains a malicious RAR file generator that abuses the CVE-2025-8088 vulnerability in WinRAR, allowing a seemingly legitimate file to execute a payload when the victim extracts it.


Recommended command

root@kitploit:~
python3 exploit_7.12.py \
  -p payload.exe \
  -o exploit.rar \
  --username [NOTE VICTIM USER] \
  --placeholder-len 200 \
  --max-up 12 \
  --verbose
python exploit_cli.py --help

⚠️ Warning

This project is for educational and research purposes only. It should not be used on real systems without explicit authorization. The author assumes no responsibility for misuse.


Vulnerable versions

WinRAR – CVE-2025-8088

  • WinRAR versions prior to 7.12 are VULNERABLE
  • Versions before the official patch
  • Windows 10 / 11
  • x86 and x64 architectures
Download Tool