Customer Reviews for WooCommerce <= 5.103.0 - Unauthenticated Authentication Bypass to Arbitrary Review Submission via 'key' Parameter
Strategic Overview
- Status
- Patched in 5.104.0
- Affected Plugin
- Customer Reviews for WooCommerce
- Affected Version
<= 5.103.0- CVSS
- 5.3Medium
- Weakness type
- CWE-287 · Improper Authentication
- CVE
CVE-2026-4664
At a glance
CVE-2026-4664 is a medium-severity Improper Authentication vulnerability in the Customer Reviews for WooCommerce WordPress plugin, affecting versions <= 5.103.0. It carries a CVSS score of 5.3 (reachable over the network; low attack complexity). Exploitation requires no authentication. The issue is fixed in version 5.104.0; sites on affected versions should update now. Disclosed April 2026, reported by kai63001.
Vulnerability Overview
The Customer Reviews for WooCommerce plugin for WordPress is vulnerable to authentication bypass in all versions up to, and including, 5.103.0. This is due to the `create_review_permissions_check()` function comparing the user-supplied `key` parameter against the order's `ivole_secret_key` meta value using strict equality (`===`), without verifying that the stored key is non-empty. For orders where no review reminder email has been sent, the `ivole_secret_key` meta is not set, causing `get_meta()` to return an empty string. An attacker can supply `key: ""` to match this empty value and bypass the permission check. This makes it possible for unauthenticated attackers to submit, modify, and inject product reviews on any product — including products not associated with the referenced order — via the REST API endpoint `POST /ivole/v1/review`. Reviews are auto-approved by default since `ivole_enable_moderation` defaults to `"no"`.
Technical Analysis
The vector marks this flaw as remotely reachable over the network, with low attack complexity — no special timing or configuration is needed, and no privileges on the target site, and no interaction from a victim user.
CWE-287: Improper Authentication
Customer Reviews for WooCommerce <= 5.103.0 carries this weakness at create_review_permissions_check(), and reaching it takes no account at all. Improper authentication means the mechanism that proves who a caller is can be satisfied without the secret it was supposed to require.
An attacker authenticates as another user — administrators included — without ever knowing a password, so password policies and login rate limits never come into play. For Customer Reviews for WooCommerce the fix is 5.104.0: builds <= 5.103.0 are affected, anything from 5.104.0 onward is not.
Remediation
Update to version 5.104.0, or a newer patched version
How does WordSec protect against this?
This one needs no account at all, which puts it outside what login hardening can reach; WordSec's login security narrows the account-level paths around it, and the firewall is what inspects the request itself. None of that substitutes for the fix: Customer Reviews for WooCommerce 5.104.0 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in Customer Reviews for WooCommerce
- 8.8CVE-2023-6979: Customer Reviews for WooCommerce Arbitrary File Upload
CVE-2023-6979 - 8.1CVE-2023-0080: Customer Reviews for WooCommerce <= 5.15.0 LFI
CVE-2023-0080 - 7.2CVE-2026-56043: Customer Reviews for WooCommerce <= 5.110.1 Stored XSS
CVE-2026-56043 - 7.2CVE-2026-1316: Customer Reviews for WooCommerce <= 5.97.0 Stored XSS
CVE-2026-1316 - 6.4CVE-2026-13771: Customer Reviews for WooCommerce <= 5.113.0 Stored XSS
CVE-2026-13771 - 6.4CVE-2025-14891: Customer Reviews for WooCommerce <= 5.93.1 Stored XSS
CVE-2025-14891 - 6.4CVE-2025-5720: Customer Reviews for WooCommerce <= 5.80.2 Stored XSS
CVE-2025-5720 - 6.4CVE-2023-0079: Customer Reviews for WooCommerce <= 5.16.0 Stored XSS
CVE-2023-0079
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C