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.
Published: 2026-08-25
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Data exfiltration via second‑order SQL injection
Action: Immediate Patch
AI Analysis

Impact

The Event Manager plugin for WordPress contains a second‑order SQL injection flaw that arises when the stored meta_key value is concatenated into an INSERT query without proper escaping. An attacker who can add a custom meta key, which WordPress records verbatim in wp_postmeta, can later trigger the injection by invoking the event_duplicate or location_duplicate action. The vulnerability allows the attacker to append arbitrary SQL statements to the existing query, thereby reading or manipulating sensitive data from the database.

Affected Systems

All installations of netweblogic's Events Manager – Calendar, Bookings, Tickets, and more! plugin up to and including version 7.4.0 are affected. The flaw exists in the core plugin code that handles event and location duplication within WordPress, and it is present in all releases up to the aforementioned version threshold.

Risk and Exploitability

The CVSS score of 6.5 indicates moderate severity, and the EPSS score is currently not available, suggesting limited publicly known exploitation activity. The vulnerability is not listed in the CISA KEV catalog. Exploitation requires a web‑based attack vector and an authenticated user role of contributor or higher. Based on the description, the likely attack path involves planting malicious meta data, then triggering the duplicate action to activate the injected SQL. The overall risk to an affected WordPress site is the potential loss of sensitive database information.

Generated by OpenCVE AI on August 25, 2026 at 04:24 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Events Manager to version 7.4.1 or later, where the injection path has been removed.
  • Remove or sanitize any previously planted malicious meta_key entries from the wp_postmeta table to eliminate stored payloads.
  • Restrict contributor users to the minimum necessary capabilities or monitor their activity to detect attempts to inject meta data.

Generated by OpenCVE AI on August 25, 2026 at 04:24 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Tue, 25 Aug 2026 16:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 25 Aug 2026 04:15:00 +0000

Type Values Removed Values Added
First Time appeared Netweblogic
Netweblogic events Manager
Wordpress
Wordpress wordpress
Vendors & Products Netweblogic
Netweblogic events Manager
Wordpress
Wordpress wordpress

Tue, 25 Aug 2026 02:00:00 +0000

Type Values Removed Values Added
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.
Title Events Manager <= 7.4.0 - Authenticated (Contributor+) SQL Injection via 'meta_key' Parameter in Event/Location Duplicate Action
Weaknesses CWE-89
References
Metrics cvssV3_1

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


Subscriptions

Netweblogic Events Manager
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-08-25T15:18:18.613Z

Reserved: 2026-07-08T01:11:12.035Z

Link: CVE-2026-15023

cve-icon Vulnrichment

Updated: 2026-08-25T15:18:13.706Z

cve-icon NVD

Status : Deferred

Published: 2026-08-25T02:16:39.940

Modified: 2026-08-26T16:19:05.917

Link: CVE-2026-15023

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-25T04:30:05Z

Weaknesses
  • CWE-89

    Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection')