Breaking the Bulkhead: Demystifying Cross-Namespace Reference Vulnerabilities in Kubernetes Operators
Andong Chen, Ziyi Guo, Zhaoxuan Jin, Zhenyuan Li, Yan Chen

TL;DR
This paper investigates a new security vulnerability in Kubernetes Operators called Cross-Namespace Reference Vulnerability, demonstrating how attackers can exploit it to escalate privileges across namespaces, with large-scale evidence and mitigation strategies.
Contribution
First systematic analysis of Cross-Namespace Reference Vulnerability in Kubernetes Operators, including detection methods, real-world measurement, and mitigation approaches.
Findings
Over 14% of Operators are potentially vulnerable.
Discovered 8 confirmed vulnerabilities and 7 CVEs.
Reported vulnerabilities affect major vendors like Red Hat and NVIDIA.
Abstract
Kubernetes Operators, automated tools designed to manage application lifecycles within Kubernetes clusters, extend the functionalities of Kubernetes, and reduce the operational burden on human engineers. While Operators significantly simplify DevOps workflows, they introduce new security risks. In particular, Kubernetes enforces namespace isolation to separate workloads and limit user access, ensuring that users can only interact with resources within their authorized namespaces. However, Kubernetes Operators often demand elevated privileges and may interact with resources across multiple namespaces. This introduces a new class of vulnerabilities, the Cross-Namespace Reference Vulnerability. The root cause lies in the mismatch between the declared scope of resources and the implemented scope of the Operator logic, resulting in Kubernetes being unable to properly isolate the namespace.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsInformation and Cyber Security · Security and Verification in Computing
