Andy Mack 35mm Slide Gallery 6.0 - 'popup.php' Multiple Cross-Site Scripting Vulnerabilities

Related Vulnerabilities: CVE-2006-3036  
Publish Date: 13 Jun 2006
Author: black-cod3
                							

                source: http://www.securityfocus.com/bid/18414/info
 
35mmslidegallery is prone to multiple cross-site scripting vulnerabilities because it fails to properly sanitize user-supplied input.
 
An attacker may leverage these issues to have arbitrary script code execute in the browser of an unsuspecting user in the context of the affected site. This may help the attacker steal cookie-based authentication credentials and launch other attacks.
 
These issues affect version 6; other versions may also be vulnerable.
 
http://www.example.comr/lumet/album/popup.php?w='><script>alert(10)</script>
http://www.example.com/lumet/album/popup.php?h='><script>alert(10)</script>
http://www.example.com/lumet/album/popup.php?t='><script>alert(10)</script>