PHP Pro Bid Input Validation Hole Permits Cross-Site Scripting Attacks and Input Validation Flaw Lets Remote Users Inject SQL Commands
|
|
SecurityTracker Alert ID: 1016595
|
|
SecurityTracker URL: http://securitytracker.com/id?1016595
|
|
CVE Reference: CVE-2006-3926
, CVE-2006-3927
(Links to External Site)
|
Updated: Jun 13 2008
|
Original Entry Date: Jul 27 2006
|
Impact: Disclosure of authentication information, Disclosure of system information, Disclosure of user information, Execution of arbitrary code via network, Modification of user information, User access via network
|
Exploit Included: Yes
|
Version(s): 5.24
|
Description: A vulnerability was reported in PHP Pro Bid. A remote user can conduct cross-site scripting attacks. A remote user can inject SQL commands.
The 'auctionsearch.php' script does not properly filter HTML code from user-supplied input in the 'advsrc' parameter 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 PHP Pro Bid 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]/auctionsearch.php?advsrc="<script>alert(/EllipsisSecuri
tyTest/)</script>
http://[target]/auctionsearch.php?start=1&advsrc="><script>alert(/EllipsisSecurityTest/)</script>
The 'viewfeedback.php'
and 'categories.php' scripts do not properly validate user-supplied input. A remote user can supply a specially crafted parameter
value to execute SQL commands on the underlying database.
Some demonstration exploit URLs are provided:
http://[target]/viewfeedback.php?view=1'[SQL]
http://[tar
get]/viewfeedback.php?view=all&start=1'[SQL]
http://[target]/categories.php?parent=&start=&orderField=itemname&orderType=1'[SQL]
Ellipsis
Security reported this vulnerability.
|
Impact: A remote user can access the target user's cookies (including authentication cookies), if any, associated with the site running the
PHP Pro Bid 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.
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.phpprobid.com/ (Links to External Site)
|
Cause: Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
Reported By: securityconnection@gmail.com
|
Message History:
None.
|
Source Message Contents
|
Date: Tue, 25 Jul 2006 17:15:14 +0000
From: securityconnection@gmail.com
Subject: Phpprobid <= 5.24 XSS SQL injection Vulnerability
|
Phpprobid 5.24
http://www.phpprobid.com
--------------------------
Cross Site Scripting (XSS)
--------------------------
http://target.xx/auctionsearch.php?advsrc="<script>alert(/EllipsisSecurityTest/)</scrip t>
http://target.xx/auctionsearch.php?start=1&advsrc="><script>alert(/EllipsisSecurity Test/)</script>
-------------
SQL injection
-------------
http://target.xx/viewfeedback.php?view=1'[SQL]
http://target.xx/viewfeedback.php?view=all&start=1'[SQL]
http://target.xx/categories.php?parent=&start=&orderField=itemname&orderType=1'[SQL]
-----------------
Ellipsis Security
http://www.ellsec.org
|
|