CVE-2026-13395
Unknown · Online Scheduling and Appointment Booking System
The Online Scheduling and Appointment Booking System WordPress plugin contains a SQL injection vulnerability that allows unauthenticated attackers to access sensitive database information.
Executive summary
An unauthenticated SQL injection vulnerability in the Online Scheduling and Appointment Booking System WordPress plugin allows remote attackers to compromise database integrity.
Vulnerability
The plugin is susceptible to SQL Injection (CWE-89) because it fails to sanitize user inputs before processing database queries. This vulnerability is particularly dangerous as it is exploitable by unauthenticated attackers, making it highly automatable.
Business impact
With a CVSS score of 8.6, this vulnerability poses a severe threat to data confidentiality. An attacker could extract the entire contents of the WordPress database, including administrative credentials, user records, and sensitive business data, leading to significant reputational and regulatory consequences.
Remediation
Immediate Action: Update the plugin to version 27.8 or later immediately to remediate the SQL injection flaw.
Proactive Monitoring: Monitor database query logs for unusual patterns or syntax that indicate automated SQL injection attempts, such as the use of UNION statements or error-based injection strings.
Compensating Controls: Utilize a Web Application Firewall (WAF) with SQL injection protection rules to filter malicious traffic and prevent exploitation of the input fields.
Exploitation status
Public Exploit Available: false
Analyst recommendation
Because this vulnerability is unauthenticated and automatable, the risk of automated exploitation is high. Administrators must prioritize updating the plugin to version 27.8 or removing it if the functionality is not business-critical, as this will mitigate the risk of unauthorized database access.