๐Ÿ” CVE Alert

CVE-2026-80099

HIGH 8.8

Various Newfold Plugins Various Versions - Unauthenticated Authentication Bypass via Bearer Token Validation with Empty Secret

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-287
Vendor newfold
Product wp plugin web
Published Sep 9, 2026
Last Updated Sep 9, 2026
Stay Ahead of the Next One

Get instant alerts for newfold wp plugin web

Be the first to know when new high vulnerabilities affecting newfold wp plugin web are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Attack Complexity
Privileges Required
User Interaction
Scope
Confidentiality
Integrity
Availability

Affected Versions

Newfold / WP Plugin Web
0 โ‰ค 2.3.5
Newfold / WP Plugin Crazy Domains
0 โ‰ค 2.5.2
Newfold / WP Module Data
0 โ‰ค 2.9.7
Newfold / WP Plugin Hostgator
0 โ‰ค 3.2.0
Newfold / WP Plugin Bluehost
0 โ‰ค 4.19.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
wordfence.com: https://www.wordfence.com/threat-intel/vulnerabilities/id/3ee369c0-0d7c-4142-b3ba-a518288647ba?source=cve plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php#L222 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php#L201 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php#L191 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/HiiveConnection.php#L406 plugins.trac.wordpress.org: https://plugins.trac.wordpress.org/browser/wp-module-data/trunk/includes/Data.php#L69 github.com: https://github.com/newfold-labs/wp-module-data/commit/9d913fd8fa12796c4d9c09081e4aeccfa5cb1301 github.com: https://github.com/newfold-labs/wp-plugin-hostgator/compare/3.2.0...3.2.1 github.com: https://github.com/newfold-labs/wp-plugin-bluehost/compare/4.19.0...4.19.1 github.com: https://github.com/newfold-labs/wp-plugin-web/compare/2.3.5...2.3.6 github.com: https://github.com/newfold-labs/wp-plugin-crazy-domains/compare/2.5.2...2.5.3

Credits

sorin vasile