Severity by source
AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:L
Network-accessible WordPress plugin endpoint (AV:N); requires authenticated low-privilege account (PR:L); content deletion produces limited integrity and availability impact only.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Missing Authorization vulnerability in Saad Iqbal License Manager for WooCommerce license-manager-for-woocommerce allows Exploiting Incorrectly Configured Access Control Security Levels.This issue affects License Manager for WooCommerce: from n/a through <= 3.0.17.
AnalysisAI
Missing authorization in the License Manager for WooCommerce WordPress plugin (versions through 3.0.17) allows authenticated low-privilege users to perform arbitrary content deletion without proper permission checks. The flaw stems from CWE-862, where sensitive plugin actions are accessible to any authenticated user regardless of their assigned role. No active exploitation has been confirmed by CISA KEV, and no public exploit code has been identified at time of analysis.
Technical ContextAI
The affected component is the License Manager for WooCommerce WordPress plugin (CPE: cpe:2.3:a:saad_iqbal:license_manager_for_woocommerce:*:*:*:*:*:*:*:*) developed by Saad Iqbal, operating within the WooCommerce e-commerce ecosystem on WordPress. CWE-862 (Missing Authorization) describes a failure to enforce access control checks before executing privileged operations - in this case, the plugin does not verify whether the requesting authenticated user possesses sufficient capabilities before allowing content deletion. WordPress plugins commonly expose AJAX endpoints or REST API routes that should gate destructive actions behind capability checks (e.g., WordPress's current_user_can() function); absence of these checks is the root cause class here.
RemediationAI
The primary remediation is to update the License Manager for WooCommerce plugin beyond version 3.0.17 via the WordPress plugin dashboard or by downloading the latest release from the plugin repository; the exact fixed version was not independently confirmed in the available data, so verify the changelog prior to updating. The Patchstack advisory at https://patchstack.com/database/Wordpress/Plugin/license-manager-for-woocommerce/vulnerability/wordpress-license-manager-for-woocommerce-plugin-3-0-17-arbitrary-content-deletion-vulnerability should be consulted for the confirmed fix version once available. As a compensating control pending patching, site administrators can disable open user registration to prevent untrusted accounts from exploiting the missing authorization check, though this may impact legitimate customer onboarding workflows. Web application firewall (WAF) rules that detect and block unexpected deletion-related plugin requests from non-admin roles can provide additional layered defense with minimal trade-off.
Improper Neutralization of Special Elements used in an SQL Command ('SQL Injection') vulnerability in LicenseManager Lic
SQL injection in License Manager for WooCommerce (versions ≤ 3.0.18) enables authenticated customers to execute arbitrar
The License Manager for WooCommerce plugin for WordPress is vulnerable to unauthorized access of data due to a missing c
Unauthenticated IDOR in License Manager for WooCommerce (versions <= 3.0.15) allows remote, unauthenticated attackers to
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-43437