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-9090 — Command Injection in Tenda AC20 16.03.08.12 (/goform/telnet) | Kitploit
Tools/GitHubGitHub/bytereaper77/cve-2025-9090
IoT SecurityVulnerability AnalysisExploitationWeb Application ExploitationPenetration TestingCommand and ControlArchived
GitHubbytereaper77/cve-2025-9090

CVE-2025-9090

Command Injection in Tenda AC20 16.03.08.12 (/goform/telnet)

View Repository
161 year 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-9090

Author: Byte Reaper

Description

This exploit targets CVE-2025-9090, a command injection vulnerability in the Tenda AC20 (v16.03.08.12) router.
The flaw is in the endpoint /goform/telnet, which can be triggered remotely.
When accessed, it starts the Telnet service on the device, opening ports 23/2323 for remote interaction.

The program sends a request to the vulnerable endpoint, looks for the response string "load telnetd success", and then tries to connect to the Telnet service to confirm successful exploitation.

Build

Compile using gcc:

root@kitploit:~
    gcc exploit.c argparse.c -o CVE-2025-9090 -lcurl

Usage :

root@kitploit:~
    -h, --help            show this help message and exit
    -i, --ip              Enter Target IP
    -c, --cookies         Enter File cookies
    -v, --verbose         Verbose Mode
    -f, --loop=           Number request 

RUN :

root@kitploit:~
    ./CVE-2025-9090 -i <IP> 
    - verbose mode :
    ./CVE-2025-9090 -i <IP> -v
    - number request : 
    ./CVE-2025-9090 -i <IP> -v -f 5 (5 POST endpoint)
    - cookies file :
    ./CVE-2025-9090 -i <IP> -v -f 5 -c [file name] 

LICENSE:

MIT

Download Tool