Severity by source
AV:N/AC:H/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:H/PR:N/UI:N/S:U/C:H/I:H/A:H
Lifecycle Timeline
3DescriptionCVE.org
The coreActivity: Activity Logging for WordPress plugin for WordPress is vulnerable to PHP Object Injection in all versions up to, and including, 3.0. This is due to the plugin failing to validate or strip PHP serialization syntax from the User-Agent HTTP header before storing it in the logmeta table, and subsequently calling maybe_unserialize() on every retrieved meta_value in query_metas() without verifying the data was originally serialized by the application. This makes it possible for unauthenticated attackers to inject a crafted PHP serialized payload via the User-Agent header during any logged event (such as a failed login attempt), which, when an administrator views the Logs page, is deserialized and passed to DeviceDetector::setUserAgent(), triggering a Fatal TypeError that creates a persistent Denial of Service condition blocking administrator access to the Logs page entirely.
AnalysisAI
PHP Object Injection vulnerability in coreActivity activity logging plugin through version 3.0 allows remote attackers to trigger persistent Denial of Service blocking administrator access to log pages. Unauthenticated attackers inject crafted PHP serialized payloads via User-Agent headers during any logged event (e.g., failed login). When administrators view the Logs page, the plugin deserializes untrusted data and passes it to DeviceDetector::setUserAgent(), causing Fatal TypeError. Vendor-released patch version 3.1 available (released May 6, 2026). EPSS exploitation probability not available; no CISA KEV listing at time of analysis. CVSS 8.1 reflects high complexity attack requiring precise payload crafting despite no authentication requirement.
Technical ContextAI
This vulnerability exploits PHP's unsafe deserialization mechanism combined with WordPress plugin event logging. The coreActivity plugin stores User-Agent HTTP headers directly into the logmeta database table without sanitizing PHP serialization syntax (e.g., 'O:' object notation). The DBLite.php query_metas() method subsequently calls maybe_unserialize() on every retrieved meta_value field without validating whether the data was originally serialized by the application itself, violating CWE-502 (Deserialization of Untrusted Data). When an administrator accesses the Logs page, the Table.php list table renderer deserializes the poisoned User-Agent string and passes it to the third-party DeviceDetector library's setUserAgent() method, which expects a string but receives a malformed PHP object, triggering Fatal TypeError. The affected product is cpe:2.3:a:gdragon:coreactivity:activity_logging_for_wordpress versions up to and including 3.0. This pattern is common in WordPress plugins that log HTTP headers to database tables and later display them in admin interfaces without proper input validation and output encoding.
RemediationAI
Upgrade to coreActivity plugin version 3.1 or later, released May 6, 2026, which implements input sanitization of user_agent values before database storage and controls display of user agent values per GitHub PR #3 commit 1f09331d66de7cf4bba9b6e396b0d4e7597fcde2 visible at https://github.com/dev4press/coreactivity/pull/3/changes/1f09331d66de7cf4bba9b6e396b0d4e7597fcde2. The patch sanitizes User-Agent headers on input and adds validation to prevent deserialization of untrusted data. If immediate upgrade is not feasible, implement compensating controls: (1) disable or uninstall coreActivity plugin until patched version can be deployed, trading activity logging capability for elimination of attack surface; (2) restrict wp-admin access to trusted IP addresses via web server configuration or WordPress security plugin, reducing likelihood of malicious User-Agent injection during failed logins (note this does not prevent authenticated users from injecting payloads via legitimate logged events); (3) implement Web Application Firewall rules to block HTTP requests containing PHP serialization syntax in User-Agent header (regex pattern matching 'O:[0-9]+:' or 'a:[0-9]+:{'), though sophisticated attackers may evade signature-based detection via encoding. WordPress administrators should verify plugin version via Plugins admin page and consult vendor documentation at https://www.wordfence.com/threat-intel/vulnerabilities/id/59f30135-6dd9-4367-90a9-a10ad491357d for additional guidance.
sapi/cgi/cgi_main.c in PHP before 5.3.12 and 5.4.x before 5.4.2, when configured as a CGI script (aka php-cgi), does not
(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear
ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C
Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au
Util/PHP/eval-stdin.php in PHPUnit before 4.8.28 and 5.x before 5.6.3 allows remote attackers to execute arbitrary PHP c
Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re
The get_referers function in /opt/ws/bin/sblistpack in Sophos Web Appliance before 3.7.9.1 and 3.8 before 3.8.1.1 allows
The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro
The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all
Same weakness CWE-502 – Deserialization of Untrusted Data
View allSame technique Denial Of Service
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-29901