CVE-2017-20243
Deferred
Deferred - Pending Action
Time-Based SQL Injection in WordPress Car Park Booking Plugin
Publication date: 2026-06-09
Last updated on: 2026-06-09
Assigner: VulnCheck
Description
Description
WordPress Car Park Booking Plugin version 13 October 17 contains a time-based SQL injection vulnerability that allows unauthenticated attackers to manipulate database queries by injecting SQL code through the space_id parameter. Attackers can send GET requests to the booking-page endpoint with malicious space_id values using AND SLEEP() payloads to extract sensitive database information.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| ktlabs-dev | car_park_booking_wordpress_plugin | to 1.0 (inc) |
| ktlabs-dev | car_park_booking_wordpress_plugin | From 1.0 (inc) |
| wordpress | car_park_booking_plugin | 13 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-89 | The product constructs all or part of an SQL command using externally-influenced input from an upstream component, but it does not neutralize or incorrectly neutralizes special elements that could modify the intended SQL command when it is sent to a downstream component. Without sufficient removal or quoting of SQL syntax in user-controllable inputs, the generated SQL query can cause those inputs to be interpreted as SQL instead of ordinary user data. |