Geeklog 1.3.7 - 'users.php?uid' Cross-Site Scripting

Author: snooq
type: webapps
platform: php
port: 
date_added: 2003-01-14  
date_updated: 2012-10-22  
verified: 1  
codes: CVE-2003-1347;OSVDB-59444  
tags:   
aliases:   
screenshot_url:   
application_url:   

raw file: 22164.txt  
source: https://www.securityfocus.com/bid/6602/info

Geeklog is prone to a cross-site scripting vulnerability in the 'users.php' script.

This issue is due to insufficient sanitization of input submitted in URI parameters. As a result, an attacker may create a malicious link to a site hosting Geeklog, which contains malicious HTML or script code.

When such a link is visited by an unsuspecting user, attacker-supplied script code will be interpreted by their web client.

http://www.example.com/users.php?mode=profile&uid=<script>alert(document.cookie)</script>