Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Primary rating from NVD · only source for this CVE.
CVSS VectorNVD
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
4DescriptionCVE.org
Deserialization of Untrusted Data vulnerability in Metagauss EventPrime eventprime-event-calendar-management allows Object Injection.This issue affects EventPrime: from n/a through <= 4.2.8.0.
AnalysisAI
This is a PHP Object Injection vulnerability in the Metagauss EventPrime WordPress plugin (eventprime-event-calendar-management) caused by unsafe deserialization of untrusted data. All versions up to and including 4.2.8.0 are affected, allowing attackers to inject malicious serialized objects that can lead to remote code execution or arbitrary actions depending on available PHP gadget chains. The vulnerability has been publicly disclosed and documented by Patchstack; exploitation likelihood and real-world impact depend on the presence of exploitable gadget chains in the target WordPress environment.
Technical ContextAI
The vulnerability stems from CWE-502 (Deserialization of Untrusted Data), a critical class of flaws in PHP applications that process serialized objects without validation. PHP's unserialize() function, when applied to attacker-controlled input, can instantiate arbitrary classes and trigger magic methods (__wakeup, __destruct, __toString, etc.), enabling Object Injection attacks. The EventPrime plugin (identified via CPE cpe:2.3:a:metagauss:eventprime:*:*:*:*:*:*:*:*) likely accepts serialized data from HTTP requests, database entries, or transients without proper sanitization. In WordPress environments, this is particularly dangerous because the WordPress ecosystem contains numerous publicly documented gadget chains in popular plugins and themes that can chain multiple objects together to achieve Remote Code Execution (RCE). The flaw affects the core event calendar management functionality of the plugin, suggesting the injection point may be in event data processing, plugin options, or user input handling.
RemediationAI
Immediately update the EventPrime plugin to a version higher than 4.2.8.0 if a patched version is available (check the official WordPress plugin repository or Metagauss documentation). If no patched version is available, consider temporarily deactivating the EventPrime plugin until an update is released, as this is a critical code execution vulnerability. As interim mitigations while awaiting a patch, implement Web Application Firewall (WAF) rules to block requests containing suspicious serialized PHP objects (looking for patterns like 'O:' or 'C:' which indicate object instantiation), restrict plugin access to authenticated users only if possible, and audit WordPress transients and options for any suspicious serialized data. Additionally, review server-side access logs for any evidence of attempted exploitation. Once the plugin is updated, clear all WordPress caches and verify that no malicious code has been injected into the site through a comprehensive security scan or manual code review of the wp-content directory.
More in Eventprime
View allThe EventPrime WordPress plugin before 3.5.0 does not properly validate permissions when updating bookings, allowing use
The EventPrime WordPress plugin before 3.2.0 does not sanitise and escape a parameter before outputting it back in the p
The EventPrime WordPress plugin before 3.2.0 does not sanitise and escape some parameters before outputting them back in
Missing Authorization vulnerability in Metagauss EventPrime.3.4. Rated critical severity (CVSS 9.8), this vulnerability
The EventPrime WordPress plugin through 3.2.9 specifies the price of a booking in the client request, allowing an attack
PHP Object Injection in the EventPrime event-calendar-management WordPress plugin (versions 4.3.4.1 and earlier) allows
Missing Authorization vulnerability in EventPrime Events EventPrime allows Exploiting Incorrectly Configured Access Cont
The EventPrime WordPress plugin before 3.2.0 does not have CSRF checks when creating bookings, which could allow attacke
The EventPrime WordPress plugin before 3.2.0 does not have CSRF checks when creating bookings, which could allow attacke
Missing Authorization vulnerability in Metagauss EventPrime.3.9. Rated high severity (CVSS 8.2), this vulnerability is r
Unauthenticated PHP Object Injection in the EventPrime event calendar plugin for WordPress (versions <= 4.3.2.1) allows
Broken access control in the EventPrime WordPress plugin (versions up to and including 4.3.2.0) allows unauthenticated r
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Deserialization
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-15573
GHSA-544w-wmqh-vq4j