CVE Catalog

CVE-2026-9081

HighCVSS 7.1
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.17%

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

Summary

IBM Langflow OSS versions 1.0.0 through 1.10.3 contain a Server-Side Request Forgery (SSRF) vulnerability in the validate_model_provider_key() function for the Ollama provider. The function accepts a user-supplied OLLAMA_BASE_URL parameter and passes it directly to requests.get() without validation, scheme/host allowlisting, or filtering of private IP ranges.

Risk Assessment

The risk is the potential use of the server to send requests to internal network resources, which could lead to disclosure of sensitive information, attacks on internal services, or privilege escalation.

Recommendation

It is recommended to upgrade IBM Langflow OSS to the latest version and implement validation of the OLLAMA_BASE_URL parameter, including an allowlist of hosts and blocking of private IP addresses.

Other vulnerabilities in IBM Langflow OSS

See all
Original NVD description (English source)

IBM Langflow OSS 1.0.0 through 1.10.3, and 1.0.0 through 1.10.3 contains a Server-Side Request Forgery (SSRF) vulnerability in the validate_model_provider_key() function for the Ollama provider. The function accepts a user-supplied OLLAMA_BASE_URL parameter and passes it directly to requests.get() without validation, scheme/host allowlisting, or filtering of private IP ranges (loopback, RFC1918, link-local addresses).

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