SEPTEMBER 19, 2026
Live Feed
Back to database
Case File

CVE-2026-75963

HIGH · CVSS 7.5 EPSS 0.52% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-20 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The Events Made Easy plugin for WordPress is vulnerable to Local File Inclusion, allowing authenticated users with contributor-level access or higher to include and execute arbitrary PHP files on the server. This vulnerability can lead to unauthorized code execution, data exposure, and potential bypass of access controls, as the exploit can be triggered passively when a single-event page is accessed. WordPress site administrators using this plugin should prioritize immediate patching or mitigation efforts to protect against potential exploitation.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

Detected Signals
code execution

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-75963
Severity
HIGH
CVSS
7.5
EPSS
0.52%
WordPress

Original NVD 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.