Booking calendar, Appointment Booking System <= 3.2.17 - Unauthenticated Time-Based SQL Injection via 'wpdevart_id'
Strategic Overview
- Status
- Patched in 3.2.18
- Affected Plugin
- Booking calendar, Appointment Booking System
- Affected Version
<= 3.2.17- CVSS
- 5.9Medium
- Weakness type
- CWE-89 · Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
- CVE
CVE-2026-15289
At a glance
CVE-2026-15289 is a medium-severity Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in the Booking calendar, Appointment Booking System WordPress plugin, affecting versions <= 3.2.17. It carries a CVSS score of 5.9 (reachable over the network; high confidentiality impact). Exploitation requires no authentication. The issue is fixed in version 3.2.18; sites on affected versions should update now. Disclosed July 2025, reported by shaman0x01.
Vulnerability Overview
The Booking calendar, Appointment Booking System plugin for WordPress is vulnerable to time-based SQL Injection via the ‘wpdevart_id’ parameter in all versions up to, and including, 3.2.17 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for unauthenticated attackers to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. In order to exploit the vulnerability, the Pro version of the plugin must be installed and activated, with the 'Delete previous dates' option checked.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, and no privileges on the target site, and no interaction from a victim user. A successful exploit has high impact on confidentiality.
CWE-89: Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')
Booking calendar, Appointment Booking System <= 3.2.17 carries this weakness at wpdevart_id, and reaching it takes no account at all. SQL injection happens when request data is concatenated into a query instead of being bound as a parameter, letting an attacker change the structure of the statement rather than just its values.
A working injection can read any table the database user can see, which on a WordPress install means user records, password hashes and session or API secrets stored in options. For Booking calendar, Appointment Booking System the fix is 3.2.18: builds <= 3.2.17 are affected, anything from 3.2.18 onward is not.
Remediation
Update to version 3.2.18, or a newer patched version
How does WordSec protect against this?
Requests carrying this pattern arrive without a session, so nothing upstream of the firewall gets a chance to reject them: WordSec's web application firewall inspects request payloads before WordPress loads them. None of that substitutes for the fix: Booking calendar, Appointment Booking System 3.2.18 closes this, and updating the plugin is the step that ends it.
- Firewall
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Booking calendar, Appointment Booking System
- 9.8CVE-2022-3982: Booking calendar Arbitrary File Upload
CVE-2022-3982 - 8.8CVE-2018-5673: Booking calendar, Appointment Booking System CSRF
CVE-2018-5673 - 7.5CVE-2018-10363: Booking calendar Parameter Manipulation
CVE-2018-10363 - 7.2CVE-2026-14334: Booking calendar Stored XSS
CVE-2026-14334 - 7.2CVE-2026-25435: Booking calendar Stored XSS
CVE-2026-25435 - 7.2CVE-2024-9504: Booking calendar, Appointment Booking System Stored XSS
CVE-2024-9504 - 6.1CVE-2024-12077: Booking Calendar and Booking Calendar… Reflected XSS
CVE-2024-12077 - 5.5CVE-2022-47438: Booking calendar Stored XSS
CVE-2022-47438
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C