Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network-reachable WordPress endpoint with missing authorization (PR:N, AV:N, AC:L, UI:N); broken access control leaks protected data so C:H, with no write or availability impact.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Unauthenticated Broken Access Control in WooCommerce POS <= 1.8.14 versions.
AnalysisAI
Unauthorized information disclosure in the WooCommerce POS WordPress plugin (versions 1.8.14 and earlier) allows remote unauthenticated attackers to access protected resources due to missing authorization checks. The CVSS 3.1 score of 7.5 reflects high confidentiality impact with no integrity or availability effect, and no public exploit identified at time of analysis. The flaw was disclosed by Patchstack and aligns with CWE-862 (Missing Authorization), a common pattern in WordPress plugin endpoints that omit capability checks.
Technical ContextAI
WooCommerce POS (kilbot/woocommerce-pos per the CPE cpe:2.3:a:kilbot:woocommerce_pos) is a point-of-sale extension for WooCommerce that exposes additional REST or AJAX endpoints to manage orders, products, and customer data inside the WordPress admin and storefront contexts. CWE-862 (Missing Authorization) indicates that one or more of these endpoints performs its action without verifying the caller's WordPress capability, nonce, or user role - typically by omitting a permission_callback in register_rest_route() or skipping current_user_can() checks. Because WooCommerce stores PII and order data, broken access control on such endpoints can leak sensitive commercial information without any credentials.
RemediationAI
Upstream fix available per the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/woocommerce-pos/vulnerability/wordpress-woocommerce-pos-plugin-1-8-14-broken-access-control-vulnerability) but a released patched version is not independently confirmed in the input; administrators should update WooCommerce POS to any version higher than 1.8.14 once the developer publishes it on wordpress.org and verify the changelog references this access control fix. Until the upgrade is applied, compensating controls include deactivating the WooCommerce POS plugin entirely if POS functionality is not currently in use (no functional impact for non-POS stores), restricting access to the WooCommerce POS REST/AJAX endpoints at the web server or WAF layer (which may break legitimate POS terminals), and enabling Patchstack/Wordfence virtual patching rules (which adds an external dependency but blocks the vulnerable path). Monitor WordPress access logs for anomalous unauthenticated requests to wp-json or admin-ajax routes containing 'woocommerce-pos' or 'wcpos'.
More in Wordpress Plugin
View allThe Backup Migration plugin for WordPress is vulnerable to Remote Code Execution in all versions up to, and including, 1
The Hash Form - Drag & Drop Form Builder plugin for WordPress is vulnerable to arbitrary file uploads due to missing fil
Authentication bypass in the LiteSpeed Cache WordPress plugin (versions prior to 6.5.0.1) allows unauthenticated remote
The Simple File List plugin for WordPress through version 4.2.2 contains an unauthenticated remote code execution vulner
The SureTriggers WordPress plugin through version 1.0.82 contains a privilege escalation vulnerability that allows unaut
The Ninja Forms plugin before 2.9.42.1 for WordPress allows remote attackers to conduct PHP object injection attacks via
The Business Directory Plugin - Easy Listing Directories for WordPress plugin for WordPress is vulnerable to time-based
SQL injection in the NotificationX WordPress plugin (versions up to and including 2.8.2) allows unauthenticated remote a
The POST SMTP Mailer - Email log, Delivery Failure Notifications and Best Mail SMTP for WordPress plugin for WordPress i
The MasterStudy LMS WordPress Plugin - for Online Courses and Education plugin for WordPress is vulnerable to union base
The Email Subscribers by Icegram Express plugin for WordPress is vulnerable to SQL Injection via the ‘hash’ parameter in
Remote code execution in the WP Query Console WordPress plugin (versions up to and including 1.0) by Ajit Bohra allows u
Same weakness CWE-862 – Missing Authorization
View allSame technique Authentication Bypass
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37048
GHSA-6g34-fq4g-j6p6