PT-2026-40565 · Dragon · Coreactivity: Activity Logging For Wordpress
Published
2026-05-13
·
Updated
2026-05-13
·
CVE-2026-7635
CVSS v3.1
8.1
High
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H |
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.Fix
Deserialization of Untrusted Data
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Coreactivity: Activity Logging For Wordpress