Participants Database <= 2.7.8.3 - Missing Authorization to Unauthenticated Arbitrary Record Update / Sensitive Information Exposure via 'id' Parameter
Strategic Overview
- Status
- Patched in 2.7.8.4
- Affected Plugin
- Participants Database
- Affected Version
<= 2.7.8.3- CVSS
- 5.3Medium
- Weakness type
- CWE-862 · Missing Authorization
- CVE
CVE-2026-11354
At a glance
CVE-2026-11354 is a medium-severity Missing Authorization vulnerability in the Participants Database WordPress plugin, affecting versions <= 2.7.8.3. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 2.7.8.4; sites on affected versions should update now. Disclosed July 2026, reported by mad4cyber.
Vulnerability Overview
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.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-862: Missing Authorization
Reaching this weakness in Participants Database <= 2.7.8.3 takes no account at all. A missing authorization check means a function is reachable by anyone who can reach the endpoint, because the code never asks whether the caller is allowed to perform the action.
Any user who can reach the endpoint gets to run an action reserved for higher-privileged roles, from reading protected data to changing settings or content. For Participants Database the fix is 2.7.8.4: builds <= 2.7.8.3 are affected, anything from 2.7.8.4 onward is not.
Remediation
Update to version 2.7.8.4, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Participants Database 2.7.8.4 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Same weakness class
Other vulnerabilities in Participants Database
- 9.8CVE-2014-3961: Participants Database < 1.5.4.9 SQL Injection
CVE-2014-3961 - 9.1CVE-2026-28189: Participants Database Arbitrary File Deletion
CVE-2026-28189 - 9.1CVE-2026-59555: Participants Database Arbitrary File Deletion
CVE-2026-59555 - 8.1CVE-2024-43141: Participants Database <= 2.5.9.2 PHP Object Injection
CVE-2024-43141 - 7.5CVE-2026-13596: Participants Database < 2.7.8.4 SQL Injection
CVE-2026-13596 - 7.5CVE-2026-59525: Participants Database <= 2.7.8.3 SQL Injection
CVE-2026-59525 - 7.5CVE-2020-8596: Participants Database <= 1.9.5.5 SQL Injection
CVE-2020-8596 - 6.4CVE-2025-58008: Participants Database <= 2.7.6.3 Stored XSS
CVE-2025-58008
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C