SEPTEMBER 20, 2026
Live Feed
Back to database
Case File

CVE-2026-12987

HIGH · CVSS 7.5 EPSS 0.27%

Source: NVD + CISA KEV + EPSS · Published 2026-07-22 · Last synced 2026-08-21

CyberRota Analysis

AI-Generated

The Events Manager plugin for WordPress versions prior to 7.3.7 is vulnerable due to improper handling of booking-registration data in No-User-Account Booking Mode, allowing PHP object injection through user-supplied fields. This vulnerability enables unauthenticated attackers to exploit the deserialization flaw, potentially leading to unauthorized access to sensitive database information, such as user password hashes and secret keys. WordPress site administrators using this plugin should prioritize updating to the latest version to mitigate the risk of data breaches.

CVE
CVE-2026-12987
Severity
HIGH
CVSS
7.5
EPSS
0.27%
WordPress

Original NVD Description

The Events Manager WordPress plugin before 7.3.7 does not safely handle booking-registration data on sites using No-User-Account Booking Mode: a booker-supplied registration field is stored as booking meta and later deserialized without restricting allowed classes, enabling PHP object injection. The resulting gadget chain reaches a database query that is built without parameterisation, so an unauthenticated attacker can read arbitrary database data (e.g. user password hashes, secret keys) when the booking is later loaded.