CVE-2026-4664
Last modified
CVE-2026-4664 is a medium-severity vulnerability rated 5.3/10 on the CVSS scale. 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. EPSS estimates a 0.67% chance of exploitation in the next 30 days.
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"`.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-4664?
How severe is CVE-2026-4664?
How do I fix CVE-2026-4664?
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-46633Twig is a template language for PHP. Prior to 3.26.0, Compil…9.8
- CVE-2026-46634Twig is a template language for PHP. From 3.9.0 until 3.26.0…9.8
- CVE-2026-46635Twig is a template language for PHP. Prior to 3.26.0, the co…4.3
- CVE-2026-46637Twig is a template language for PHP. Prior to 3.26.0, severa…5.4
- CVE-2026-46638Twig is a template language for PHP. Prior to 3.26.0, {% san…8.1
- CVE-2026-46639Twig is a template language for PHP. From 3.24.0 until 3.26.…6.5
- CVE-2026-46640Twig is a template language for PHP. From 3.15.0 until 3.26.…8.8
- CVE-2026-46642draw.io is a configurable diagramming and whiteboarding appl…6.1
- CVE-2026-46643Snappy is a PHP library allowing thumbnail, snapshot or PDF …7.5
- CVE-2026-46644Symfony Polyfill backports PHP features and provides compati…6.9
- CVE-2026-46645SQLAdmin is a flexible Admin interface for SQLAlchemy models…4.3
- CVE-2026-4665The WP Carousel Free plugin for WordPress is vulnerable to S…6.4
Are you affected by CVE-2026-4664?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
