Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:L
Unauthenticated network endpoint with missing authorization (PR:N/UI:N/AC:L); impact is unauthorized modification (I:H) and minor disruption (A:L) with no disclosure (C:N).
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in POS Entegratör <= 3.7.103 versions.
AnalysisAI
Missing authorization in the POS Entegratör WordPress plugin (versions <= 3.7.103, vendor gurmehub) lets unauthenticated remote attackers reach privileged plugin functions that lack capability checks, enabling unauthorized modification of data with limited service disruption. The flaw is remotely reachable with no authentication or user interaction (CVSS 8.2), but has no confidentiality impact. There is no public exploit identified at time of analysis and it is not listed in CISA KEV.
Technical ContextAI
The affected component is a third-party WordPress plugin (CPE cpe:2.3:a:gurmehub:pos_entegratör) that integrates point-of-sale systems with WordPress/WooCommerce sites, typically exposing AJAX or REST endpoints. The root cause is CWE-862 (Missing Authorization): one or more of the plugin's action handlers execute privileged operations without verifying the caller's capabilities or nonce/permission context. In WordPress plugins this class of bug commonly arises when handlers are hooked to public-facing endpoints (e.g. wp_ajax_nopriv_* or unauthenticated REST routes) without a current_user_can() check, so any anonymous visitor can invoke functionality intended only for authenticated/privileged users.
RemediationAI
No vendor-released patch version is identified in the provided data; the input only confirms versions <= 3.7.103 are vulnerable, so administrators should consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/pos-entegrator/vulnerability/wordpress-pos-entegratoer-plugin-3-7-103-broken-access-control-vulnerability) and upgrade to the next release that Patchstack/the vendor marks as fixed once available. Until a confirmed patched version is installed, the most effective compensating control is to deactivate and remove the POS Entegratör plugin, accepting loss of POS integration functionality; if it must stay active, restrict access to the plugin's endpoints at the web/WAF layer (for example, block or require authentication on the plugin's admin-ajax.php actions and any custom REST routes, and restrict by source IP to trusted POS/back-office hosts), with the trade-off that legitimate unauthenticated integrations or webhooks may break. A virtual patch via a WordPress WAF (such as Patchstack's own) can block exploit requests without a code change while you wait for an official fix.
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-41297
GHSA-52qw-w4c5-82h4