Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Unauthenticated network SQLi with low complexity (AV:N/AC:L/PR:N/UI:N); reads data across the DB beyond the plugin's scope (S:C, C:H) with no integrity or availability impact.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:N/A:N
Lifecycle Timeline
4DescriptionCVE.org
The Online Scheduling and Appointment Booking System WordPress plugin before 27.8 does not sanitize or properly cast a user-supplied parameter from its unauthenticated front-end booking requests before using it in a SQL query, allowing unauthenticated attackers to perform SQL injection attacks and extract sensitive data such as password hashes from the database.
AnalysisAI
SQL injection in the Online Scheduling and Appointment Booking System WordPress plugin before version 27.8 lets unauthenticated attackers extract sensitive database contents, including WordPress user password hashes, through the plugin's public-facing booking request handler. The flaw stems from a user-supplied parameter being neither sanitized nor properly type-cast before use in a SQL query, and is reachable pre-authentication over the network. …
Unlock full vulnerability intelligence
- Risk assessment & exploitation conditions
- Attack chain visualization
- Remediation with exact patch versions
- Threat intelligence from 22 sources
- Personal watchlist & email alerts
Free forever · No credit card required
Attack ChainAIDerived
Hypothetical attack flow derived from CVE metadata
Vulnerability AssessmentAI
| Exploitation | The specific prerequisite is that the site runs the Online Scheduling and Appointment Booking System plugin at a version below 27.8 with its public front-end booking functionality reachable by anonymous visitors - the injectable parameter is delivered through an unauthenticated booking request, so no account, credentials, or user interaction are needed (CVSS PR:N/UI:N, AV:N/AC:L). … Additional conditions and limiting factors are described in the full assessment. |
| Risk Assessment | The signals are mixed but lean toward genuine, prioritizable risk for exposed sites. … Full risk analysis with EPSS, KEV, and SSVC signal comparison available after sign-in. |
| Exploit Scenario | An anonymous attacker sends a crafted booking request to the plugin's public front-end endpoint, injecting SQL through the unsanitized parameter to run a UNION or blind query against the WordPress database. With no authentication or user interaction required and low attack complexity, they iterate to dump the wp_users table and exfiltrate administrator password hashes for offline cracking. … |
| Remediation | Vendor-released patch: upgrade the Online Scheduling and Appointment Booking System plugin to version 27.8 or later, which addresses the missing sanitization and type-casting of the booking parameter. … Detailed patch versions, workarounds, and compensating controls in full report. |
Recommended ActionAI
Within 24 hours: conduct an inventory of all WordPress installations using the Online Scheduling and Appointment Booking System plugin and verify current version numbers; prioritize instances accessible from the internet. …
Sign in for detailed remediation steps and compensating controls.
Threat intelligence, references, and detailed analysis are available after sign-in.
Same weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-51013
GHSA-q72x-7f87-fq74