Severity by source
AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:L
Network-reachable low-complexity SQLi needs a Subscriber account (PR:L); read-oriented injection gives high confidentiality but no clear integrity or availability impact, and I assess scope unchanged (S:U) versus the vendor's S:C.
Primary rating from Vendor (Patchstack).
CVSS VectorVendor: Patchstack
Lifecycle Timeline
1DescriptionCVE.org
Subscriber SQL Injection in SALESmanago & Leadoo <= 3.11.2 versions.
AnalysisAI
SQL injection in the WordPress SALESmanago & Leadoo plugin (versions 3.11.2 and earlier) lets authenticated users holding only Subscriber-level privileges inject arbitrary SQL into backend database queries, enabling extraction of sensitive data from the WordPress database. Reported by Patchstack and rated CVSS 8.5, it is dangerous because Subscriber is the lowest authenticated role and is frequently self-registerable on WordPress sites. There is no public exploit identified at time of analysis, and the CVE is not listed in CISA KEV.
Technical ContextAI
This is a CWE-89 SQL Injection in a WordPress plugin that integrates the SALESmanago marketing-automation platform with the Leadoo lead-generation toolset. Per the affected CPE (cpe:2.3:a:salesmanago:salesmanago_&_leadoo:*), the flaw resides in plugin PHP code where user-controllable input is concatenated into a SQL statement without proper parameterization or escaping (e.g., a missing $wpdb->prepare() call or an unescaped request parameter). Because WordPress plugins run with full database access through the shared $wpdb connection, an injectable query exposes the entire wp_ schema, including wp_users and wp_usermeta where password hashes and account metadata are stored.
RemediationAI
Upgrade the SALESmanago & Leadoo plugin to a release newer than 3.11.2 as published by the vendor; consult the Patchstack advisory (https://patchstack.com/database/wordpress/plugin/salesmanago/vulnerability/wordpress-salesmanago-leadoo-plugin-3-11-2-sql-injection-vulnerability) for the exact fixed version, since no patched version number was provided in the available data and should not be assumed. Until patched, the most effective compensating control is to disable open user registration (Settings > General > uncheck 'Anyone can register') to remove the easy path to a Subscriber account the exploit depends on, accepting that legitimate self-service signups are then blocked. Additionally deploy a WAF rule (such as Patchstack's virtual patch or a generic SQLi ruleset) in front of the plugin's endpoints, audit and remove untrusted low-privilege accounts, and if the plugin is non-essential, deactivate it entirely until a fix is applied.
More in Salesmanago
View allSame weakness CWE-89 – SQL Injection
View allShare
External POC / Exploit Code
Leaving vuln.today
EUVD-2026-39364
GHSA-xwxh-84mx-hgrr