CVE-2026-80099
Received
Received - Intake
Authentication Bypass in Newfold Plugins via wp-module-data
Vulnerability report for CVE-2026-80099, including description, CVSS score, EPSS score, affected products, exploitability, helpful resources, and attack-flow context.
Publication date: 2026-09-09
Last updated on: 2026-09-09
Assigner: Wordfence
Description
Description
Several Newfold plugins are vulnerable to Authentication Bypass. The vulnerability exists because the plugins bundle the wp-module-data module. In the module, the `authenticate()` method β registered on the `rest_authentication_errors` filter and therefore evaluated for every unauthenticated REST API request β performs an HMAC-style Bearer token comparison that degenerates when `HiiveConnection::get_auth_token()` returns `false`: PHP coerces `strrev(false)` to `strrev('')`, collapsing the secret salt to the publicly known constant `hash('sha256', '') = e3b0c44...`, while all remaining hash inputs (HTTP method, request URL, raw request body, and the `X-Timestamp` header) remain fully attacker-controlled. This makes it possible for unauthenticated attackers to compute a valid Bearer token entirely offline, pass the token equality check, and have `wp_set_current_user()` invoked against the first administrator returned by `get_users(['role' => 'administrator'])`, granting full administrator-level access and enabling arbitrary REST API operations such as creating new administrator accounts and achieving complete site takeover. Vulnerable versions are WP Plugin Crazy Domains (<= 2.5.2), WP Plugin Web (<= 2.3.4), WP Plugin Hostgator (<= 3.1.0), WP Plugin Bluehost (<= 4.17.1). The affected module is vulnerable in versions up to, and including, 2.9.4.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| newfold | wp_plugin_crazy_domains | to 2.5.2 (inc) |
| newfold | wp_plugin_web | to 2.3.4 (inc) |
| newfold | wp_plugin_hostgator | to 3.1.0 (inc) |
| newfold | wp_plugin_bluehost | to 4.17.1 (inc) |
| newfold | wp_module_data | to 2.9.4 (inc) |
| newfold-labs | wp-plugin-crazy-domains | to 2.5.2 (inc) |
| newfold-labs | wp-plugin-web | to 2.3.4 (inc) |
| newfold-labs | wp-plugin-hostgator | to 3.1.0 (inc) |
| newfold-labs | wp-plugin-bluehost | to 4.17.1 (inc) |
| newfold-labs | wp-module-data | to 2.9.4 (inc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-287 | When an actor claims to have a given identity, the product does not prove or insufficiently proves that the claim is correct. |