What the vulnerability does
01Description
The Product Specifications for WooCommerce plugin for WordPress is vulnerable to unauthorized modification, creation, and deletion of data in versions up to and including 0.8.9. This is due to a missing capability check and missing nonce verification in the __invoke() methods of the AttributeGroupController and AttributeController classes, which are bound to the 'dwps_modify_groups' and 'dwps_modify_attributes' AJAX actions. This makes it possible for authenticated attackers, with Subscriber-level access and above, to create, edit, and delete arbitrary product specification groups and attributes (taxonomy terms in the 'spec-group' and attribute taxonomies), corrupting business data and impacting the site's frontend display.
Explanation of Vulnerability in Simple Terms
02Summary
Product Specifications for WooCommerce versions 0.8.9 and earlier lack proper authorization checks. A logged-in user with low privileges can modify product specification data they should not have access to. The vulnerability affects data integrity but not confidentiality or availability. Update to a version newer than 0.8.9.
What an attacker can do
03Attacker Capabilities
Modify product specifications without proper authorization.
Potential impact on your site
04Site Impact
Unauthorized users can alter product data, potentially corrupting product listings or specifications.
Conditions required to exploit
05Prerequisites
Attacker must be logged in with low-level user privileges.
Key dates
06Disclosure timeline
June 27, 2026
CVE published
June 29, 2026
Record updated