Lucene search

K
exploitpackFerruh MavitunaEXPLOITPACK:78CB2E6A4EB79C0C1298C7826A9210B3
HistoryMay 13, 2003 - 12:00 a.m.

PHP-Nuke 6.5 - modules.php?Username Cross-Site Scripting

2003-05-1300:00:00
Ferruh Mavituna
8

PHP-Nuke 6.5 - modules.php?Username Cross-Site Scripting

source: https://www.securityfocus.com/bid/7570/info

A cross site scripting vulnerability has been reported for PHP-Nuke. Specifically, PHP-Nuke does not sufficiently sanitize user-supplied input for the 'username' URI parameter to the modules.php script.

This may allow for theft of cookie-based authentication credentials and other attacks. 

http://[victim]/modules.php?name=Your_Account&op=userinfo&
username=bla<script>alert(document.cookie)</script>