Calendarix Input Validation Bugs in cal_functions.inc.php and cal_login.php Permit SQL Injection Attacks
|
SecurityTracker Alert ID: 1015560 |
SecurityTracker URL: http://securitytracker.com/id/1015560
|
CVE Reference:
GENERIC-MAP-NOMATCH
(Links to External Site)
|
Date: Feb 1 2006
|
Impact:
Disclosure of system information, Disclosure of user information, User access via network
|
Exploit Included: Yes
|
Version(s): 0.6.20050830
|
Description:
A vulnerability was reported in Calendarix. A remote user can inject SQL commands.
The software does not properly validate user-supplied input. If magic_quotes_gpc is disabled, a remote user can supply a specially crafted parameter value to execute SQL commands on the underlying database.
The 'catview' parameter in the 'cal_functions.inc.php' script and the 'login' parameter in the 'admin/cal_login.php' script is affected.
A remote user can exploit this to bypass authentication.
A demonstration exploit is available at:
http://evuln.com/vulns/52/exploit.html
Aliaksandr Hartsuyeu of eVuln discovered this vulnerability.
|
Impact:
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.calendarix.com/ (Links to External Site)
|
Cause:
Input validation error
|
Underlying OS: Linux (Any), UNIX (Any), Windows (Any)
|
|
Message History:
None.
|
Source Message Contents
|
Subject: [eVuln] Calendarix SQL Injection & Authorization Bypass
|
New eVuln Advisory:
Calendarix SQL Injection & Authorization Bypass Vulnerabilities
http://evuln.com/vulns/52/summary.html
--------------------Summary----------------
Software: Calendarix
Sowtware's Web Site: http://www.calendarix.com/
Versions: 0.6.20050830
Critical Level: Moderate
Type: SQL Injection
Class: Remote
Status: Unpatched
Exploit: Available
Solution: Not Available
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
eVuln ID: EV0052
-----------------Description---------------
Vulnerable scripts:
cal_functions.inc.php
admin/cal_login.php
Variables $catview(cal_functions.inc.php) $login(admin/cal_login.php) 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.
Authentication bypass is possible.
Condition for Authentication bypass: gpc_magic_quotes - off
--------------Exploit----------------------
Available at: http://evuln.com/vulns/52/exploit.html
--------------Solution---------------------
No Patch available.
--------------Credit-----------------------
Discovered by: Aliaksandr Hartsuyeu (eVuln.com)
|
|