TP-Book Input Validation Hole Permits Cross-Site Scripting Attacks
|
|
SecurityTracker Alert ID: 1016583
|
|
SecurityTracker URL: http://securitytracker.com/id?1016583
|
|
CVE Reference: CVE-2006-3900
(Links to External Site)
|
Updated: Jun 13 2008
|
Original Entry Date: Jul 26 2006
|
Impact: Disclosure of authentication information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information
|
Exploit Included: Yes
|
Version(s): 1.0
|
Description: Artemis reported a vulnerability in TP-Book. A remote user can conduct cross-site scripting attacks.
The software does not properly filter HTML code from user-supplied input in the 'name' field before displaying the input. A remote
user can submit a specially crafted entry that, when viewed by a target user, will cause arbitrary scripting code to be executed
by the target user's browser. The code will originate from the site running the TP-Book software and will run in the security context
of that site. As a result, the code will be able to access the target user's cookies (including authentication cookies), if any,
associated with the site, access data recently submitted by the target user via web form to the site, or take actions on the site
acting as the target user.
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
TP-Book software, access data recently submitted by the target user via web form to the site, or take actions on the site acting
as the target user.
|
Solution: No solution was available at the time of this entry.
|
Vendor URL: tobias.kloy.googlepages.com/ (Links to External Site)
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: Artemis <artemissays@web.de>
|
Message History:
None.
|
Source Message Contents
|
Date: Tue, 25 Jul 2006 21:11:22 +0100
From: Artemis <artemissays@web.de>
Subject: TP-Book <= 1.00 Cross Site Scripting Vulnerabilities
|
Overview:
Quote from tobias.kloy.googlepages.com:
"Das Gaestebuch verfuegt über folgende Features:
- Anpassbare Templates
- Viele Systeme, um Dauerspammer auszuschließen
- Admincontrol-Panel
- Einfache Installation durch einen Wizard"
Details:
In your guestbook posts the name will not be checked by the script.
Attackers can so perform cross site scripting attacks.
Solution:
Take a view on PHP's htmlentities function.
|
|