Etano 1.20/1.22 - 'photo_search.php' Multiple Cross-Site Scripting Vulnerabilities

Related Vulnerabilities: CVE-2012-1110  
Publish Date: 05 Mar 2012
Author: Aung Khant
                							

                source: http://www.securityfocus.com/bid/52295/info
 
Etano 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 launch other attacks.
 
Etano versions 1.20 to 1.22 are vulnerable; other versions may be affected. 

http://www.example.com/etano/photo_search.php?'";><script>alert(/XSS/)</script>

http://www.example.com/etano/photo_search.php?st='";><script>alert(/XSS/)</script>