CVE-2026-41052: Rancher has Privilege Escalation from Project Owner to Host
A vulnerability has been identified in Rancher Manager that allows users assigned the Project Owner role to modify Pod Security Admission (PSA) labels on namespaces within their projects. Under the default role configuration, an attacker with the following access pattern can exploit this issue:
- Cluster Access: The user is granted Cluster Member access.
- Project Ownership: The user creates or is assigned ownership of a project.
- Namespace Creation: The user creates a namespace within that project.
- PSA Modification: The user modifies the namespace PSA configuration to use the privileged profile.
- Privilege Escalation: The user deploys privileged workloads within the namespace.
As outlined in the Kubernetes Pod Security Standards documentation, privileged containers disable core Kubernetes security protections, allowing workloads to bypass standard container isolation boundaries. This can result in privilege escalation within the cluster environment.
Potential impacts include:
- Deployment of privileged containers
- Access to host-level resources
- Container breakout
- Cluster privilege escalation
- Compromise of workloads running on affected nodes
Please refer to the associated MITRE ATT&CK techniques for further information about this category of attack:
Reference: Kubernetes Pod Security Standards — Privileged Profile
References
Code Behaviors & Features
Detect and mitigate CVE-2026-41052 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →