Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated network SQLi (AV:N/AC:L/PR:N/UI:N) yields high confidentiality disclosure; scope changed as the DB is a separate component, with no integrity change and only low availability impact.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated SQL Injection in JetBooking <= 4.0.4.1 versions.
AnalysisAI
Unauthenticated SQL injection in the JetBooking WordPress plugin (versions 4.0.4.1 and earlier) lets remote attackers inject crafted SQL into a vulnerable query without any login, exposing the WordPress database. Reported by Patchstack with a CVSS 9.3 (scope-changed, high confidentiality impact), the flaw allows extraction of sensitive data such as user credentials and booking records. There is no public exploit identified at time of analysis and the issue is not listed in CISA KEV.
Technical ContextAI
JetBooking is a Crocoblock commercial booking/reservation plugin for WordPress that integrates with JetEngine and Elementor to manage appointments, availability calendars, and booking records stored in the WordPress (MySQL/MariaDB) database. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controllable input reaches a database query without adequate sanitization or parameterized binding. Because WordPress plugins typically build queries against the shared $wpdb connection, a single unsanitized parameter can expose the entire site database, including wp_users credential hashes and any custom booking tables the plugin creates.
RemediationAI
Update the JetBooking plugin to the latest available release beyond 4.0.4.1 - the input does not specify an exact fixed version, so treat the upgrade as 'No vendor-released patch version independently confirmed at time of analysis' and verify the patched build via the Crocoblock account/changelog and the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/jet-booking/vulnerability/wordpress-jetbooking-plugin-4-0-4-1-sql-injection-vulnerability?_s_id=cve before relying on it. Until a confirmed fixed version is installed, place the site behind a WAF with SQL-injection signatures (Patchstack and most WordPress WAFs ship a virtual patch for this CVE) to filter malicious query strings; the trade-off is that WAF rules are bypassable and add request latency. As a stronger but more disruptive control, deactivate the JetBooking plugin until patched - this removes the attack surface entirely but takes booking functionality offline. Additionally, restrict the database account used by WordPress to least privilege and ensure backups are current, though these limit blast radius rather than preventing the injection.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39783
GHSA-xqjr-4848-35gg