CVE-2026-7635

Source
https://cve.org/CVERecord?id=CVE-2026-7635
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-7635.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2026-7635
Published
2026-05-13T04:26:39.499Z
Modified
2026-08-12T03:51:21.531751491Z
Severity
  • 8.1 (High) CVSS_V3 - CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
coreActivity: Activity Logging for WordPress <= 3.0 - Unauthenticated PHP Object Injection via 'user_agent' Log Meta Field
Details

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.

Database specific
{
    "cwe_ids": [
        "CWE-502"
    ],
    "cna_assigner": "Wordfence",
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/7xxx/CVE-2026-7635.json"
}
References

Affected packages

Git / github.com/dev4press/coreactivity

Affected ranges

Type
GIT
Repo
https://github.com/dev4press/coreactivity
Events
Introduced
0 Unknown introduced commit / All previous commits are affected
Last affected
Database specific
Show details
{
    "source": "AFFECTED_FIELD",
    "extracted_events": [
        {
            "introduced": "0"
        },
        {
            "last_affected": "3.0"
        }
    ]
}

Affected versions

1.*
1.0
1.0-beta-1
1.2
2.*
2.4
3.*
3.0

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2026-7635.json"