Customer Reviews for WooCommerce <= 5.103.0 - Unauthenticated Authentication Bypass to Arbitrary Review Submission via 'key' Parameter

5.3
Improper Authentication
CVE CVE-2026-4664
CVSS 5.3 (Medium)
Publicly Published April 9, 2026
Last Updated April 10, 2026
Researcher kai63001

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"`.

Learn more about Authentication Bypass vulnerabilities and how to prevent them.

References

Share

Vulnerability Details for Customer Reviews for WooCommerce

Software Type Plugin
Software Slug customer-reviews-woocommerce (view on wordpress.org)
Patched? Yes
Remediation Update to version 5.104.0, or a newer patched version
Affected Version
  • <= 5.103.0
Patched Version
  • 5.104.0

Recent vulnerabilities in Customer Reviews for WooCommerce

# Title CVE ID CVSS Researchers Date
1 Customer Reviews for WooCommerce <= 5.113.0 - Authenticated (Contributor+) Stored Cross-Site Scripting via 'color' Shortcode Attribute CVE-2026-13771 6.4 Athiwat Tiprasaharn (Jitlada), Itthidej Aramsri (Boeing777) July 8, 2026
2 Customer Reviews for WooCommerce <= 5.110.1 - Unauthenticated Stored Cross-Site Scripting CVE-2026-56043 7.2 daroo June 24, 2026
3 Customer Reviews for WooCommerce <= 5.101.0 - Reflected Cross-Site Scripting via 'crsearch' CVE-2026-3355 6.1 Athiwat Tiprasaharn (Jitlada), Itthidej Aramsri (Boeing777) April 15, 2026
4 Customer Reviews for WooCommerce <= 5.97.0 - Unauthenticated Stored Cross-Site Scripting via media[].href Parameter CVE-2026-1316 7.2 type5afe February 12, 2026
5 Customer Reviews for WooCommerce <= 5.93.1 - Authenticated (Subscriber+) Stored Cross-Site Scripting via displayName Parameter CVE-2025-14891 6.4 shark3y January 6, 2026
6 Customer Reviews for WooCommerce <= 5.80.2 - Unauthenticated Stored Cross-Site Scripting via `author` Parameter CVE-2025-5720 6.4 zer0gh0st July 30, 2025
7 Customer Reviews for WooCommerce <= 5.61.0 - Missing Authorization to Authenticated (Subscriber+) Import Cancellation CVE-2024-10614 4.3 incognito November 15, 2024
8 Customer Reviews for WooCommerce <= 5.47.0 - Reflected Cross-Site Scripting via 's' CVE-2024-3731 6.1 Krzysztof Zając April 18, 2024
9 Customer Reviews for WooCommerce <= 5.46.0 - Missing Authorization to Authenticated (Subscriber+) Coupon Search CVE-2024-3869 4.3 Thura Moe Myint (mgthuramoemyint) April 15, 2024
10 Customer Reviews for WooCommerce <= 5.46.0 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Email Sending CVE-2024-3243 4.3 Thura Moe Myint (mgthuramoemyint) April 15, 2024

Did you know Wordfence Intelligence provides free personal and commercial API access to our comprehensive WordPress vulnerability database, along with a free webhook integration to stay on top of the latest vulnerabilities added and updated in the database? Get started today!

Learn more

Want to get notified of the latest vulnerabilities that may affect your WordPress site?
Install Wordfence on your site today to get notified immediately if your site is affected by a vulnerability that has been added to our database.

Get Wordfence

The Wordfence Intelligence WordPress vulnerability database is completely free to access and query via API. Please review the documentation on how to access and consume the vulnerability data via API.

Documentation