CVE-2026-4432 PUBLISHED

YITH WooCommerce Wishlist < 4.13.0 - Unauthenticated Arbitrary Wishlist Renaming via IDOR

Assigner: WPScan
Reserved: 19.03.2026 Published: 10.04.2026 Updated: 10.04.2026

The YITH WooCommerce Wishlist WordPress plugin before 4.13.0 does not properly validate wishlist ownership in the save_title() AJAX handler before allowing wishlist renaming operations. The function only checks for a valid nonce, which is publicly exposed in the page source of the /wishlist/ page, making it possible for unauthenticated attackers to rename any wishlist belonging to any user on the site.

Product Status

Vendor Unknown
Product YITH WooCommerce Wishlist
Versions Default: unaffected
  • affected from 0 to 4.13.0 (excl.)

Credits

  • Chiao-Lin Yu (Steven Meow) finder
  • WPScan coordinator

References

Problem Types

  • CWE-862 Missing Authorization CWE