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-11001 — Exploit for CVE-2025-11001 or CVE-2025-11002 | Kitploit
Tools/GitHubGitHub/pacbypass/cve-2025-11001
Payload GenerationVulnerability AnalysisExploitationBinary Exploitation
GitHubpacbypass/cve-2025-11001

CVE-2025-11001

Exploit for CVE-2025-11001 or CVE-2025-11002

View Repository
151209 months agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Usage:

root@kitploit:~
python3 exploit.py -t "C:\Users\pac\Desktop" -o demo.zip --data-file calc.exe

Exploiting 7-zip

The vulnerability is only exploitable on windows and has one major caveat.The bug can only be exploited when 7-Zip is ran with Admin privileges for this vulnerability to be succesfully exploited. This is because it the 7-zip process creates a symlink, which is a privileged operation on windows.

Hence the exploitation only makes sense when 7-Zip is used by a service account.

You can find more info about the vulnerability in my blog post https://pacbypass.github.io/2025/10/16/diffing-7zip-for-cve-2025-11001.html

Vulnerable versions: 21.02 - 25.00

Download Tool