CVE-2025-69381
Published: 20 February 2026
Summary
CVE-2025-69381 is a high-severity Missing Authorization (CWE-862) vulnerability. Its CVSS base score is 7.1 (High).
Operationally, exploitation aligns with the MITRE ATT&CK technique Exploitation for Privilege Escalation (T1068); ranked at the 17.4th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.
The strongest mitigations our analysis identified are NIST 800-53 AC-3 (Access Enforcement) and AC-6 (Least Privilege).
Deeper analysis
CVE-2025-69381 is a missing authorization vulnerability (CWE-862) in the WooCommerce Bulk Product Editor WordPress plugin, also known as woocommerce-quick-product-editor. The flaw enables exploitation of incorrectly configured access control security levels and affects all versions from n/a through 3.0. Published on 2026-02-20, it carries a CVSS v3.1 base score of 7.1 (AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:H).
Low-privileged authenticated users (PR:L) can exploit this vulnerability remotely over the network (AV:N) with low attack complexity (AC:L) and without requiring user interaction (UI:N). Successful exploitation results in low integrity impact (I:L), such as unauthorized modifications, and high availability impact (A:H), potentially disrupting service, while confidentiality remains unaffected (C:N) with unchanged scope (S:U).
The Patchstack advisory provides details on the vulnerability, including potential patches and mitigation steps, available at https://patchstack.com/database/Wordpress/Plugin/woocommerce-quick-product-editor/vulnerability/wordpress-woocommerce-bulk-product-editor-plugin-3-0-broken-access-control-vulnerability?_s_id=cve.
EU & UK References
- 🇪🇺 ENISA EUVD: EUVD-2025-207965
Vulnerability details
Missing Authorization vulnerability in vanquish WooCommerce Bulk Product Editor woocommerce-quick-product-editor allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects WooCommerce Bulk Product Editor: from n/a through <= 3.0.
- CWE(s)
Related Threats
MITRE ATT&CK Enterprise TechniquesAI
Why these techniques?
Missing authorization (CWE-862) in public-facing WordPress plugin directly enables remote exploitation by low-privileged users for unauthorized modifications and availability impact, mapping to privilege escalation via exploitation and public-facing app exploitation.
CVEs Like This One
Affected Assets
Mitigating Controls
Mitigating Controls (NIST 800-53 r5) AI
Directly enforces authorization checks before allowing bulk product edits, blocking the missing-authorization flaw that lets low-privileged users modify or disrupt products.
Limits the capabilities granted to authenticated users so that even if authorization is missing they cannot reach high-availability-impact actions such as bulk product changes.
Restricts which roles may perform configuration or content changes, directly mitigating unauthorized product-editor operations described in the CVE.