EspoCRM is an open source customer relationship management application. Versions 9.3.3 and below have an authenticated Server-Side Request Forgery (SSRF) vulnerability that allows bypassing the internal-host validation logic by using alternative IPv4 representations such as octal notation (e.g., 0177.0.0.1 instead of 127.0.0.1). This is caused by HostCheck::isNotInternalHost() function relying on PHP's filter_var(..., FILTER_VALIDATE_IP), which does not recognize alternative IP formats, causing the validation to fall through to a DNS lookup that returns no records and incorrectly treats the host as safe, however the cURL subsequently normalizes the address and connects to the loopback destination. Through the confirmed /api/v1/Attachment/fromImageUrl endpoint, an authenticated user can force the server to make requests to loopback-only services and store the fetched response as an attachment. This vulnerability is distinct from CVE-2023-46736 (which involved redirect-based SSRF) and may allow access to internal resources reachable from the application runtime. This issue has been fixed in version 9.3.4.
References
| Link | Resource |
|---|---|
| https://github.com/espocrm/espocrm/releases/tag/9.3.4 | Release Notes |
| https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73 | Exploit Vendor Advisory |
| https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73 | Exploit Vendor Advisory |
Configurations
History
22 Apr 2026, 00:12
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/espocrm/espocrm/releases/tag/9.3.4 - Release Notes | |
| References | () https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73 - Exploit, Vendor Advisory | |
| CPE | cpe:2.3:a:espocrm:espocrm:*:*:*:*:*:*:*:* | |
| First Time |
Espocrm espocrm
Espocrm |
14 Apr 2026, 17:16
| Type | Values Removed | Values Added |
|---|---|---|
| References | () https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73 - |
13 Apr 2026, 20:16
| Type | Values Removed | Values Added |
|---|---|---|
| New CVE |
Information
Published : 2026-04-13 20:16
Updated : 2026-04-22 00:12
NVD link : CVE-2026-33534
Mitre link : CVE-2026-33534
CVE.ORG link : CVE-2026-33534
JSON object : View
Products Affected
espocrm
- espocrm
CWE
CWE-918
Server-Side Request Forgery (SSRF)
