CVE-2026-8499
Last modified
CVE-2026-8499 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. The Helpfulcrowd Product Reviews plugin for WordPress is vulnerable to Authorization Bypass via PHP Type Juggling in versions up to, and including, 1.2.9. This is due to the `helpfulcrowd_validate_token()` function using a loose comparison operator (`!=`) instead of a strict comparison (`!==`) when validating the `token` parameter, while the corresponding REST route `/wp-json/helpfulcrowd/v1/update-settings` is registered with a `permission_callback` of `__return_true`, making it reachable by unauthenticated users; submitting a JSON boolean `true` as the `token` value causes PHP's loose comparison to evaluate as equal to the non-empty base64-encoded secret string, bypassing the check entirely. EPSS estimates a 0.27% chance of exploitation in the next 30 days.
Description
The Helpfulcrowd Product Reviews plugin for WordPress is vulnerable to Authorization Bypass via PHP Type Juggling in versions up to, and including, 1.2.9. This is due to the `helpfulcrowd_validate_token()` function using a loose comparison operator (`!=`) instead of a strict comparison (`!==`) when validating the `token` parameter, while the corresponding REST route `/wp-json/helpfulcrowd/v1/update-settings` is registered with a `permission_callback` of `__return_true`, making it reachable by unauthenticated users; submitting a JSON boolean `true` as the `token` value causes PHP's loose comparison to evaluate as equal to the non-empty base64-encoded secret string, bypassing the check entirely. This makes it possible for unauthenticated attackers to invoke `helpfulcrowd_settings_endpoint()` and write arbitrary attacker-controlled key-value pairs directly into the `helpfulcrowd_options` WordPress database option via `update_option()` without any sanitization or allowlist filtering, enabling full unauthenticated modification of the plugin's stored configuration.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-8499?
How severe is CVE-2026-8499?
How do I fix CVE-2026-8499?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-8492Modification of Assumed-Immutable Data (MAID) vulnerability …2.7
- CVE-2026-8493Improper Neutralization of Input During Web Page Generation …5.4
- CVE-2026-8494The Permalink Manager Lite plugin for WordPress is vulnerabl…6.4
- CVE-2026-8495Missing Authorization vulnerability in Drupal Date iCal allo…9.8
- CVE-2026-8496A cross-site scripting (XSS) vulnerability exists in Alinto …6.1
- CVE-2026-8497Improper certificate validation in the Devolutions Server co…7.4
- CVE-2026-8500Web::Passwd versions through 0.03 for Perl is vulnerable to …9.8
- CVE-2026-8501Improper access control in the PCTCore64.sys Windows kernel …7.8
- CVE-2026-8502The LearnPress – WordPress LMS Plugin for Create and Sell On…5.3
- CVE-2026-8503Apache::Session::Generate::SHA256 versions before 1.3.19 for…6.5
- CVE-2026-8505IBM Langflow OSS 1.0.0 through 1.10.0 has a vulnerability in…9.8
- CVE-2026-8507Crypt::OpenSSL::PKCS12 versions through 1.94 for Perl have o…9.8
Are you affected by CVE-2026-8499?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
