Severity by source
AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Unauthenticated network endpoint with missing authorization (AV:N/AC:L/PR:N/UI:N) yields information disclosure only, so C:H but I:N/A:N.
Primary rating from Vendor (patchstack).
CVSS VectorVendor: patchstack
Lifecycle Timeline
1DescriptionCVE.org
Unauthenticated Broken Access Control in Syncee Premium Dropshipping & Wholesale <= 1.0.27 versions.
AnalysisAI
Sensitive data disclosure in the Syncee Premium Dropshipping & Wholesale WordPress plugin (versions <= 1.0.27) lets remote unauthenticated attackers reach functionality that should be access-restricted, exposing confidential information without any login. Reported by Patchstack and tagged as an authentication bypass, the flaw stems from missing authorization checks (CWE-862) on plugin endpoints. No public exploit identified at time of analysis, and no EPSS or CISA KEV signal is present in the supplied data, but the CVSS 3.1 base score of 7.5 reflects easy network reach with a high confidentiality impact.
Technical ContextAI
Syncee is a commercial WordPress plugin used by online stores to import, sync, and manage dropshipping and wholesale product catalogs from external suppliers. The root cause is CWE-862 (Missing Authorization): one or more plugin-registered actions or routes (typically WordPress AJAX wp_ajax_nopriv_* handlers, REST routes, or admin-post endpoints) execute privileged logic without verifying the caller's capability or identity. Because WordPress plugins frequently expose nonce-less or capability-unchecked callbacks, an attacker can invoke the vulnerable handler directly over HTTP. The CVSS vector (C:H, I:N, A:N) indicates the impact is confined to reading data the attacker should not be able to access, rather than modifying state or disrupting service.
RemediationAI
No vendor-released patch version is identified in the available data, so confirm the fixed release directly via the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/syncee-global-dropshipping/vulnerability/wordpress-syncee-premium-dropshipping-wholesale-plugin-1-0-27-broken-access-control-vulnerability?_s_id=cve) and your WordPress plugin updates page, then upgrade to the first release above 1.0.27 as the primary fix. Until a confirmed fixed version is installed, compensating controls include placing the site behind a WAF (Patchstack offers a virtual patch for this CVE) and adding rules to block direct requests to the plugin's AJAX (admin-ajax.php actions) and REST endpoints from unauthenticated clients - note this can break legitimate front-end catalog sync features if the plugin relies on those handlers for logged-out visitors. If the plugin's functionality is not actively needed, deactivating and removing it fully eliminates exposure at the cost of losing supplier-sync capability. Restrict and monitor access to wp-admin and audit logs for anomalous requests to plugin endpoints in the interim.
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-39683
GHSA-fmxq-8fpc-g567