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-63820 — Proof-of-concept of vulnerability found in Totolink A720R router | Kitploit
Tools/GitHubGitHub/xernary/cve-2025-63820
Embedded Systems SecurityPassword AttacksVulnerability AnalysisExploitationWeb SecurityHardware & IoT Security
GitHubxernary/cve-2025-63820

CVE-2025-63820

Proof-of-concept of vulnerability found in Totolink A720R router

View Repository
9 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-63820

Submitter: Nicola Giuffrida

Information

Vendor: TOTOLINK
Vendor's website: TOTOLINK
Model: A720R
Firmware version: V4.1.5cu.630_B20250509
Firmware download address: TOTOLINK

Vulnerability details

When logging into the control panel, the username and password are sent in plain-text:

root@kitploit:~
POST /cgi-bin/cstecgi.cgi HTTP/1.1
Host: 192.168.0.1
Content-Length: 73
X-Requested-With: XMLHttpRequest
Accept-Language: en-US,en;q=0.9
Accept: application/json, text/javascript, */*; q=0.01
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
Origin: http://192.168.0.1
Referer: http://192.168.0.1/login.html
Accept-Encoding: gzip, deflate, br
Connection: keep-alive

{
  "username":"admin",
  "password":"admin",
  "flag":"0",
  "topicurl":"loginAuth"
}

An attacker can intercept and use the credentials to obtain admin access to the router.

Download Tool