Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
Network-reachable AJAX action exploitable by any authenticated subscriber gives AV:N/AC:L/PR:L/UI:N; SQLi reads data outside the plugin's context (S:C, C:H) but the description indicates disclosure only, so I:N/A:N.
Primary rating from Vendor (WPScan).
CVSS VectorVendor: WPScan
Lifecycle Timeline
5DescriptionCVE.org
The SALESmanago & Leadoo WordPress plugin before 3.11.3 does not properly sanitise and escape a parameter passed to one of its AJAX actions before using it in a SQL statement, and fails to enforce authorisation on that action, allowing authenticated users with minimal permissions, such as subscribers, to perform SQL injection attacks.
Articles & Coverage 1
AnalysisAI
SQL injection in the SALESmanago & Leadoo WordPress plugin before 3.11.3 allows low-privileged authenticated users to inject arbitrary SQL through an unsanitised parameter passed to a vulnerable AJAX action. Because the action enforces no authorisation check, even subscriber-level accounts can reach it, and the CVSS scope-changed, high-confidentiality rating (7.7) reflects the ability to read data across the WordPress database. Publicly available exploit code exists (WPScan), though EPSS is low (0.16%) and SSVC classifies exploitation as proof-of-concept only, not active.
Technical ContextAI
The affected component is a WordPress plugin that integrates the SALESmanago and Leadoo marketing-automation platforms with WordPress sites, exposing functionality through the standard admin-ajax.php AJAX action mechanism. The root cause is a classic SQL injection (CWE-89, though the feed lists CWE as N/A): a request parameter is concatenated into a SQL statement without proper sanitisation or escaping. This is compounded by a broken-access-control flaw (CWE-862, missing authorization) on the same AJAX action, so the privilege boundary that should restrict the handler to higher-privileged roles is absent. The CPE (cpe:2.3:a:unknown:salesmanago_&_leadoo:*) covers all plugin versions prior to the 3.11.3 fix.
RemediationAI
Vendor-released patch: upgrade the SALESmanago & Leadoo plugin to version 3.11.3 or later, per the WPScan advisory (https://wpscan.com/vulnerability/3c7b37ab-b069-4257-82b2-5b4c54f7e503/). If immediate patching is not possible, reduce exposure by restricting who can authenticate: disable open self-registration (Settings → General → 'Anyone can register') so attackers cannot freely create the subscriber accounts the flaw requires - note this blocks legitimate self-service signup. As an additional compensating control, add a WAF rule to block or filter requests to the plugin's vulnerable admin-ajax.php action from low-privileged roles, accepting that this may break the plugin's legitimate AJAX functionality. While remediating, audit existing low-privilege accounts and database query logs for anomalous activity.
More in Salesmanago Leadoo
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39625
GHSA-mprc-69fc-33c7