exploit-db-mirror/exploits/php/webapps/28630.txt
Offensive Security b4c96a5864 DB: 2021-09-03
28807 changes to exploits/shellcodes
2021-09-03 20:19:21 +00:00

9 lines
No EOL
738 B
Text

source: https://www.securityfocus.com/bid/20137/info
Grayscale BandSite CMS is prone to multiple input-validation vulnerabilities because it fails to sufficiently sanitize user-supplied input data.
These issues may allow an attacker to access sensitive information, execute arbitrary server-side script code in the context of the affected webserver, or execute arbitrary script code in the browser of an unsuspecting user in the context of the affected site. This could help the attacker steal cookie-based authentication credentials; other attacks are possible.
Version 1.1.0 is vulnerable; other versions may also be affected.
http://www.example.com/includes/content/mp3_content.php?the_band=<script>alert(document.cookie);</script>