Description
The WP Statistics plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 14.16.4. This is due to missing capability checks on multiple AJAX handlers including `wp_statistics_get_filters`, `wp_statistics_getPrivacyStatus`, `wp_statistics_updatePrivacyStatus`, and `wp_statistics_dismiss_notices`. These endpoints only verify a `wp_rest` nonce via `check_ajax_referer()` but do not enforce any capability checks such as `current_user_can()` or the plugin's own `User::Access()` method. Since the `wp_rest` nonce is available to all authenticated WordPress users, this makes it possible for authenticated attackers, with Subscriber-level access and above, to access sensitive analytics data (user IDs, usernames, emails, visitor tracking data), retrieve and modify privacy audit compliance status, and dismiss administrative notices.
Published: 2026-04-17
Score: 6.5 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Missing Authorization leading to sensitive information exposure and privacy audit manipulation
Action: Update Plugin
AI Analysis

Impact

The WP Statistics plugin contains missing capability checks in several AJAX handlers. The handlers validate only a wp_rest nonce and do not verify that the user has sufficient privileges. As a result, authenticated users with Subscriber-level access and higher can retrieve user identifiers, usernames, emails, visitor tracking data, modify privacy audit compliance status, and dismiss administrative notices. This flaw exposes confidential personal data and allows attackers to tamper with audit records, compromising both confidentiality and integrity of user information. The weakness is a classic authorization failure (CWE‑862).

Affected Systems

WordPress sites running the WP Statistics plugin version 14.16.4 or earlier, released by veronalabs under the name “WP Statistics – Simple, privacy-friendly Google Analytics alternative.” All such sites are affected regardless of the WordPress version, as the flaw resides in the plugin's AJAX handlers.

Risk and Exploitability

The CVSS v3 score is 6.5, indicating a medium severity vulnerability. EPSS data is not available, and the vulnerability is not listed in the CISA KEV catalog. The attack requires authenticated access; any user with Subscriber or higher role can exploit the flaw, making exploitation highly probable on any site with the plugin installed and enabled. With the current checks absent, attackers can harvest sensitive analytics data and alter privacy settings, resulting in a moderate but real risk to user privacy.

Generated by OpenCVE AI on April 17, 2026 at 03:20 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade WP Statistics to the latest version that includes proper capability checks
  • Configure the site so that only Administrators or designated privacy officers have access to analytics and privacy audit features
  • If an immediate upgrade is not possible, disable or restrict the vulnerable AJAX endpoints through a security plugin or custom code that enforces role-based access controls

Generated by OpenCVE AI on April 17, 2026 at 03:20 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 17 Apr 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 17 Apr 2026 08:15:00 +0000

Type Values Removed Values Added
First Time appeared Veronalabs
Veronalabs wp Statistics – Simple, Privacy-friendly Google Analytics Alternative
Wordpress
Wordpress wordpress
Vendors & Products Veronalabs
Veronalabs wp Statistics – Simple, Privacy-friendly Google Analytics Alternative
Wordpress
Wordpress wordpress

Fri, 17 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
Description The WP Statistics plugin for WordPress is vulnerable to Missing Authorization in all versions up to, and including, 14.16.4. This is due to missing capability checks on multiple AJAX handlers including `wp_statistics_get_filters`, `wp_statistics_getPrivacyStatus`, `wp_statistics_updatePrivacyStatus`, and `wp_statistics_dismiss_notices`. These endpoints only verify a `wp_rest` nonce via `check_ajax_referer()` but do not enforce any capability checks such as `current_user_can()` or the plugin's own `User::Access()` method. Since the `wp_rest` nonce is available to all authenticated WordPress users, this makes it possible for authenticated attackers, with Subscriber-level access and above, to access sensitive analytics data (user IDs, usernames, emails, visitor tracking data), retrieve and modify privacy audit compliance status, and dismiss administrative notices.
Title WP Statistics <= 14.16.4 - Missing Authorization to Authenticated (Subscriber+) Sensitive Information Exposure and Privacy Audit Manipulation
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 6.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N'}


Subscriptions

Veronalabs Wp Statistics – Simple, Privacy-friendly Google Analytics Alternative
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-17T12:25:12.232Z

Reserved: 2026-03-03T15:44:08.198Z

Link: CVE-2026-3488

cve-icon Vulnrichment

Updated: 2026-04-17T12:25:08.175Z

cve-icon NVD

Status : Deferred

Published: 2026-04-17T02:16:05.707

Modified: 2026-04-22T20:22:50.570

Link: CVE-2026-3488

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-17T08:01:16Z

Weaknesses