Mend.io Vulnerability Database
The largest open source vulnerability database
What is a Vulnerability ID?
New vulnerability? Tell us about it!
WS-2026-0011
Published:June 25, 2026
Updated:July 04, 2026
Server-side request forgery (SSRF) in Istio's Wasm OCI image fetcher. The validateRealmURL function in pkg/wasm/imagefetcher.go validates the WWW-Authenticate bearer realm returned by an OCI registry using net.ParseIP, which returns nil for hostnames, so IP-range blocking is skipped for any non-IP host. A malicious registry can set the realm to internal DNS names (e.g. kubernetes.default.svc, metadata.azure.com), the unspecified address (0.0.0.0, [::], routed to loopback on Linux), or trailing-dot FQDN forms of blocked hosts (localhost., 127.0.0.1., metadata.google.internal.) to make istiod send requests to the Kubernetes API server, in-cluster services, and cloud metadata endpoints.
Do you need more information?
Contact Us
CVSS v4
Base Score:
7.7
Attack Vector
NETWORK
Attack Complexity
LOW
Attack Requirements
NONE
Privileges Required
NONE
User Interaction
NONE
Vulnerable System Confidentiality
NONE
Vulnerable System Integrity
NONE
Vulnerable System Availability
NONE
Subsequent System Confidentiality
HIGH
Subsequent System Integrity
NONE
Subsequent System Availability
NONE
CVSS v3
Base Score:
8.6
Attack Vector
NETWORK
Attack Complexity
LOW
Privileges Required
NONE
User Interaction
NONE
Scope
CHANGED
Confidentiality
HIGH
Integrity
NONE
Availability
NONE