CVE-2026-10835: SQL Injection in SALESmanago & Leadoo WordPress Plugin
The SALESmanago & Leadoo WordPress plugin contains a SQL injection vulnerability that allows attackers with minimal user privileges—even subscriber-level accounts—to extract sensitive data from the WordPress database. The flaw stems from insufficient input validation in an AJAX endpoint that fails to properly sanitize user-supplied parameters before inserting them into database queries. This affects versions prior to 3.11.3.
Source data · NVD / CISA · public domain
- CVSS
- 3.1 · 7.7 HIGH · CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
- Weaknesses (CWE)
- —
- Affected products
- 0 configuration(s)
- Published / Modified
- 2026-06-26 / 2026-06-26
NVD description (verbatim)
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.
1 reference(s) · View on NVD →
SEC.co analysis · AI-assisted, reviewed against source
Technical summary
CVE-2026-10835 is a SQL injection vulnerability in the SALESmanago & Leadoo WordPress plugin. An AJAX action endpoint accepts user input without adequate sanitization or escaping before incorporating it into SQL statements. Additionally, the endpoint lacks proper authorization checks, permitting any authenticated user—including those with subscriber role—to trigger the vulnerable code path. The vulnerability requires only local network access and valid WordPress credentials; no user interaction is required for exploitation.
Business impact
Organizations using this plugin risk unauthorized data exfiltration from their WordPress databases, including customer records, order history, user credentials, and internal metadata. Subscriber-level compromise is particularly concerning in multisite or community-driven WordPress installations where registration may be open. Although the vulnerability does not permit data modification or system destruction, the confidentiality breach can lead to regulatory exposure (GDPR, CCPA), reputational damage, and competitive intelligence loss.
Affected systems
SALESmanago & Leadoo WordPress plugin versions before 3.11.3. The vulnerability requires an active WordPress installation with the plugin enabled and at least one authenticated user account at subscriber level or higher. Sites with open registration or permissive role assignments face elevated risk.
Exploitability
The vulnerability is relatively straightforward to exploit once authenticated access is obtained. An attacker crafting a malicious AJAX request with SQL metacharacters in the unvalidated parameter can extract database contents through time-based or union-based SQL injection techniques. No elevated privileges, complex configuration, or user interaction is required. The CVSS score of 7.7 reflects the high confidentiality impact balanced against the prerequisite of valid authentication.
Remediation
Immediately update the SALESmanago & Leadoo plugin to version 3.11.3 or later. Before patching, organizations should audit subscriber-level user accounts, disable the plugin if not actively in use, or restrict AJAX endpoint access via Web Application Firewall rules. Following the patch, verify the update completed successfully and confirm the AJAX action no longer accepts unsanitized SQL input.
Patch guidance
Update via WordPress admin dashboard (Plugins > Installed Plugins > SALESmanago & Leadoo) to version 3.11.3 or newer. Verify in plugin details that the version has been updated. If automatic updates are disabled, manually download the patched version from the official WordPress plugin repository. Test functionality after patching to ensure compatibility with your site configuration.
Detection guidance
Monitor WordPress access logs for unusual AJAX requests to the vulnerable endpoint with SQL metacharacters (SELECT, UNION, OR 1=1, etc.) in parameters. Enable WordPress security logging via plugins like Wordfence or Sucuri to flag suspicious subscriber-level activity. Check database query logs for anomalous data access patterns. Audit recent user account creation, especially subscriber roles, to identify potential compromise vectors.
Why prioritize this
This vulnerability merits urgent patching because it enables unauthenticated SQL injection through low-privilege accounts, significantly lowering the attack barrier in shared hosting or multisite environments. The lack of authorization enforcement and the high-severity confidentiality impact (CVSS 7.7) make it attractive to both automated scanners and targeted attackers seeking customer data or business intelligence.
Risk score, explained
The CVSS 3.1 score of 7.7 (HIGH) reflects: (1) Network-based attack vector requiring no special network segmentation; (2) Low complexity, exploitable with standard SQL injection payloads; (3) Low privilege requirement (subscriber role suffices); (4) High confidentiality impact enabling database exfiltration; (5) Changed scope (affects resources beyond the plugin's immediate scope). Severity is tempered by the requirement for valid authentication and lack of integrity/availability impact.
Frequently asked questions
Do I need subscriber accounts on my WordPress site to be at risk?
Yes, this vulnerability requires at least one authenticated user. However, if your site permits public registration or has dormant subscriber accounts, risk increases significantly. Audit active subscriber accounts and consider restricting registration or role permissions.
Can attackers modify or delete database records with this vulnerability?
No. The vulnerability permits only data extraction (SELECT queries). Confidentiality is compromised, but integrity and availability of the database remain intact. Still, unauthorized data access is a serious breach.
What should I do if I suspect exploitation occurred?
Check WordPress access logs and database query logs for suspicious AJAX requests with SQL syntax. Review recent user creation and login activity. Consider engaging a forensics specialist if you discover evidence of unauthorized queries or data access.
Does this affect all WordPress sites using this plugin?
Only sites running SALESmanago & Leadoo versions before 3.11.3 are vulnerable. Confirm your plugin version in WordPress admin, and update immediately if you are below 3.11.3. Unaffected versions should be monitored for future advisories.
This analysis is based on the CVE-2026-10835 public advisory and CVSS 3.1 assessment. SEC.co does not maintain a tested exploit; organizations should verify patch applicability against vendor advisories and their specific plugin configuration. Test patches in a non-production environment before deployment. This vulnerability is not currently listed on CISA's Known Exploited Vulnerabilities catalog as of the publication date. Always consult vendor guidance and your organization's change management procedures before patching production systems. Source: NVD (public-domain), retrieved 2026-08-04. Analysis generated by SEC.co (claude-haiku-4-5).
Related vulnerabilities
- CVE-2016-20062HIGHSQL Injection in Simply Poll 1.4.1 WordPress Plugin - Unauthenticated Data Theft
- CVE-2016-20063HIGHSQL Injection in Single Personal Message 1.0.3 – Credential & Data Theft Risk
- CVE-2016-20065HIGHUnauthenticated SQL Injection in Product Catalog 8 WordPress Plugin
- CVE-2016-20066HIGHWordPress CP Polls 1.0.8 Persistent XSS Vulnerability
- CVE-2016-20068HIGHUnauthenticated SQL Injection in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2016-20069HIGHUnauthenticated SQL Injection in WordPress Booking Calendar Contact Form 1.0.23
- CVE-2016-20071HIGHCritical SQL Injection in WordPress 404 Redirection Manager Plugin v1.0
- CVE-2016-20072HIGHBBS e-Franchise WordPress Plugin SQL Injection – Remote Data Exfiltration Risk