CVE-2026-15023 MEDIUM

CVE-2026-15023: Events Manager <= 7.4.0 - Authenticated (Contributor+) SQL Injection via 'meta_key' Parameter in Event/Location Duplicate Action

Vendor Netweblogic
Product Events Manager – Calendar, Bookings, Tickets, and more!
Weakness CWE-89 · SQLi
Published August 25, 2026
Last update August 25, 2026

CVSS base score

6.5/10
Attack vector Network
Attack complexity Low
Privileges required Low
User interaction None
Confidentiality High
Integrity None

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N

What the vulnerability does

01Description

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.

Explanation of Vulnerability in Simple Terms

02Summary

Events Manager for WordPress contains a SQL injection vulnerability in versions up to 7.4.0. An authenticated user with low privileges can craft malicious input to extract sensitive data from the site's database. The vulnerability requires valid login credentials but no additional user interaction. Site administrators should update to a patched version immediately.

What an attacker can do

03Attacker Capabilities

Read sensitive data from the site database, including user information and configuration details.

Potential impact on your site

04Site Impact

User data and site configuration may be exposed to any authenticated user, even those with minimal permissions.

Conditions required to exploit

05Prerequisites

Attacker must have a valid WordPress user account with low-level privileges (e.g., subscriber or contributor role).

Key dates

06Disclosure timeline

August 25, 2026 CVE published