Severity by source
AV:N/AC:L/PR:N/UI:N/S:C/C:H/I:H/A:H
Unauthenticated network path traversal (PR:N/AV:N/AC:L); deleting wp-config.php escalates beyond the plugin (S:C) enabling takeover, so I/A:H and C:H via consequent site compromise.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Arbitrary File Deletion in Participants Database <= 2.7.8.3 versions.
AnalysisAI
Arbitrary file deletion in the Participants Database WordPress plugin (versions <= 2.7.8.3) lets remote, unauthenticated attackers delete any file the web server can access via a path traversal flaw. Deleting critical files such as wp-config.php can force WordPress into its setup routine and enable full site takeover, which is why this carries a CVSS 10.0 rating. There is no public exploit identified at time of analysis and it is not listed in CISA KEV, but the unauthenticated network-reachable nature makes it a high-priority patch.
Technical ContextAI
Participants Database is a WordPress plugin (vendor CPE cpe:2.3:a:roland_barker:participants_database) used to build and manage directories of people, members, and signups with front-end forms and file upload/attachment handling. The root cause is CWE-22 (Improper Limitation of a Pathname to a Restricted Directory / Path Traversal): a file-handling routine - typically a record deletion, attachment cleanup, or CSV/upload handler - accepts an attacker-controlled filename or path without canonicalizing or constraining it to an intended directory, so sequences like '../' escape the plugin's upload folder and reference arbitrary filesystem locations. Because the affected endpoint is reachable without authentication, the traversal executes with the privileges of the PHP/web-server process.
RemediationAI
Update the Participants Database plugin to the vendor-released fixed version above 2.7.8.3 as published on the WordPress plugin repository; the exact patched version is not stated in the provided data and must be confirmed via the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/participants-database/vulnerability/wordpress-participants-database-plugin-2-7-8-3-arbitrary-file-deletion-vulnerability) or the plugin changelog. If patching cannot be done immediately, deactivate and remove the plugin, since the flaw is unauthenticated and reachable remotely - deactivation removes the exposed endpoint but disables all participant directory functionality. As compensating controls, place a WAF/virtual patch rule in front of WordPress to block requests containing path-traversal sequences ('../', encoded variants) to the plugin's AJAX/admin-ajax and file-handling actions, and enforce least-privilege filesystem permissions so the web-server user cannot delete wp-config.php or core files (trade-off: overly strict permissions may break legitimate uploads/updates). Ensure verified off-host backups exist so deleted files can be restored.
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-48201
GHSA-qghf-ghh2-vwvg