CVE Catalog

CVE-2026-85172

MediumCVSS 6.4
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.25%

17th percentile - higher than 17% of all known CVEs

Summary

n8n versions before 2.34.1 contain a server-side request forgery vulnerability in the legacy request helper function exposed to Code and Function nodes. The validation checks the uri property while the HTTP client uses the url property, allowing bypass and access to internal addresses.

Risk Assessment

An attacker can exploit SSRF to access internal network resources, potentially leading to privilege escalation, data theft, or attacks on other systems.

Recommendation

Update n8n to version 2.34.1 or later and ensure SSRF validation covers all properties used by the HTTP client.

Other vulnerabilities in n8n

See all
Original NVD description (English source)

n8n versions before 2.34.1 contain a server-side request forgery vulnerability in the legacy request helper function exposed to Code and Function nodes. The validation logic checks the uri property for SSRF safety while the underlying HTTP client uses the url property when both are present, allowing attackers to bypass validation by supplying a safe uri alongside a malicious url to access internal addresses.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS