Goal Reached Thanks to every supporter — we hit 100%!

Goal: 1000 CNY · Raised: 1000 CNY

100.0%

CVE-2025-9090 PoC — Tenda AC20 注入漏洞

Source
Associated Vulnerability
Title:Tenda AC20 注入漏洞 (CVE-2025-9090)
Description:Tenda AC20是中国腾达(Tenda)公司的一款无线路由器。 Tenda AC20 16.03.08.12版本存在注入漏洞,该漏洞源于/goform/telnet文件中websFormDefine函数存在命令注入。
Description
Command Injection in Tenda AC20 16.03.08.12 (/goform/telnet)
Readme
# 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`:

```
    gcc exploit.c argparse.c -o CVE-2025-9090 -lcurl
```
## Usage : 
```
    -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 : 
```
    ./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
File Snapshot

[4.0K] /data/pocs/ad5e088e88f42c487b8c46bd20f086890a0abe49 ├── [ 19K] exploit.c ├── [1.0K] LICENSE └── [1.2K] README.md 0 directories, 3 files
Shenlong Bot has cached this for you
Remarks
    1. It is advised to access via the original source first.
    2. If the original source is unavailable, please email f.jinxu#gmail.com for a local snapshot (replace # with @).
    3. Shenlong has snapshotted the POC code for you. To support long-term maintenance, please consider donating. Thank you for your support.