Psychoblogger PB-beta1 - 'desc' Cross-Site Scripting

Author: Andrew Smith
type: webapps
platform: php
port: 
date_added: 2003-12-24  
date_updated: 2012-12-18  
verified: 1  
codes: OSVDB-3221  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 23477.txt  
source: https://www.securityfocus.com/bid/9293/info

It has been reported that Psychoblogger may be prone to multiple cross-site scripting vulnerabilities that may allow a remote attacker to execute HTML or script code in a user's browser. The issues are reported to exist in the 'imageview.php', 'entryadmin.php', 'authoredit.php', 'blockedit.php', 'configadmin.php' and 'quoteedit.php' scripts. These vulnerabilities result from insufficient sanitization of user-supplied data passed via vulnerable parameters.

Psychoblogger version PB-beta1 has been reported to be prone to these issues, however, other versions could be affected as well.

http://www.example.com/imageview.php?desc=</title><script>alert(document.cookie)</script>