SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-15023

MEDIUM · CVSS 6.5 EPSS 0.43%

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 a second-order SQL injection due to insufficient escaping of user-supplied parameters in the event/location duplication functionality. Authenticated attackers with contributor-level access can exploit this vulnerability to inject malicious SQL queries, potentially leading to the extraction of sensitive database information. WordPress site administrators using this plugin should prioritize patching or updating to version 7.4.1 or later to mitigate this risk.

CVE
CVE-2026-15023
Severity
MEDIUM
CVSS
6.5
EPSS
0.43%
WordPress

Original NVD Description

The Events Manager – Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored 'meta_key' via Event/Location Duplicate Action in all versions up to, and including, 7.4.0 due to insufficient escaping on the user supplied parameter and lack of sufficient preparation on the existing SQL query. This makes it possible for authenticated attackers, with contributor-level access and above, to append additional SQL queries into already existing queries that can be used to extract sensitive information from the database. This is a second-order SQL injection: an attacker first plants SQL metacharacters in a custom meta key via the standard add-meta flow (WordPress stores these verbatim in wp_postmeta), then triggers the injection by invoking the event_duplicate or location_duplicate action, which reads the stored meta keys via get_post_meta() and concatenates them unsafely into the INSERT query.