Skip to main content

coreActivity WordPress plugin EUVDEUVD-2026-29901

| CVE-2026-7635 HIGH
Deserialization of Untrusted Data (CWE-502)
2026-05-13 Wordfence
8.1
CVSS 3.1 · NVD
Share

Severity by source

NVD PRIMARY
8.1 HIGH
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
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Lifecycle Timeline

3
Source Code Evidence Fetched
May 13, 2026 - 05:30 vuln.today
Analysis Generated
May 13, 2026 - 05:30 vuln.today
CVE Published
May 13, 2026 - 04:26 nvd
HIGH 8.1

DescriptionCVE.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.

More in PHP

View all
CVE-2012-1823 CRITICAL POC
9.8 May 11

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

CVE-2016-1555 CRITICAL POC
9.8 Apr 21

(1) boardData102.php, (2) boardData103.php, (3) boardDataJP.php, (4) boardDataNA.php, and (5) boardDataWW.php in Netgear

CVE-2024-11680 CRITICAL POC
9.8 Nov 26

ProjectSend versions prior to r1720 are affected by an improper authentication vulnerability. Rated critical severity (C

CVE-2025-49113 CRITICAL POC
9.9 Jun 02

Roundcube Webmail contains a critical PHP object deserialization vulnerability (CVE-2025-49113, CVSS 9.9) that allows au

CVE-2017-9841 CRITICAL POC
9.8 Jun 27

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

CVE-2025-0108 HIGH POC
8.8 Feb 12

Palo Alto Networks PAN-OS management web interface contains an authentication bypass allowing unauthenticated attackers

CVE-2021-25298 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2021-25296 HIGH POC
8.8 Feb 15

Nagios XI version xi-5.7.5 is affected by OS command injection. Rated high severity (CVSS 8.8), this vulnerability is re

CVE-2013-4983 CRITICAL POC
10.0 Sep 10

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

CVE-2023-6553 CRITICAL POC
9.8 Dec 15

The Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1

CVE-2024-46506 CRITICAL POC
10.0 May 13

NetAlertX (formerly PiAlert) versions 23.01.14 through 24.x before 24.10.12 allow unauthenticated command injection thro

CVE-2024-8353 CRITICAL POC
9.8 Sep 28

The GiveWP - Donation Plugin and Fundraising Platform plugin for WordPress is vulnerable to PHP Object Injection in all

Share

EUVD-2026-29901 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy