YITH WooCommerce Wishlist <= 4.10.0 - Unauthenticated Wishlist Token Disclosure to Wishlist Item Deletion
Strategic Overview
- Status
- Patched in 4.10.1
- Affected Plugin
- YITH WooCommerce Wishlist
- Affected Version
<= 4.10.0- CVSS
- 5.3Medium
- Weakness type
- CWE-285 · Improper Authorization
- CVE
CVE-2025-12777
At a glance
CVE-2025-12777 is a medium-severity Improper Authorization vulnerability in the YITH WooCommerce Wishlist WordPress plugin, affecting versions <= 4.10.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 4.10.1; sites on affected versions should update now. Disclosed November 2025, reported by Athiwat Tiprasaharn (Jitlada).
Vulnerability Overview
The YITH WooCommerce Wishlist plugin for WordPress is vulnerable to authorization bypass in all versions up to, and including, 4.10.0. This is due to the plugin not properly verifying that a user is authorized to perform actions on the REST API /wp-json/yith/wishlist/v1/lists endpoint (which uses permission_callback => '__return_true') and the AJAX delete_item handler (which only checks nonce validity without verifying object-level authorization). This makes it possible for unauthenticated attackers to disclose wishlist tokens for any user and subsequently delete wishlist items by chaining the REST API authorization bypass with the exposed delete_item nonce on shared wishlist pages and the AJAX handler's missing object-level authorization check.
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-285: Improper Authorization
YITH WooCommerce Wishlist <= 4.10.0 carries this weakness at __return_true, and reaching it takes no account at all. Improper authorization means a permission check exists but does not cover the case being exercised, so a caller who is allowed to do one thing is allowed to do a neighbouring thing as well.
A lower-privileged account performs an action reserved for a higher one, which on a multi-author or membership site means an ordinary user reaching administrative behaviour. For YITH WooCommerce Wishlist the fix is 4.10.1: builds <= 4.10.0 are affected, anything from 4.10.1 onward is not.
Remediation
Update to version 4.10.1, 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: YITH WooCommerce Wishlist 4.10.1 closes this, and updating the plugin is the step that ends it.
- Login Security
- Alerts
External References
Related records
Other vulnerabilities in YITH WooCommerce Wishlist
- 7.1YITH plugins by YITHEMES <= (Various Versions) Missing Authorization
- 6.4CVE-2025-5238: YITH WooCommerce Wishlist <= 4.5.0 Stored XSS
CVE-2025-5238 - 6.1YITH WooCommerce Wishlist <= 2.1.2 SQL Injection
- 5.3CVE-2026-27329: YITH WooCommerce Wishlist <= 4.12.0 IDOR
CVE-2026-27329 - 5.3CVE-2026-4432: YITH WooCommerce Wishlist IDOR to Wishlist Rename
CVE-2026-4432 - 5.3CVE-2025-12427: YITH WooCommerce Wishlist IDOR
CVE-2025-12427 - 4.4CVE-2024-34385: YITH WooCommerce Wishlist <= 3.32.0 Stored XSS
CVE-2024-34385 - 4.3CVE-2022-44630: YITH plugins by YITHEMES <= (Various Versions) CSRF
CVE-2022-44630
Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C