Description
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"`.
Published: 2026-04-10
Score: 5.3 Medium
EPSS: < 1% Very Low
KEV: No
Impact: Unauthorized product review submission via API
Action: Patch
AI Analysis

Impact

The Customer Reviews for WooCommerce plugin contains an authentication bypass that allows an attacker to supply an empty key when sending a POST request to the review endpoint. The plugin compares the supplied key to the order’s secret key without checking that a key is present, and an unset key is an empty string. Because the check uses strict equality, the empty key matches and bypasses the permission test, permitting the creation, modification, or injection of product reviews. The default configuration auto‑approves reviews, so malicious content can appear on storefront pages immediately, compromising the integrity of product listings.

Affected Systems

WordPress sites that run the Customer Reviews for WooCommerce plugin version 5.103.0 or earlier are vulnerable. Administrators should verify the plugin version and treat all reviews submitted since the plugin was installed as potentially unauthenticated until the plugin is updated.

Risk and Exploitability

The CVSS score of 5.3 indicates a moderate severity issue. The likely attack vector is an unauthenticated user sending a crafted POST request to the /ivole/v1/review REST endpoint. No special privileges or exploit code are required, and the vulnerability is trivially exploitable by anyone with network access to the site. The EPSS score is not available and the vulnerability is not listed in the CISA KEV catalog. The consequence is loss of content integrity and potential reputation damage through spam or malicious reviews.

Generated by OpenCVE AI on April 10, 2026 at 03:21 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade Customer Reviews for WooCommerce to version 5.104.0 or later
  • If an upgrade cannot be performed immediately, restrict unauthenticated access to the /ivole/v1/review endpoint or enforce authentication before allowing review submissions
  • Disable auto‑approval by setting the ivole_enable_moderation option to "yes" so that all reviews are moderated before display

Generated by OpenCVE AI on April 10, 2026 at 03:21 UTC.

Tracking

Sign in to view the affected projects.

Advisories

No advisories yet.

History

Fri, 10 Apr 2026 13:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Fri, 10 Apr 2026 09:00:00 +0000

Type Values Removed Values Added
First Time appeared Ivole
Ivole customer Reviews For Woocommerce
Wordpress
Wordpress wordpress
Vendors & Products Ivole
Ivole customer Reviews For Woocommerce
Wordpress
Wordpress wordpress

Fri, 10 Apr 2026 01:45:00 +0000

Type Values Removed Values Added
Description 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"`.
Title Customer Reviews for WooCommerce <= 5.103.0 - Unauthenticated Authentication Bypass to Arbitrary Review Submission via 'key' Parameter
Weaknesses CWE-287
References
Metrics cvssV3_1

{'score': 5.3, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N'}


Subscriptions

Ivole Customer Reviews For Woocommerce
Wordpress Wordpress
cve-icon MITRE

Status: PUBLISHED

Assigner: Wordfence

Published:

Updated: 2026-04-10T12:18:36.208Z

Reserved: 2026-03-23T16:58:28.787Z

Link: CVE-2026-4664

cve-icon Vulnrichment

Updated: 2026-04-10T12:18:31.826Z

cve-icon NVD

Status : Deferred

Published: 2026-04-10T02:16:03.710

Modified: 2026-04-24T18:01:58.517

Link: CVE-2026-4664

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-04-10T09:27:14Z

Weaknesses