[] NeoSense

NETonE PHPBook 1.4.6 - 'Guestbook.php' Cross-Site Scripting

Author: rgod
type: webapps
platform: php
port: 
date_added: 2005-07-26 
date_updated: 2013-06-09 
verified: 1 
codes: CVE-2005-2397;OSVDB-18295 
tags: 
aliases:  
screenshot_url:  
application_url: 

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

NETonE PHPBook is prone to a cross-site scripting vulnerability because the application fails to properly sanitize user-supplied input to the 'admin' parameter of the 'guestbook.php' script.

A successful exploit could allow an attacker to steal cookie-based authentication credentials and launch other attacks.

http://www.example/com/guestbook.php?admin="><script>alert(document.cookie)</script><!--