CVE-2026-4664 MEDIUM

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

Vendor Ivole
Product Customer Reviews for WooCommerce
Weakness CWE-287 · Improper authentication
Published April 10, 2026
Last update April 10, 2026

CVSS base score

5.3/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality None
Integrity Low

CVSS vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

What the vulnerability does

01Description

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

Explanation of Vulnerability in Simple Terms

02Summary

The Customer Reviews for WooCommerce plugin through version 5.103.0 contains an authentication weakness that allows unauthenticated attackers to modify review data over the network. The vulnerability does not require user interaction or special conditions. Site owners should update to a version newer than 5.103.0 to prevent unauthorized review tampering.

What an attacker can do

03Attacker Capabilities

Modify or tamper with customer reviews without logging in.

Potential impact on your site

04Site Impact

Customer reviews can be altered or deleted by anyone, damaging trust and review integrity.

Conditions required to exploit

05Prerequisites

Network access only; no authentication or user interaction required.

Key dates

06Disclosure timeline

April 10, 2026 CVE published
April 10, 2026 Record updated

Related vulnerabilities

08Related CVE