Hackers are leveraging a critical authentication bypass vulnerability in the WordPress plugin Burst Statistics to obtain admin-level access to websites. Burst Statistics is a privacy-focused analytics plugin active on 200,000 WordPress sites and marketed as a lightweight alternative to Google Analytics. The flaw, tracked as CVE-2026-8181, was introduced on April 23 with the release of version 3.4.0 of the plugin. The vulnerable code was also present in the following iteration, version 3.4.1. According to Wordfence, which discovered CVE-2026-8181 on May 8, the flaw allows unauthenticated attackers to impersonate known admin users during REST API requests, and even create rogue admin accounts. “This vulnerability allows unauthenticated attackers who know a valid administrator username to fully impersonate that administrator for the duration of any REST API request, including WordPress core endpoints such as /wp-json/wp/v2/users, by supplying any arbitrary and incorrect password in a Basic Authentication header,” explains Wordfence. “In a worst-case scenario, an attacker could exploit this flaw to create a new administrator-level account with no prior authentication whatsoever.” The root cause is the incorrect interpretation of the ‘wp_authenticate_application_password()’ function results, specifically, treating a ‘WP_Error’ as an indication of successful authentication. However, the researchers explain that WordPress can also return ‘null’ in some cases, which is mistakenly tr...
Hackers exploit auth bypass flaw in Burst Statistics WordPress plugin
BleepingComputer
·Bill Toulas
·Published May 14, 2026
·Updated
Affected Software
1 affected component
WordPress Burst Statistics>=3.4.0<=3.4.1
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses a critical authentication bypass vulnerability in the Burst Statistics WordPress plugin being exploited by hackers.
2
What security implications are discussed?
The article highlights that the vulnerability allows hackers to gain admin-level access to affected WordPress websites.
3
What products or software are affected?
The affected software is the Burst Statistics WordPress plugin, specifically versions between 3.4.0 and 3.4.1.
4
How prevalent is the Burst Statistics plugin among WordPress users?
The Burst Statistics plugin is actively used on around 200,000 WordPress sites.
5
What action should website owners take regarding this vulnerability?
Website owners should update the Burst Statistics plugin to the latest version to mitigate the authentication bypass vulnerability.