CVE-2026-33659 Details
Description
EspoCRM is an open source customer relationship management application. In versions 9.3.3 and below, the POST /api/v1/Attachment/fromImageUrl endpoint is vulnerable to Server-Side Request Forgery (SSRF) via a DNS rebinding (TOCTOU) condition. Host validation uses dns_get_record() but the actual HTTP request resolves hostnames through curl's internal resolver (gethostbyname()), allowing the two lookups to return different IP addresses for the same hostname. A secondary issue exists where an empty DNS result (due to DNS failure, IPv6-only domains, or non-existent hostnames) causes the validation to implicitly allow the host without further checks. An authenticated attacker with default attachment creation access can exploit this gap to bypass internal IP restrictions and scan internal network ports, confirm the existence of internal hosts, and interact with internal HTTP-based services, though data extraction from binary protocol services and remote code execution are not possible through this endpoint. This issue has been fixed in version 9.3.4.
A Server-Side Request Forgery (SSRF) vulnerability has been identified in EspoCRM versions through 9.3.3. The issue arises in the POST /api/v1/Attachment/fromImageUrl endpoint, where host validation relies on dns_get_record() while the actual HTTP request uses curl's internal resolver. This creates a time-of-check to time-of-use (TOCTOU) condition, allowing an authenticated attacker with attachment creation access to bypass internal IP restrictions, scan network ports, and interact with internal HTTP-based services. The vulnerability has been patched in version 9.3.4.
Users can update to EspoCRM version 9.3.4, where this vulnerability has been fixed.
Metrics
CVSS 4.0 Severity and Vector Strings:
No CVSS 4.0 data is available for this CVE.
CVSS 3.x Severity and Vector Strings:
No data available for CVSS Version 2.0 on this CVE.
CISA-ADP
Assessed Apr 14, 2026References to Advisories, Solutions, and Tools
By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.
| URL | Source(s) | Tag(s) |
|---|---|---|
| https://github.com/espocrm/espocrm/security/advisories/GHSA-6m4j-fwrx-crh7 | CISA-ADP | ExploitVendor Advisory |
| https://github.com/espocrm/espocrm/commit/dca03cc3458e487362c26c746378a2d4de9990b1 | [email protected] | Patch |
| https://github.com/espocrm/espocrm/releases/tag/9.3.4 | [email protected] | Release Notes |
| https://github.com/espocrm/espocrm/security/advisories/GHSA-6m4j-fwrx-crh7 | [email protected] | ExploitVendor Advisory |
Weakness Enumeration
| CWE-ID | CWE Name | Source |
|---|---|---|
| CWE-367 | Time-of-check Time-of-use (TOCTOU) Race Condition | [email protected] |
| CWE-918 | Server-Side Request Forgery (SSRF) | [email protected] |
Affected Products
| Product | Versions |
|---|---|
| espocrm espocrm | < 9.3.4 |
CPE
Remediation
| |
Change History
5 change records found show changes
| Date | Action | Recorded By |
|---|---|---|
| Jun 17, 2026 | CVE Modified | [email protected] |
| Jun 17, 2026 | CVE Modified | CISA-ADP |
| Apr 22, 2026 | Initial Analysis | [email protected] |
| Apr 14, 2026 | CVE Modified | CISA-ADP |
| Apr 13, 2026 | New CVE Received | [email protected] |