Learn about CVE-2019-11247 where Kubernetes kube-apiserver allows unauthorized access to cluster-scoped resources. Find out the impacted versions and mitigation steps.
Kubernetes kube-apiserver mistakenly allows access to a cluster-scoped custom resource if the request is made as if the resource were namespaced. Learn about the impact, technical details, and mitigation steps.
Understanding CVE-2019-11247
The kube-apiserver in Kubernetes has a flaw that grants access to a custom resource scoped to the entire cluster when requested as if limited to a specific namespace.
What is CVE-2019-11247?
The vulnerability allows a user with access to a resource in one namespace to manipulate cluster-scoped resources based on their namespace privileges.
The Impact of CVE-2019-11247
Technical Details of CVE-2019-11247
Vulnerability Description
The kube-apiserver in Kubernetes incorrectly enforces authorizations for custom resources, leading to unauthorized access.
Affected Systems and Versions
Exploitation Mechanism
The flaw allows users to manipulate cluster-scoped resources by exploiting namespace-specific privileges.
Mitigation and Prevention
Immediate Steps to Take
Long-Term Security Practices
Patching and Updates