SQL injection in SuiteCRM - CVE-2026-69140

 

SQL injection in SuiteCRM - CVE-2026-69140

Published: August 6, 2026


Vulnerability identifier: #VU141073
CSH Severity: Medium
CVSS v4: 8.7 [CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:H/VA:L/SC:N/SI:N/SA:N]
CVE-ID: CVE-2026-69140
CWE-ID: CWE-89
Exploitation vector: Remote access
Exploit availability: No public exploit available

Vulnerability details

The vulnerability allows a remote user to disclose sensitive information, modify database records, and cause a denial of service.

The vulnerability exists due to SQL injection in modules/Documents/GetLatestRevision.php when handling the get_latest_for_id parameter. A remote user can send a specially crafted request to disclose sensitive information, modify database records, and cause a denial of service.

The issue arises because the get_latest_for_id parameter is interpolated directly into an SQL UPDATE statement without parameterization, and the input filtering can be bypassed by prepending an XSS payload that allows a literal single quote to reach the database.


Affected software

SuiteCRM

How to mitigate CVE-2026-69140

Install security update from vendor's website.

SuiteCRM - addressed in versions 7.15.2, 8.10.2

External References

Related Security Bulletins