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
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-84969A memory-handling error in the BSON-to-JSON conversion helpe…3.7
- CVE-2026-8497Improper certificate validation in the Devolutions Server co…7.4
- CVE-2026-84970A numeric truncation weakness exists in the JSON parsing com…5.8
- CVE-2026-84971Improper handling of an unexpected value size in the decrypt…6.5
- CVE-2026-84975PJSIP is a free and open source multimedia communication lib…7.4
- CVE-2026-84989ntopng is a web-based network traffic monitoring application…7.1
- CVE-2026-84990ntopng is a web-based network traffic monitoring application…8.8
- CVE-2026-84992md-editor-v3 is a Markdown editor for Vue 3 developed in JSX…6.1
- CVE-2026-84993MikroORM is a TypeScript ORM for Node.js based on Data Mappe…6.5
- CVE-2026-84997react/http is an event-driven, streaming HTTP client and ser…7.5
- CVE-2026-8500Web::Passwd versions through 0.03 for Perl is vulnerable to …9.8
- CVE-2026-85006The HappyAddons for Elementor WordPress plugin before 3.50.…6.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
