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-34037 — Python port of the Linksys tmUnblock.cgi RCE exploit | Kitploit
Tools/GitHubGitHub/taxanehh/cve-2025-34037
Embedded Systems SecurityIoT SecurityPayload GenerationExploitationWeb Application ExploitationCommand and ControlLearning & Education
GitHubtaxanehh/cve-2025-34037

CVE-2025-34037

Python port of the Linksys tmUnblock.cgi RCE exploit

View Repository
35 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-34037

Python port of the Linksys tmUnblock.cgi RCE exploit

For educational use only. Run against your own devices.

Vulnerability

The tmUnblock.cgi endpoint on several Linksys router models accept POST requests without validating the Authorization header. the ttcp_ip parameter is passed directly to a shell command, allowing unauthenticated remote code execution via command injection.

Affects, among others, E4200 E3200 E3000 E2500 E2100L E2000 E1550 E1500 E1200 E1000 E900 E300 WRT610N WRT400N WRT320N WRT160N

Usage

Edit the 'HOST' and 'PORT' at the top of the script. Then run python3 exploit.py

If succesful, the script stages a MIPS bind shell onto /tmp/c0d3z and connects on port 4444. It might not work on the first try; try disconnecting the ethernet cable and replugging.

References

https://www.exploit-db.com/exploits/31683

shell

Download Tool