vendor:
TD-8817
by:
Un0wn_X
N/A
CVSS
N/A
Cross-Site Request Forgery (CSRF)
352
CWE
Product Name: TD-8817
Affected Version From: TD-W8901G Firmware Version 6.0.1 Build 111128 Rel.26763
Affected Version To: TD-W8901G Firmware Version 6.0.1 Build 111128 Rel.26763
Patch Exists: N/A
Related CWE: N/A
CPE: N/A
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Windows 7 64-bit
N/A
TP-Link TD-8817 CSRF Vulnerability
TP-Link TD-8817 is a ADSL2+ Ethernet/USB Modem Router which works with a 24-Mbps downstream connection. You can easily change the default user's (admin) password by the default router page listning on tcp/ip port 80. In here you the $_GET will change the password for you and the $_POST request method is not needed for changing the router pass. Save this as csrf.html and this will change the router password to blank if the current user admin visits this page his password will be resetted to blank. You can login with the username admin and password (blank).
Mitigation:
Ensure that all requests are sent via POST and not GET. Implement CSRF tokens to verify the authenticity of requests.