Istio is an open platform to connect, manage, and secure microservices. In versions 1.12.0 and 1.12.1 Istio is vulnerable to a privilege escalation attack. Users who have CREATE
permission for gateways.gateway.networking.k8s.io
objects can escalate this privilege to create other resources that they may not have access to, such as Pod
. This vulnerability impacts only an Alpha level feature, the Kubernetes Gateway API. This is not the same as the Istio Gateway type (gateways.networking.istio.io), which is not vulnerable. Users are advised to upgrade to resolve this issue. Users unable to upgrade should implement any of the following which will prevent this vulnerability: Remove the gateways.gateway.networking.k8s.io CustomResourceDefinition, set PILOT_ENABLE_GATEWAY_API_DEPLOYMENT_CONTROLLER=true environment variable in Istiod, or remove CREATE permissions for gateways.gateway.networking.k8s.io objects from untrusted users.
The product performs an authorization check when an actor attempts to access a resource or perform an action, but it does not correctly perform the check. This allows attackers to bypass intended access restrictions.
Name | Vendor | Start Version | End Version |
---|---|---|---|
Istio | Istio | 1.12.0 (including) | 1.12.0 (including) |
Istio | Istio | 1.12.0-alpha0 (including) | 1.12.0-alpha0 (including) |
Istio | Istio | 1.12.0-alpha1 (including) | 1.12.0-alpha1 (including) |
Istio | Istio | 1.12.0-alpha5 (including) | 1.12.0-alpha5 (including) |
Istio | Istio | 1.12.0-beta0 (including) | 1.12.0-beta0 (including) |
Istio | Istio | 1.12.0-beta1 (including) | 1.12.0-beta1 (including) |
Istio | Istio | 1.12.0-beta2 (including) | 1.12.0-beta2 (including) |
Istio | Istio | 1.12.0-rc1 (including) | 1.12.0-rc1 (including) |
Istio | Istio | 1.12.1 (including) | 1.12.1 (including) |
Assuming a user with a given identity, authorization is the process of determining whether that user can access a given resource, based on the user’s privileges and any permissions or other access-control specifications that apply to the resource. When access control checks are incorrectly applied, users are able to access data or perform actions that they should not be allowed to perform. This can lead to a wide range of problems, including information exposures, denial of service, and arbitrary code execution.