Server-Side Request Forgery (SSRF) in Istio - CVE-2026-41413
Published: April 20, 2026
Istio
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in RequestAuthentication jwksUri handling when processing a RequestAuthentication resource with a jwksUri pointing to an internal service. A remote user can create a crafted RequestAuthentication resource to disclose sensitive information.
Istiod makes an unauthenticated HTTP GET request to the specified URL without filtering localhost or link-local IP addresses, and the retrieved data can be distributed to Envoy proxies via xDS configuration.