JetPhoto 1.0/2.0/2.1 - 'detail.php?page' Cross-Site Scripting

EDB-ID:

27619




Platform:

PHP

Date:

2006-04-11


source: https://www.securityfocus.com/bid/17449/info
   
JetPhoto is prone to multiple cross-site scripting vulnerabilities. These issues are due to a failure in the application to properly sanitize user-supplied input. 
   
An attacker may leverage these issues to have arbitrary script code executed 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.

http://www.example.com/[path]/view/Classic.view/detail.php?name=JetPhoto_Album&page=<script>alert(document.cookie);</script>