Description
The Events Made Easy WordPress plugin before 3.1.4 does not verify that the requester is authorized to modify the targeted record when handling an unauthenticated data-change request, relying only on a public nonce with no per-record token or ownership check, allowing unauthenticated attackers to overwrite the personal data of any person record.
Published: 2026-07-31
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Events Made Easy WordPress plugin before version 3.1.4 fails to verify that a requester is authorized to modify a targeted person record when processing an unauthenticated data‑change request. This vulnerability is a type of IDOR, classified as CWE‑639, because it allows an attacker to change sensitive data without possession of proper authorization. The only protection is a public nonce that provides no per‑record token or ownership validation, allowing attackers to overwrite the personal data of any person record. This flaw enables alteration of confidentiality and integrity of user information, potentially leading to identity‑tarnishing, data manipulation, and trust erosion for site visitors.

Affected Systems

Any WordPress site running the Events Made Easy plugin on a version earlier than 3.1.4 is affected. No specific sub‑versions are listed; all releases before 3.1.4 lack the necessary authorization checks.

Risk and Exploitability

The vulnerability can be exploited by sending an unauthenticated HTTP request, including the public nonce and a target record ID, to the plugin’s data‑change endpoint. The attacker can enumerate or guess record IDs, as the plugin does not enforce any record‑level access control. The EPSS score is < 1% and the vulnerability is not listed in CISA’s KEV catalog, but the absence of authentication checks implies a high severity from a data‑privacy standpoint. Sites that rely on the affected plugin without additional access restrictions face a significant risk of data tampering.

Generated by OpenCVE AI on August 2, 2026 at 04:31 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Events Made Easy to version 3.1.4 or newer
  • Configure the plugin or WordPress to restrict person record modifications to authenticated users with appropriate capabilities
  • Review custom code that interfaces with the plugin to ensure it implements per‑record authorization checks

Generated by OpenCVE AI on August 2, 2026 at 04:31 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Sun, 02 Aug 2026 19:45:00 +0000

Type Values Removed Values Added
First Time appeared Franky
Franky events Made Easy
Wordpress
Wordpress wordpress
Vendors & Products Franky
Franky events Made Easy
Wordpress
Wordpress wordpress

Fri, 31 Jul 2026 14:30:00 +0000

Type Values Removed Values Added
Weaknesses CWE-639
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 31 Jul 2026 06:30:00 +0000

Type Values Removed Values Added
Description The Events Made Easy WordPress plugin before 3.1.4 does not verify that the requester is authorized to modify the targeted record when handling an unauthenticated data-change request, relying only on a public nonce with no per-record token or ownership check, allowing unauthenticated attackers to overwrite the personal data of any person record.
Title Events Made Easy < 3.1.4 - Unauthenticated Person Data Modification via IDOR
References

Subscriptions

Franky Events Made Easy
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: WPScan

Published:

Updated: 2026-07-31T13:27:45.469Z

Reserved: 2026-07-06T11:24:37.981Z

Link: CVE-2026-14843

cve-icon Vulnrichment

Updated: 2026-07-31T13:27:37.240Z

cve-icon NVD

Status : Received

Published: 2026-07-31T07:16:25.420

Modified: 2026-07-31T14:16:46.470

Link: CVE-2026-14843

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-02T19:30:17Z

Weaknesses
  • CWE-639

    Authorization Bypass Through User-Controlled Key