This is a summary of the AI-generated 10-question deep analysis. The full version (longer answers, follow-up Q&A, related CVEs) requires login. Read the full analysis β
Q1What is this vulnerability? (Essence + Consequences)
π¨ **Essence**: Critical Remote Command Injection (RCE) in Totolink A8000RU. π **Consequences**: Full device compromise, total loss of confidentiality, integrity, and availability. CVSS Score: **10.0** (Critical).
Q2Root Cause? (CWE/Flaw)
π‘οΈ **Root Cause**: **CWE-78** OS Command Injection. π₯ **Flaw**: The `setAppFilterCfg` function in `/cgi-bin/cstecgi.cgi` fails to sanitize the `enable` parameter, allowing shell commands to execute directly.
Q3Who is affected? (Versions/Components)
π¦ **Affected Product**: Totolink A8000RU Router. π **Specific Firmware**: Version **7.1cu.643_b20200521**. β οΈ Any device running this specific build is vulnerable.
Q4What can hackers do? (Privileges/Data)
π» **Privileges**: **Root/System Level**. π΅οΈ **Data Access**: Hackers gain full control. They can read sensitive configs, install backdoors, or pivot to internal network attacks. No data isolation exists.
Q5Is exploitation threshold high? (Auth/Config)
π **Threshold**: **Extremely Low**. π **Auth**: None required (PR:N). π±οΈ **UI**: None required (UI:N). π‘ **Access**: Network Remote (AV:N). Anyone on the internet can exploit this.
Q6Is there a public Exp? (PoC/Wild Exploitation)
π£ **Public Exploit**: **YES**. π **Source**: GitHub repository `Litengzheng/vuldb_new2` contains the PoC. π **Status**: Actively exploitable in the wild. High risk of automated attacks.
Q7How to self-check? (Features/Scanning)
π **Self-Check**: Scan for `/cgi-bin/cstecgi.cgi` endpoints. π§ͺ **Test**: Send crafted requests to the `setAppFilterCfg` parameter with `enable` containing shell metacharacters (e.g., `; ls`).β¦
π§ **Workaround**: **Block External Access**. π« **Firewall**: Deny all inbound traffic to port 80/443 (HTTP/HTTPS) from the WAN side. π **Isolate**: Disconnect vulnerable devices from the internet immediately.
Q10Is it urgent? (Priority Suggestion)
π₯ **Urgency**: **CRITICAL / IMMEDIATE ACTION**. β³ **Priority**: P1. With CVSS 10.0, no auth, and public exploits, this is an **active threat**. Patch or isolate NOW.