Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Full unauthenticated attack chain achieves complete PII read (C:H) and arbitrary record overwrite (I:H); vendor's C:N/I:L understates the chained impact.
Primary rating from Vendor (Wordfence).
CVSS VectorVendor: Wordfence
Lifecycle Timeline
2DescriptionCVE.org
The Participants Database plugin for WordPress is vulnerable to Sensitive Information Exposure in all versions up to, and including, 2.7.8.3 via the 'id' parameter. This makes it possible for unauthenticated attackers to overwrite arbitrary participant records by numeric ID and redirect the private_id-bearing record-access link to an attacker-controlled email address, granting full read and edit access to the victim's stored personally identifiable information including names, email addresses, phone numbers, and any other fields collected in the participant database. An attacker can harvest a valid nonce with a plain unauthenticated GET request to any page rendering the public signup or record form, then POST action=update with an arbitrary id value to overwrite any record; chaining a subsequent action=retrieve then delivers the private-access link to the attacker-controlled mailbox.
AnalysisAI
Unauthenticated record takeover in the Participants Database WordPress plugin (all versions ≤ 2.7.8.3) allows any remote attacker to overwrite arbitrary participant records by guessing or enumerating numeric IDs, redirect the private-access link to an attacker-controlled email, and achieve full read and edit access to victim PII including names, email addresses, and phone numbers. The attack requires no credentials - a valid nonce is freely obtainable via a plain GET request to any public page rendering the plugin's signup or record form. No CISA KEV listing or public exploit code has been identified at time of analysis, but the zero-authentication, low-complexity attack path is trivially scriptable at scale.
Technical ContextAI
The Participants Database plugin (vendor: xnau, CPE: cpe:2.3:a:xnau:participants_database:*:*:*:*:*:*:*:*) is a WordPress plugin for managing event or membership participant databases. The root cause is CWE-862 (Missing Authorization): the update_query.php handler (L57 of the 2.7.8.3 tag) and participants-database.php (L2437, L1671) accept an arbitrary numeric 'id' parameter in action=update POST requests without verifying that the requester owns or is authorized to modify that specific record - a classic insecure direct object reference (IDOR). The nonce mechanism exposed via PDb_Shortcode.php (L1267) functions only as CSRF protection, not as an ownership or identity check; any visitor to a public-facing form page can harvest a valid nonce. Chaining action=update (to inject an attacker email) with a subsequent action=retrieve (which emails the private-access link) converts a write primitive into a full PII exfiltration path.
RemediationAI
A fix is present in the plugin repository changeset at https://plugins.trac.wordpress.org/changeset?reponame=&old=3606851%40participants-database&new=3606851%40participants-database; however, a specific patched release version number was not included in the source data and cannot be independently confirmed - site operators should check the WordPress plugin directory for any version newer than 2.7.8.3 and update immediately. If an update is unavailable or cannot be applied immediately, the most effective compensating control is to temporarily deactivate the plugin or remove all public-facing pages rendering the participant signup or record-access shortcodes, which eliminates the nonce-harvesting endpoint the attack chain requires. Blocking POST requests containing action=update or action=retrieve parameters at the WAF layer to non-authenticated sessions is a viable interim mitigation but requires careful regression testing to avoid breaking legitimate participant self-service flows.
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-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-48466
GHSA-jjqh-m423-q994