GHSA-VF55-V9C2-C2R3
Vulnerability from github – Published: 2026-08-25 03:32 – Updated: 2026-08-25 03:32The 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.
{
"affected": [],
"aliases": [
"CVE-2026-15023"
],
"database_specific": {
"cwe_ids": [
"CWE-89"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2026-08-25T02:16:39Z",
"severity": "MODERATE"
},
"details": "The Events Manager \u2013 Calendar, Bookings, Tickets, and more! plugin for WordPress is vulnerable to generic SQL Injection via Stored \u0027meta_key\u0027 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.",
"id": "GHSA-vf55-v9c2-c2r3",
"modified": "2026-08-25T03:32:08Z",
"published": "2026-08-25T03:32:08Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2026-15023"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1720"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-event.php#L1727"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L613"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/classes/em-location.php#L620"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L160"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.2.3.1/em-actions.php#L316"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1720"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-event.php#L1727"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L613"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/classes/em-location.php#L620"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L160"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/browser/events-manager/tags/7.3.6/em-actions.php#L316"
},
{
"type": "WEB",
"url": "https://plugins.trac.wordpress.org/changeset?old_path=/events-manager/tags/7.4.0.1\u0026new_path=/events-manager/tags/7.4.1"
},
{
"type": "WEB",
"url": "https://www.wordfence.com/threat-intel/vulnerabilities/id/fe1e8c38-345a-4529-81ba-188a8dc58503?source=cve"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N",
"type": "CVSS_V3"
}
]
}
Sightings
| Author | Source | Type | Date | Other |
|---|
Nomenclature
- Seen: The vulnerability was mentioned, discussed, or observed by the user.
- Confirmed: The vulnerability has been validated from an analyst's perspective.
- Published Proof of Concept: A public proof of concept is available for this vulnerability.
- Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
- Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
- Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
- Not confirmed: The user expressed doubt about the validity of the vulnerability.
- Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.
The approach is described in our paper Mapping CVEs to MITRE ATT&CK Techniques: A Curated Gold-Set Classifier and the Limits of LLM-Assisted Label Expansion.