CVE-2026-29099

8.8

SuiteCRM · SuiteCRM

SuiteCRM is vulnerable to SQL injection via the retrieve function in the Email module, allowing authenticated users to extract arbitrary database information, including user credentials.

Executive summary

An authenticated SQL injection vulnerability in SuiteCRM allows remote attackers to execute arbitrary database queries and potentially exfiltrate sensitive data, including password hashes.

Vulnerability

This is an SQL injection flaw (CWE-89) stemming from improper neutralization of the user controlled id parameter within the retrieve function of the Email module. The vulnerability is accessible via the EmailUIAjax action and requires an authenticated user to trigger.

Business impact

Successful exploitation allows an authenticated attacker to bypass application logic and interact directly with the backend database. Given the CVSS score of 8.8, this presents a high risk as attackers can retrieve sensitive organizational data, including user account information and password hashes, leading to total compromise of the application and potential lateral movement into the wider network.

Remediation

Immediate Action: Update SuiteCRM installations to version 7.15.1 or 8.9.3 immediately to apply the necessary input sanitization patches.

Proactive Monitoring: Monitor database query logs for unusual patterns or syntax errors indicative of SQL injection attempts, specifically targeting the EmailUIAjax endpoint.

Compensating Controls: Deploy a Web Application Firewall (WAF) with updated rulesets to inspect incoming traffic for SQL injection signatures, which may provide temporary protection until patching is completed.

Exploitation status

Public Exploit Available: Unknown.

Analyst recommendation

This vulnerability represents a significant security risk for any organization utilizing SuiteCRM due to the potential for complete data exposure. Administrators must prioritize the application of the vendor-supplied security updates to versions 7.15.1 or 8.9.3 to effectively remediate the flaw. Until updates are deployed, restrict access to the affected CRM modules to trusted users only.

More SuiteCRM CVEs

Sources