Server-Side Request Forgery (SSRF) in SuiteCRM - CVE-2026-69137
Published: August 6, 2026
Vulnerability details
The vulnerability allows a remote user to make server-side requests to arbitrary hosts and disclose partial response data.
The vulnerability exists due to server-side request forgery in the CalendarAccount::action_testConnection endpoint when processing a user-supplied server_url parameter. A remote user can supply an arbitrary URL to make server-side requests to arbitrary hosts and disclose partial response data.
The server issues a PROPFIND request from its own network context, which can expose internal services through error responses when non-2xx responses are returned.