Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Network-reachable from public page, no auth, low complexity; only confidentiality impacted as ORDER BY injection is read-only.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
VikAppointments Service Booking Calendar wordpress plugin is vulnerable to unauthenticated SQL injection due to one of the parameters that controls how the public reviews list is sorted is taken from the incoming request and used to build a database query without proper validation or sanitization. Because this value is placed directly into the query, an attacker who is not logged in can inject arbitrary SQL through a normal booking page and read data from the site's database - including sensitive information such as WordPress user credentials. No authentication or special privileges are required
AnalysisAI
Unauthenticated SQL injection in the VikAppointments Service Booking Calendar WordPress plugin allows remote, unauthenticated attackers to read arbitrary data from the site's database - including WordPress user credential hashes - by manipulating the sort-order parameter on the public reviews list endpoint. The vulnerability stems from unsanitized user-controlled input passed directly into a database ORDER BY clause in lib.vikappointments.php (lines 5907 and 6011), reachable through both the servicesearch and employeesearch public views. No public exploit has been identified at time of analysis, though the unauthenticated network vector and high confidentiality impact make this a credible priority for WordPress sites running this plugin.
Technical ContextAI
The affected product is the e4jvikwp VikAppointments Services Booking Calendar plugin for WordPress, identified by CPE cpe:2.3:a:e4jvikwp:vikappointments_services_booking_calendar:*:*:*:*:*:*:*:*. CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) is the root cause class. The specific code paths documented in the trac repository at version 1.2.19 show that a sort-order parameter from the HTTP request is interpolated directly into a SQL query's ORDER BY clause in lib.vikappointments.php without parameterization or allowlist validation. ORDER BY injection is a well-understood attack class where standard prepared statement defenses are insufficient unless the sort column/direction token is validated against a fixed allowlist before inclusion in the query. The vulnerability is exposed through two public-facing views - servicesearch (view.html.php L80) and employeesearch (view.html.php L74) - meaning it is reachable from any booking or search page without requiring a WordPress account.
RemediationAI
The primary remediation is to update the VikAppointments Service Booking Calendar plugin to the patched version as specified in the Wordfence advisory at https://www.wordfence.com/threat-intel/vulnerabilities/id/3d1e49cf-86ac-4368-800a-4e46f72c975d. The exact patched version is confirmed by Wordfence as the reporter but was not independently enumerated in the CPE data available - consult the advisory directly. If an immediate update is not possible, a compensating control is to restrict public access to the servicesearch and employeesearch views via web server rules (e.g., nginx location blocks or Apache mod_rewrite denying access to those WordPress views), though this disables the public booking search functionality. Alternatively, a WAF rule blocking SQL metacharacters (quotes, comment sequences, UNION/SELECT keywords) in sort-order parameters can reduce exploitation risk with minimal service disruption. WordPress administrators should also rotate the wp_users table credential hashes (force a password reset for all users) if exploitation cannot be ruled out, since those hashes are the primary sensitive data exposed.
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-53038
GHSA-cg6f-7m34-r225