SQL injection in SuiteCRM - CVE-2026-69142
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 `jjwg_Maps` map marker endpoint when handling the `distance` request parameter. A remote user can send a specially crafted request to execute arbitrary SQL commands.
The `distance` parameter is inserted into a SQL expression without numeric validation or parameterization.