Server-Side Request Forgery (SSRF) in SuiteCRM - CVE-2026-61649

 

Server-Side Request Forgery (SSRF) in SuiteCRM - CVE-2026-61649

Published: August 1, 2026


Vulnerability identifier: #VU140687
CSH Severity: Low
CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:H/VI:N/VA:N/SC:L/SI:N/SA:N/E:U/U:Clear
CVE-ID: CVE-2026-61649
CWE-ID: CWE-918
Exploitation vector: Remote access
Exploit availability: No public exploit available
Affected software:
SuiteCRM

Detailed vulnerability description

The vulnerability allows a remote user to access internal services via server-side request forgery.

The vulnerability exists due to improper restriction of outbound requests in isSelfRequest() when validating external hosts. A remote user can supply a crafted URL containing the server hostname in the path component to access internal services via server-side request forgery.

This issue is caused by substring matching with stripos() instead of hostname equality, which allows bypass of IP validation.


How to mitigate CVE-2026-61649

Install security update from vendor's website.

Sources