Vulnerability Description
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.
CVSS Score
MEDIUM
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| Espocrm | Espocrm | < 9.3.4 |
Related Weaknesses (CWE)
References
- https://github.com/espocrm/espocrm/releases/tag/9.3.4Release Notes
- https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73ExploitVendor Advisory
- https://github.com/espocrm/espocrm/security/advisories/GHSA-h7gx-8gwv-7g73ExploitVendor Advisory
FAQ
What is CVE-2026-33534?
CVE-2026-33534 is a vulnerability with a CVSS score of 4.3 (MEDIUM). 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 intern...
How severe is CVE-2026-33534?
CVE-2026-33534 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-33534?
Check the references section above for vendor advisories and patch information. Affected products include: Espocrm Espocrm.