CVE-2026-11364 MEDIUM

CVE-2026-11364: Product Specifications for Woocommerce <= 0.8.9 - Missing Authorization to Authenticated (Subscriber+) Arbitrary Attribute/Group Creation, Modification, and Deletion via 'dwps_modify_groups' and 'dwps_modify_attributes' AJAX Actions

Vendor Dornaweb
Product Product Specifications for Woocommerce
Weakness CWE-862 · Missing authorization
Published June 27, 2026
Last update June 29, 2026

CVSS base score

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

CVSS vector

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

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

Related vulnerabilities

08Related CVE