Various Newfold Plugins Various Versions - Unauthenticated Authentication Bypass via Bearer Token Validation with Empty Secret
Summary
| CVE | CVE-2026-80099 |
|---|---|
| State | PUBLISHED |
| Assigner | Wordfence |
| Source Priority | CVE Program / NVD first with legacy fallback |
| Published | 2026-09-09 09:17:12 UTC |
| Updated | 2026-09-09 17:17:45 UTC |
| 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. |
Risk And Classification
Primary CVSS: v3.1 8.8 HIGH from [email protected]
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
EPSS: 0.005080000 probability, percentile 0.417410000 (date 2026-09-09)
Problem Types: CWE-287 | CWE-287 CWE-287 Improper Authentication
| Version | Source | Type | Score | Severity | Vector |
|---|---|---|---|---|---|
| 3.1 | [email protected] | Secondary | 8.8 | HIGH | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
| 3.1 | CNA | DECLARED | 8.8 | HIGH | CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H |
CVSS v3.1 Breakdown
Attack Vector
NetworkAttack Complexity
LowPrivileges Required
LowUser Interaction
NoneScope
UnchangedConfidentiality
HighIntegrity
HighAvailability
HighCVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Vendor Declared Affected Products
| Source | Vendor | Product | Version | Platforms |
|---|---|---|---|---|
| CNA | Newfold | WP Plugin Web | affected 2.3.5 semver | Not specified |
| CNA | Newfold | WP Plugin Crazy Domains | affected 2.5.2 semver | Not specified |
| CNA | Newfold | WP Module Data | affected 2.9.7 semver | Not specified |
| CNA | Newfold | WP Plugin Hostgator | affected 3.2.0 semver | Not specified |
| CNA | Newfold | WP Plugin Bluehost | affected 4.19.0 semver | Not specified |
References
| Reference | Source | Link | Tags |
|---|---|---|---|
| plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php | [email protected] | plugins.trac.wordpress.org | |
| github.com/newfold-labs/wp-module-data/commit/9d913fd8fa12796c4d9c09081e... | [email protected] | github.com | |
| github.com/newfold-labs/wp-plugin-web/compare/2.3.5...2.3.6 | [email protected] | github.com | |
| www.wordfence.com/threat-intel/vulnerabilities/id/3ee369c0-0d7c-4142-b3ba-a5182... | [email protected] | www.wordfence.com | |
| github.com/newfold-labs/wp-plugin-crazy-domains/compare/2.5.2...2.5.3 | [email protected] | github.com | |
| plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php | [email protected] | plugins.trac.wordpress.org | |
| plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/HiiveConnection.php | [email protected] | plugins.trac.wordpress.org | |
| github.com/newfold-labs/wp-plugin-bluehost/compare/4.19.0...4.19.1 | [email protected] | github.com | |
| github.com/newfold-labs/wp-plugin-hostgator/compare/3.2.0...3.2.1 | [email protected] | github.com | |
| CVE Program record | CVE.ORG | www.cve.org | canonical |
| NVD vulnerability detail | NVD | nvd.nist.gov | canonical, analysis |
Vendor Comments And Credit
Discovery Credit
CNA: sorin vasile (en)
Additional Advisory Data
| Source | Time | Event |
|---|---|---|
| CNA | 2026-09-08T20:12:14.000Z | Disclosed |
There are currently no legacy QID mappings associated with this CVE.