Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated remote SQLi via a public parameter (AV:N/AC:L/PR:N/UI:N) yielding full database read but no write or availability impact (C:H/I:N/A:N).
Primary rating from NVD.
CVSS VectorNVD
Lifecycle Timeline
2DescriptionCVE.org
The Court Reservation - Manage Your Court Bookings Online plugin for WordPress is vulnerable to generic SQL Injection via the ‘id’ parameter in all versions up to, and including, 1.10.11 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.
AnalysisAI
SQL injection in the Court Reservation - Manage Your Court Bookings Online WordPress plugin (versions ≤ 1.10.11) lets unauthenticated attackers inject arbitrary SQL through the 'id' parameter, enabling extraction of sensitive database contents such as user credentials and booking data. The flaw stems from an unescaped, unprepared query and is network-reachable with no authentication or user interaction. No public exploit identified at time of analysis, and EPSS probability is low (0.06%), but SSVC flags exploitation as automatable with partial technical impact.
Technical ContextAI
The vulnerability is a classic CWE-89 SQL Injection: user input from the 'id' HTTP parameter is concatenated into a SQL statement without WordPress's $wpdb->prepare() parameterization or proper escaping. The vulnerable code path is in the plugin's public-facing class (per Wordfence, class-courtres-public.php around line 97 in the 1.10.8 tag), meaning the sink is exposed via an unauthenticated front-end request handler rather than an admin-only page. The affected component is the webmuehle 'Court Reservation' plugin (CPE cpe:2.3:a:webmuehle:court_reservation_-_manage_your_court_bookings_online), a booking/scheduling extension for WordPress-hosted sports facilities. Because WordPress plugins share the site's MySQL/MariaDB database, a successful injection reaches the entire wp_ schema including wp_users and wp_usermeta.
RemediationAI
Upgrade the Court Reservation plugin to a version newer than 1.10.11 as soon as the vendor publishes a fixed release; the input data does not include a confirmed patched version, so consult the Wordfence advisory (https://www.wordfence.com/threat-intel/vulnerabilities/id/a482f6bb-5277-480b-8ec9-230dd4135f7c) and the WordPress plugin page for the current fixed build before deploying. Until a patched version is confirmed and installed, the strongest compensating control is a Web Application Firewall (Wordfence or equivalent) with SQLi rules that inspect the vulnerable 'id' parameter, accepting the trade-off of possible false positives on legitimate booking requests. If the plugin is not actively used, deactivate and remove it to eliminate the attack surface entirely; if it is required, restrict access to the reservation front-end pages (for example via IP allowlisting or requiring authentication in front of the booking endpoints) understanding this may block legitimate public bookings. Prioritize a database credential rotation and integrity review if the site has been internet-exposed, since read-only SQLi can already have leaked hashes.
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-29871
GHSA-mq8q-4qc4-9h24