CVE-2026-7635

Published: Mag 13, 2026 Last Modified: Mag 13, 2026
ExploitDB:
Other exploit source:
Google Dorks:
HIGH 8,1
Attack Vector: network
Attack Complexity: high
Privileges Required: none
User Interaction: none
Scope: unchanged
Confidentiality: high
Integrity: high
Availability: high

Description

AI Translation Available

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.

502

Deserialization of Untrusted Data

Draft
Common Consequences
Security Scopes Affected:
Integrity Availability Other
Potential Impacts:
Modify Application Data Unexpected State Dos: Resource Consumption (Cpu) Varies By Context
Applicable Platforms
Languages: Java, JavaScript, PHP, Python, Ruby
Technologies: AI/ML, ICS/OT, Not Technology-Specific
View CWE Details
https://github.com/dev4press/coreactivity/pull/3/changes/1f09331d66de7cf4bba9b6…
https://plugins.trac.wordpress.org/browser/coreactivity/tags/3.0/core/log/Core.…
https://plugins.trac.wordpress.org/browser/coreactivity/tags/3.0/core/log/Devic…
https://plugins.trac.wordpress.org/browser/coreactivity/tags/3.0/core/table/Log…
https://plugins.trac.wordpress.org/browser/coreactivity/tags/3.0/vendor/dev4pre…
https://plugins.trac.wordpress.org/browser/coreactivity/tags/3.0/vendor/dev4pre…
https://plugins.trac.wordpress.org/browser/coreactivity/trunk/core/log/Core.php…
https://plugins.trac.wordpress.org/browser/coreactivity/trunk/core/log/Device.p…
https://plugins.trac.wordpress.org/browser/coreactivity/trunk/core/table/Logs.p…
https://plugins.trac.wordpress.org/browser/coreactivity/trunk/vendor/dev4press/…
https://plugins.trac.wordpress.org/browser/coreactivity/trunk/vendor/dev4press/…
https://www.wordfence.com/threat-intel/vulnerabilities/id/59f30135-6dd9-4367-90…