forumKIT Input Validation Hole in 'f.aspx' 'members' Parameter Lets Remote Users Conduct Cross-Site Scripting Attacks
|
|
SecurityTracker Alert ID: 1012895
|
|
SecurityTracker URL: http://securitytracker.com/id?1012895
|
|
CVE Reference: GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Jan 14 2005
|
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: An input validation vulnerability was reported in forumKIT. A remote user can conduct cross-site scripting attacks.
The 'f.aspx' script does not properly validate user-supplied input in the 'members' parameter. A remote user can create a specially
crafted URL that, when loaded 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 forumKIT 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.
A
demonstration exploit URL is provided:
http://[target]/f.aspx?members="><script>alert(document.cookie);</script>
neO
is credited with discovering this flaw.
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
forumKIT 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.
|
Cause: Input validation error
|
Underlying OS: Windows (Any)
|
Reported By: tom cruise <the.n3t@gmail.com>
|
Message History:
None.
|
Source Message Contents
|
Date: 13 Jan 2005 11:17:00 -0000
From: tom cruise <the.n3t@gmail.com>
Subject: XSS Vulnerability in ForumKIT
|
Vulnerable System :
forumKIT 1.0
Description :
an XSS is founded in the variable members that have the value 'true'
you can exchange it with XSS Code .
exploit :
http://forum.target.com/f.aspx?members="><script>alert(document.cookie);< ;/script>
this exploit is discovered by : neO
e-mail : al_modamer@hotmail.com
|
|