CVE-2026-41052: Rancher Privilege Escalation from Project Owner to Host
Impact
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: 1. Cluster Access: The user is granted Cluster Member access. 2. Project Ownership: The user creates or is assigned ownership of a project. 3. Namespace Creation: The user creates a namespace within that project. 4. PSA Modification: The user modifies the namespace PSA configuration to use the privileged profile. 5. 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: - Deploy Container - Escape to Host - Exploitation for Privilege Escalation
Reference: Kubernetes Pod Security Standards — Privileged Profile
Patches This vulnerability is resolved by modifying the project-owner role to explicitly define the allowed verbs for projects resources instead of using the wildcard () permission.
The updated role configuration removes access to the updatepsa verb. This prevents project owners from modifying PSA settings in a manner that could enable privilege escalation.
Patched versions of Rancher include releases v2.12.10, v2.13.6, and v2.14.2.
Workarounds If upgrading is not immediately possible, administrators should create a custom project role based on the existing Project Owner role, while removing unrestricted wildcard permissions for project resources.
The allowed verbs for projects should be restricted to: “get, update, delete, patch, create, list, watch, deletecollection” instead of “”.
This prevents access to the updatepsa capability that enables the privilege escalation path.
References If you have any questions or comments about this advisory: - Reach out to the SUSE Rancher Security team for security related inquiries. - Open an issue in the Rancher repository. - Verify with our support matrix and product support lifecycle.
Other sources
Improper privilege handling could be used by users with Project Owner role to escalate privileges, in Rancher versions 2.14 before 2.14.2, 2.13 before 2.13.6, and 2.12 before 2.12.10.
— NVD
Affected Software
Remediation
Recommended actions to resolve this vulnerability, in priority order.
- Upgrade
Upgrade
go/github.com/rancher/rancherto a version that resolves this vulnerability.Fixed in 0.0.0-20260513182521-2800aaac25b5 - Upgrade
Upgrade
go/github.com/rancher/rancherto a version that resolves this vulnerability.Fixed in 2.12.10 - Upgrade
Upgrade
go/github.com/rancher/rancherto a version that resolves this vulnerability.Fixed in 2.13.6 - Upgrade
Upgrade
go/github.com/rancher/rancherto a version that resolves this vulnerability.Fixed in 2.14.2 - Upgrade
Upgrade
Rancher Managerto a version that resolves this vulnerability.Fixed in 2.12.10 - Upgrade
Upgrade
Rancher Managerto a version that resolves this vulnerability.Fixed in 2.13.6 - Upgrade
Upgrade
Rancher Managerto a version that resolves this vulnerability.Fixed in 2.14.2 - Configuration
Modify the `project-owner` role to explicitly restrict the allowed verbs for the `projects` resource to `get`, `update`, `delete`, `patch`, `create`, `list`, `watch`, `deletecollection` instead of using the wildcard `(*)` permission.
Rancher project-owner role Allowed verbs for projects resources = get, update, delete, patch, create, list, watch, deletecollection - Configuration
Update the `project-owner` role configuration to remove access to the `updatepsa` verb so project owners cannot modify Pod Security Admission (PSA) labels to enable privilege escalation.
Rancher project-owner role Access to updatepsa verb = removed
Event History
Frequently Asked Questions
What is the severity of CVE-2026-41052?
CVE-2026-41052 has a risk score of 58, indicating a moderate level of severity.
How do I fix CVE-2026-41052?
To mitigate CVE-2026-41052, upgrade Rancher to version 2.14.2 or later, 2.13.6 or later, or 2.12.10 or later.
Who is affected by CVE-2026-41052?
Users with the Project Owner role in affected versions of Rancher can exploit this vulnerability.
What can an attacker do with CVE-2026-41052?
An attacker can escalate their privileges from Project Owner to higher privileges in Rancher.
When was CVE-2026-41052 published?
CVE-2026-41052 was published on June 29, 2026.