SQL injection in SuiteCRM - CVE-2026-69140
Published: August 6, 2026
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.