SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-14280

MEDIUM · CVSS 6.6 EPSS 0.71% Public Exploit

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

CyberRota Analysis

AI-Generated

The Events Manager plugin for WordPress is vulnerable to Local File Inclusion, allowing authenticated users with administrator-level access to include and execute arbitrary PHP files on the server. This vulnerability can be exploited to bypass access controls, access sensitive data, or execute malicious code, particularly through unauthenticated admin-ajax.php requests. WordPress administrators using versions up to 7.3.7.4 should prioritize patching this vulnerability to mitigate potential security risks.

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-14280
Severity
MEDIUM
CVSS
6.6
EPSS
0.71%
WordPress

Original NVD Description

The Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to Local File Inclusion in all versions up to, and including, 7.3.7.4 via the em_options_save function. This makes it possible for authenticated attackers, with administrator-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 key is subsequently executed via an include_once() call that fires on every admin_init invocation — including unauthenticated admin-ajax.php requests — meaning once the malicious key is stored by an administrator, the inclusion is triggered without any further authentication or capability check.