Description
The Events Made Easy plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.2.5 via the eme_single_event_page_template function. This makes it possible for authenticated attackers, with contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. The stored traversal payload is triggered passively when any visitor loads the affected single-event page, meaning post-submission execution does not require additional attacker interaction.
Published: 2026-08-20
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The plugin "Events Made Easy" for WordPress contains a local file inclusion flaw in the eme_single_event_page_template function exposed to users with contributor‑level or higher permissions. An attacker can store a path traversal payload that causes the plugin to include and execute arbitrary .php files on the server. This enables bypassing file access controls and running any PHP code present on the host, thereby creating a local code execution vector. The weakness is exemplified by CWE‑98. The stored payload is triggered automatically whenever a page that relies on the affected function is viewed, so no additional attacker interaction is needed beyond the initial insertion of the payload.

Affected Systems

All installations of the Events Made Easy plugin up to and including version 3.2.5 are vulnerable. The flaw affects WordPress sites that have installed the plugin and grant at least contributor permissions to users.

Risk and Exploitability

The vulnerability carries a CVSS score of 7.5, indicating a high risk level. EPSS data is unavailable and the issue is not listed in the CISA KEV catalog, but the attack can be performed by any authenticated contributor or higher user and triggers passively when a visitor loads the impacted single‑event page. Because the exploit does not require special host conditions beyond file upload capabilities, the overall risk to environments with contributor accounts is high.

Generated by OpenCVE AI on August 20, 2026 at 07:19 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade the Events Made Easy plugin to the latest released version that addresses the local file inclusion issue.
  • If an upgrade is not immediately available, edit the plugin’s eme_single_event_page_template function to sanitize or remove the user‑controlled template field and prevent inclusion of arbitrary files.
  • Restrict WordPress contributor accounts and audit event template settings so that only trusted users can set or modify event page templates.

Generated by OpenCVE AI on August 20, 2026 at 07:19 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Thu, 20 Aug 2026 09:30:00 +0000

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

Thu, 20 Aug 2026 05:45:00 +0000

Type Values Removed Values Added
Description The Events Made Easy plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 3.2.5 via the eme_single_event_page_template function. This makes it possible for authenticated attackers, with contributor-level access and above, to include and execute arbitrary .php files on the server, allowing the execution of any PHP code in those files. This can be used to bypass access controls, obtain sensitive data, or achieve code execution in cases where .php file types can be uploaded and included. The stored traversal payload is triggered passively when any visitor loads the affected single-event page, meaning post-submission execution does not require additional attacker interaction.
Title Events Made Easy <= 3.2.5 - Authenticated (Contributor+) Local File Inclusion via 'wp_page_template' Event Property
Weaknesses CWE-98
References
Metrics cvssV3_1

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


Subscriptions

Liedekef Events Made Easy
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-20T15:26:27.592Z

Reserved: 2026-08-18T16:48:24.300Z

Link: CVE-2026-75963

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Deferred

Published: 2026-08-20T06:17:32.360

Modified: 2026-08-20T16:18:06.543

Link: CVE-2026-75963

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-20T09:07:28Z

Weaknesses
  • CWE-98

    Improper Control of Filename for Include/Require Statement in PHP Program ('PHP Remote File Inclusion')