Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable WordPress endpoint, only Subscriber auth required (PR:L), no user interaction; SQLi reaches shared DB (S:C) yielding high confidentiality, no integrity per advisory, low availability.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
3DescriptionCVE.org
Subscriber SQL Injection in WooCommerce Frontend Manager - Ultimate < 6.7.7 versions.
AnalysisAI
SQL injection in the WooCommerce Frontend Manager - Ultimate WordPress plugin (versions prior to 6.7.7) allows authenticated subscriber-level users to inject SQL via plugin-handled input, exposing database contents and enabling limited data tampering on affected WooCommerce sites. The CVSS 8.5 rating reflects a scope change reaching the underlying database with high confidentiality impact. No public exploit identified at time of analysis.
Technical ContextAI
The affected component is the WC Lovers 'WooCommerce Frontend Manager - Ultimate' premium add-on (CPE cpe:2.3:a:wc_lovers.:woocommerce_frontend_manager_-_ultimate), which extends WooCommerce by giving vendors and customers frontend dashboards for orders, products, and account management. The root cause is CWE-89 (Improper Neutralization of Special Elements used in an SQL Command), meaning user-controlled input is concatenated into a SQL query handled by WordPress's $wpdb layer without proper parameterization or sanitization through prepare()/esc_sql(). Because WordPress shares a single MySQL/MariaDB database across core, plugins, and users, a successful injection can reach the wp_users and wp_options tables far beyond the plugin's own scope - which is consistent with the CVSS Scope:Changed flag.
RemediationAI
Patch available per vendor advisory - upgrade the WooCommerce Frontend Manager - Ultimate plugin to version 6.7.7 or later via the WordPress admin Plugins screen or by replacing the plugin directory from WC Lovers, then verify the running version under Plugins > Installed Plugins; see the Patchstack advisory at https://patchstack.com/database/wordpress/plugin/wc-frontend-manager-ultimate/vulnerability/wordpress-woocommerce-frontend-manager-ultimate-plugin-6-7-6-sql-injection-vulnerability for confirmation. If immediate patching is not possible, compensating controls include temporarily disabling open customer registration on the WooCommerce store (Settings > Accounts & Privacy, uncheck 'Allow customers to create an account during checkout' and 'Allow customers to create an account on the My account page'), which removes the trivial Subscriber-acquisition path at the cost of breaking guest-to-account conversion, or placing a WAF rule (e.g., Patchstack vPatch, Wordfence) that blocks SQL meta-characters on the plugin's frontend AJAX/REST endpoints, with the trade-off of potential false positives on legitimate vendor inputs. Deactivating the plugin entirely eliminates risk but disables frontend vendor/customer dashboards.
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-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-37657