S4E just found a high-severity finding from top 10 tcp port service scan
PlatformPlansPartners
Resources
ToolsBlogDocs
Sign Up →
medium·Product Based Web Vulnerabilities·Updated May 12, 2026

CVE-2026-33534 Scanner

CVE-2026-33534 Scanner - Server-Side Request Forgery vulnerability in EspoCRM

Est. Time~1 minutes
Scan TypeSingle Scan
Targetsdomain, subdomain, ipv4
CostFree
3.4k
Times Used
continuous scan runs
6.1k
Continuously Checked
assets under CS
0
Vulnerabilities Found
confirmed findings
References
CVECVE-2026-33534
4.3
CVSSmedium
Exploitable remotely over the internet · low-privilege account sufficient.

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.

Attack Vector
Network
Privileges Req.
Low
User Interaction
None
Affected
espocrmby espocrm
< 9.3.4
Updated Sep 9, 2026View on NVD →
Detail

EspoCRM is a customer relationship management software used by businesses to manage customer interactions and data throughout the customer lifecycle. The platform is designed to help companies stay connected to customers, streamline processes, and improve profitability. It is widely used by sales teams, marketing personnel, and customer service representatives to automate and synchronize sales efforts. Businesses use EspoCRM to monitor and address customer needs and expectations, providing a holistic view of customer interactions and experiences. It is an open-source application that allows for extensive customization and integration with other business tools. EspoCRM supports various functions, including sales and marketing automation, customer support, and analytics.

Server-Side Request Forgery (SSRF) is a vulnerability that allows an attacker to manipulate server-side scripts to make requests to unintended locations. This vulnerability exploits trust relationships within a network to gain access to internal resources or services. By targeting a server with SSRF, attackers can redirect requests to unauthorized endpoints, bypassing security controls. SSRF can facilitate further attacks such as data exfiltration, unauthorized access to sensitive data, or internal scanning. The specific flaw within EspoCRM occurs because of improper validation of alternative IPv4 address formats during host checks. This allows authenticated users to leverage the vulnerability to access or probe internal systems via specific API endpoints.

The SSRF vulnerability detected in EspoCRM involves an endpoint at /api/v1/Attachment/fromImageUrl, where insufficient validation of the host format in function HostCheck::isNotInternalHost() allows internal access. Attackers can use this flaw by crafting POST requests that specify internal network resources using alternative IPv4 formats. This misconfiguration enables bypassing controls that prevent access from external actors. As the server processes these requests, malicious users obtain unauthorized interaction with internal services, exposing them to risks. The vulnerability necessitates authenticated access, opening opportunities for privilege escalation via legitimate user accounts.

Exploitation of this vulnerability can potentially lead to unauthorized access to sensitive internal network resources, compromising organizational data security and privacy. Attackers could retrieve confidential information, execute unauthorized transactions, and manipulate or disrupt internal systems. Additionally, adversaries could leverage SSRF vulnerabilities to further pivot within the network, creating a larger attack surface for advanced threats. Persistent exploitation could lead to a breakdown in trust and compliance violations if sensitive data is exposed or exfiltrated. Successful exploitation of SSRF flaws generally necessitates mitigation through improved host validation procedures and patch management practices.

REFERENCES

Solution Advice
  • Upgrade EspoCRM to version 9.3.4 or later to fix the SSRF vulnerability.
  • Implement stringent host validation mechanisms to prevent similar vulnerabilities.
  • Perform regular security audits and monitoring for anomalous access patterns.
  • Educate users and administrators on recognizing and reporting suspicious activities.
  • Ensure network segmentation to protect sensitive internal resources from unauthorized access.

Get AI-powered remediation steps tailored to your asset.

Try AI Solutions →

Check your infrastructure.
Right now.

11,000+ scanners. Free to start. No credit card required.

CVE-2026-33534 Scanner - Server-Side Request Forgery vulnerability in EspoCRM | S4E