Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:N/I:N/A:H
Unauthenticated network-reachable endpoint with no user interaction; arbitrary file deletion changes scope to WordPress core and yields high availability impact with no direct confidentiality or integrity primitive.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Arbitrary File Deletion in BookPro <= 1.1.0 versions.
AnalysisAI
Unauthenticated arbitrary file deletion in the OvaTheme BookPro WordPress plugin (versions ≤ 1.1.0) allows remote attackers to delete arbitrary files from the underlying server via a path traversal flaw (CWE-22). Deletion of critical files such as wp-config.php can force a WordPress site into the setup state, enabling site takeover, while the scope-changed CVSS 3.1 score of 8.6 (AV:N/AC:L/PR:N/UI:N/S:C/A:H) and Patchstack disclosure mark this as a high-priority issue despite no public exploit being identified at time of analysis.
Technical ContextAI
BookPro (CPE cpe:2.3:a:ovatheme:bookpro) is a commercial WordPress booking/appointment plugin from OvaTheme. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory - Path Traversal): a file path supplied via an HTTP request is consumed by a file deletion routine (typically unlink()) without normalization or restriction to an allowed directory, so attacker-controlled segments like '../' escape the intended scope. Because the affected endpoint is reachable without authentication, the plugin exposes a PHP-level file system primitive to anonymous web traffic, and the Scope:Changed metric reflects that the impact extends beyond the plugin's own security authority to the entire WordPress installation and host file system the web user can write to.
RemediationAI
Patch availability is not explicitly stated in the supplied data - no vendor-released patch identified at time of analysis beyond the Patchstack listing, which should be consulted directly at https://patchstack.com/database/wordpress/plugin/ovabookpro/vulnerability/wordpress-bookpro-plugin-1-1-0-arbitrary-file-deletion-vulnerability for fixed-version confirmation; upgrade to any BookPro release later than 1.1.0 once OvaTheme publishes one. Until a fixed version is installed, deactivate and remove the BookPro plugin entirely (this disables all booking functionality, so plan a maintenance window or substitute plugin), or alternatively use a WAF / virtual patch (Patchstack, Wordfence, or ModSecurity) to block requests to the vulnerable AJAX/REST endpoint and to reject any request parameter containing '../', '..\', or absolute paths - note that WAF rules are bypass-prone and are only a stopgap. Additionally restrict filesystem permissions so the web user cannot delete wp-config.php or core files, and take a verified backup before applying any change.
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-22 – Path Traversal
View allSame technique Path Traversal
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37669