CyberRota Analysis
AI-GeneratedThe Bookly plugin for WordPress is vulnerable to time-based SQL Injection through the 'staff_ids' parameter, allowing unauthenticated attackers to execute arbitrary SQL queries and potentially extract sensitive database information. Exploitation requires an attacker to initiate a two-request chain without any CSRF or nonce validation, making it feasible to execute from a cross-site context. WordPress site administrators using the affected versions should prioritize patching this vulnerability to safeguard against potential data breaches.
Public Exploit Signal
A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.
Note: these links are listed for security research and verification purposes only.
Original NVD Description
The Online Scheduling and Appointment Booking System – Bookly plugin for WordPress is vulnerable to time-based SQL Injection via the 'staff_ids' parameter in all versions up to, and including, 27.5 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. Exploitation requires a two-request chain: an attacker first calls the unauthenticated bookly_get_form_id action to seed a booking session carrying malicious staff_ids values, then triggers bookly_render_time to cause the tainted array to reach the vulnerable query; CSRF/nonce validation is absent on both endpoints, meaning this chain can be initiated cross-site.