SQL injection in SuiteCRM - CVE-2026-69134
Published: August 6, 2026
Vulnerability details
The vulnerability allows a remote user to execute arbitrary SQL commands.
The vulnerability exists due to SQL injection in the REST v4 API relationship management handler when processing crafted relationship field values from rest_data. A remote user can send a specially crafted API request to execute arbitrary SQL commands.
The issue arises because request data is read from an unsanitized copy of user input before the securexss() filter runs, and affects methods receiving rest_data, including set_relationship.