Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
PR:L confirmed by subscriber-level access requirement; S:C reflects cross-table database exposure in shared WordPress MySQL instance; I:N consistent with read-only SELECT injection; A:L for minor incidental availability side-effects.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
2DescriptionCVE.org
Subscriber SQL Injection in Do Lasso <= 358 versions.
AnalysisAI
SQL injection in the Do Lasso WordPress plugin (versions ≤ 358) allows authenticated subscribers to execute arbitrary database queries against the underlying MySQL instance. The vulnerability carries a CVSS 8.5 score with a changed scope indicator, meaning successful exploitation can expose data beyond the plugin's own tables - potentially the entire WordPress database including user credentials and site configuration. No public exploit code or CISA KEV listing has been identified at time of analysis, but the low authentication bar of subscriber-level access makes this reachable by any registered WordPress user on an affected site.
Technical ContextAI
Do Lasso, developed by Lasso Analytics, Inc. (CPE: cpe:2.3:a:lasso_analytics,_inc.:do_lasso:*:*:*:*:*:*:*:*), is a WordPress affiliate link management plugin. CWE-89 (Improper Neutralization of Special Elements used in an SQL Command) indicates that subscriber-supplied input is concatenated directly into a SQL query without proper sanitization or use of parameterized queries - the canonical pattern in WordPress plugins that bypass $wpdb->prepare(). The CVSS scope-changed indicator (S:C) and high confidentiality impact (C:H) together suggest the injection reaches shared database tables beyond the plugin's own namespace, consistent with WordPress's single-instance MySQL architecture where all plugins share one database. The absence of integrity impact (I:N) in the CVSS vector implies a read-only exploitation path, most likely a UNION- or boolean-based SELECT injection rather than INSERT/UPDATE/DELETE.
RemediationAI
Update the Do Lasso plugin to a version beyond 358 via the WordPress plugin dashboard or repository. Consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/lasso/vulnerability/wordpress-do-lasso-plugin-358-sql-injection-vulnerability?_s_id=cve) for the confirmed fixed version number, as the exact patched release was not independently specified in the available intelligence. As an immediate compensating control, administrators can disable open subscriber registration under Settings → General → uncheck 'Anyone can register', which eliminates the low-privilege attack path at the cost of preventing self-service account creation. Web application firewall rules targeting SQL metacharacters in plugin-related HTTP parameters provide additional detection layering. If the plugin cannot be updated or deactivated promptly, restricting access to the WordPress installation via IP allowlisting for non-administrative users significantly reduces the exposure surface.
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-57949
GHSA-87hp-hrvg-crh2