Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:L
Unauthenticated remote SQLi gives high confidentiality (full DB read) and limited integrity via injectable writes; scope kept Unchanged as impact stays within the site database.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated SQL Injection in TrueBooker <= 1.2.3 versions.
AnalysisAI
Unauthenticated SQL injection in the TrueBooker (truebooker-appointment-booking) WordPress plugin by themetechmount affects all versions up to and including 1.2.3, letting remote attackers inject arbitrary SQL through an exposed plugin parameter without any authentication. Rated CVSS 9.3, it enables extraction of sensitive WordPress database contents (user records, credentials, secrets) and, per the scope-changed CVSS vector, impact reaching beyond the plugin's own security boundary. No public exploit identified at time of analysis and it is not on CISA KEV, but the unauthenticated network vector makes it an attractive automation target.
Technical ContextAI
TrueBooker is an appointment-booking plugin for WordPress (CPE cpe:2.3:a:themetechmount:truebooker) that stores and queries booking data in the shared WordPress MySQL/MariaDB database. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command): user-controllable input reaches a database query without parameterization or proper sanitization, most likely bypassing WordPress's $wpdb->prepare()/sanitization helpers on a public-facing AJAX or REST endpoint. Because the plugin shares the site's single database, an injection point in a booking handler can be leveraged to read tables well outside the plugin's own data, which is reflected in the scope-changed (S:C) CVSS assessment.
RemediationAI
No vendor-released patch version is identified in the available data, so treat 1.2.3 and earlier as unpatched and upgrade to any later fixed release listed on the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/truebooker-appointment-booking/vulnerability/wordpress-truebooker-plugin-1-2-3-sql-injection-vulnerability?_s_id=cve) as soon as themetechmount publishes one. Until a fixed version is confirmed, the most effective compensating control is to deploy a WAF virtual patch (Patchstack, Wordfence, or ModSecurity CRS) with SQLi rules covering the plugin's endpoints, accepting possible false positives on booking submissions; alternatively deactivate and remove the TrueBooker plugin entirely, which stops the attack surface at the cost of disabling appointment booking on the site. As a supporting measure, restrict the WordPress database account privileges to the minimum needed and monitor for anomalous queries against wp_users/wp_options, understanding this limits data theft impact but does not close the injection itself.
More in Truebooker
View allAccount takeover in TrueBooker WordPress plugin before 1.2.4 enables unauthenticated attackers to reset any user’s passw
The TrueBooker WordPress plugin before 1.0.3 does not properly sanitise and escape a parameter before using it in a SQL
Unauthenticated privilege escalation in the TrueBooker (truebooker-appointment-booking) WordPress plugin versions 1.2.6
Privilege escalation in the TrueBooker (truebooker-appointment-booking) WordPress plugin through version 1.2.3 lets unau
Unauthenticated broken access control in the TrueBooker WordPress appointment-booking plugin (versions ≤ 1.1.9 by ThemeT
The TrueBooker WordPress plugin before 1.0.3 does not have CSRF check in place when updating its settings, which could a
TrueBooker appointment booking plugin through version 1.1.5 fails to enforce proper authorization controls, allowing una
Cross-Site Request Forgery (CSRF) vulnerability in themetechmount TrueBooker allows Cross Site Request Forgery.0.7. Rate
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48208
GHSA-qh8q-259v-qvrj