CVE Catalog

CVE-2026-8198

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.45%

37th percentile - higher than 37% of all known CVEs

Summary

The Activity Logs plugin for WordPress up to version 3.3.6 has a logic flaw in the verifyAuthorization method that bypasses Bearer token validation. Unauthenticated attackers can access the REST API endpoint and retrieve all plugin configuration options, including the site API key.

Risk Assessment

Attackers can impersonate the site in API calls to the Logtivity service, leading to sensitive data exposure and potential privilege escalation.

Recommendation

Update the Activity Logs plugin to the latest version that fixes this vulnerability.

Original NVD description (English source)

The Activity Logs, User Activity Tracking, Multisite Activity Log from Logtivity plugin for WordPress is vulnerable to Authentication Bypass to Information Disclosure in versions up to, and including, 3.3.6. This is due to a logic flaw in the verifyAuthorization method where requests without an Authorization header skip Bearer token validation and fall through to an unconditional return true statement, bypassing all authentication checks. This makes it possible for unauthenticated attackers to access the /wp-json/logtivity/v1/options REST API endpoint and retrieve all plugin configuration options, including the logtivity_site_api_key which can be used to impersonate the site in API calls to the Logtivity service.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS