SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-11354

MEDIUM · CVSS 5.3 EPSS 0.24%

Source: NVD + CISA KEV + EPSS · Published 2026-07-24 · Last synced 2026-08-23

CyberRota Analysis

AI-Generated

The Participants Database plugin for WordPress is vulnerable to sensitive information exposure, allowing unauthenticated attackers to overwrite participant records and redirect access links to an attacker-controlled email. This vulnerability can lead to unauthorized access to personally identifiable information, including names and email addresses. WordPress site administrators using this plugin should prioritize patching to mitigate the risk of data breaches.

CVE
CVE-2026-11354
Severity
MEDIUM
CVSS
5.3
EPSS
0.24%
WordPress

Original NVD Description

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.