CVE-2026-41413 PUBLISHED

Istio Vulnerable to SSRF via RequestAuthentication jwksUri

Assigner: GitHub_M
Reserved: 20.04.2026 Published: 07.05.2026 Updated: 07.05.2026

Istio is an open platform to connect, manage, and secure microservices. Prior to versions 1.28.6 and 1.29.2, when a RequestAuthentication resource is created with a jwksUri pointing to an internal service, istiod makes an unauthenticated HTTP GET request to that URL without filtering out localhost or link local ips. This can result in sensitive data being distributed to Envoy proxies via xDS configuration. This issue has been patched in versions 1.28.6 and 1.29.2.

Metrics

CVSS Vector: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:L/I:N/A:N
CVSS Score: 5

Product Status

Vendor istio
Product istio
Versions
  • Version < 1.28.6 is affected
  • Version >= 1.29.0-alpha.0, < 1.29.2 is affected

References

Problem Types

  • CWE-918: Server-Side Request Forgery (SSRF) CWE