Nooms 1.1 - 'search.php?q' Cross-Site Scripting

EDB-ID:

32361


Author:

Dr.Crash

Type:

webapps


Platform:

PHP

Date:

2008-09-11


source: https://www.securityfocus.com/bid/31131/info
 
NooMS is prone to multiple cross-site scripting vulnerabilities because it fails to sufficiently sanitize user-supplied data.
 
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.
 
NooMS 1.1 is vulnerable; other versions may also be affected. 

http://www.example.com/search.php?q="<script>alert('xss')</script>