CVE-2026-86590 In Eclipse Che versions 7.79.0 through 7.121.0, the… — CVE Notify — TG.ME

🚨 CVE-2026-86590
In Eclipse Che versions 7.79.0 through 7.121.0, the dashboard backend's POST /dashboard/api/data/resolver endpoint passes a caller-supplied URL directly to an outbound HTTP GET request with no host filtering. An authenticated user can exploit this server-side request forgery (SSRF) to read responses from internal network addresses, including the cloud instance metadata service (169.254.169.254), loopback interfaces, RFC-1918 private ranges, and in-cluster Kubernetes services. The operator-configured allowlist (spec.devEnvironments.allowedSources.urls) is not consulted. The vulnerability is fixed in version 7.122.0, which adds private-address blocking, IPv4-mapped IPv6 bypass prevention, operator allowlist enforcement, and disables HTTP redirects on the outbound request.

🎖@cveNotify
GitHub
fix(security): block SSRF in data resolver route by olexii4 · Pull Request #1655 · eclipse-che/che-dashboard
What does this PR do? Fixes an SSRF vulnerability in POST /dashboard/api/data/resolver that let any authenticated user proxy requests to internal addresses. Root Cause The route passed the caller-s...
September 8, 2026 66 1