Xoops Input Validation Flaw in 'newbb' Module Permits Cross-Site Scripting Attacks
|
|
SecurityTracker Alert ID: 1008849
|
|
CVE Reference: GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Jan 26 2004
|
Impact: Disclosure of authentication information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information
|
Exploit Included: Yes
|
Version(s): 2.*
|
Description: Ben Drysdale reported an input validation vulnerability in Xoops in the 'newbb' module. A remote user can conduct cross-site scripting attacks.
It is reported that the newbb module does not properly filter HTML code from user-supplied input in the 'forum' and 'topic_id' variables
of 'viewtopic.php'. 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 Xoops 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.
Some demonstration exploit URLs are provided:
http://[target]/modules/newbb/viewtopic.php?topic_id=14577&forum=2"><s
cript>alert(document.cookie);</script>
http://[target]/modules/newbb/viewtopic.php?topic_id=14577"><script>alert(document.cookie);</script>&forum=2
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
Xoopos 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: xoops.org/ (Links to External Site)
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: <ben@150bpm.co.uk>
|
Message History:
None.
|
Source Message Contents
|
Date: Mon, 26 Jan 2004 12:28:48 -0000
From: <ben@150bpm.co.uk>
Subject: Xoops newbb module XSS vulnerability
|
There is a xss vulnerability in the newbb module of xoops 2.*
http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=14577&forum=2"><script>al ert(document.cookie);</script>
<http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=14577&forum=2"><script> alert(document.cookie);</script>>
http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=14577"><script>alert(document .cookie);</script>&forum=2
<http://www.xoops.org/modules/newbb/viewtopic.php?topic_id=14577"><script>alert(docu ment.cookie);</script>&forum=2>
Regards,
Ben Drysdale
|
|