ghsa-hj2p-8wj8-pfq4
Vulnerability from github
Published
2025-06-23 18:30
Modified
2025-06-23 22:41
Severity ?
Summary
kubernetes allows nodes to bypass dynamic resource allocation authorization checks
Details
A vulnerability exists in the NodeRestriction admission controller where nodes can bypass dynamic resource allocation authorization checks. When the DynamicResourceAllocation feature gate is enabled, the controller properly validates resource claim statuses during pod status updates but fails to perform equivalent validation during pod creation. This allows a compromised node to create mirror pods that access unauthorized dynamic resources, potentially leading to privilege escalation.
{ "affected": [ { "database_specific": { "last_known_affected_version_range": "\u003c= 1.32.5" }, "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.32.0" }, { "fixed": "1.32.6" } ], "type": "ECOSYSTEM" } ] }, { "database_specific": { "last_known_affected_version_range": "\u003c= 1.33.1" }, "package": { "ecosystem": "Go", "name": "k8s.io/kubernetes" }, "ranges": [ { "events": [ { "introduced": "1.33.0" }, { "fixed": "1.33.2" } ], "type": "ECOSYSTEM" } ] } ], "aliases": [ "CVE-2025-4563" ], "database_specific": { "cwe_ids": [ "CWE-863" ], "github_reviewed": true, "github_reviewed_at": "2025-06-23T22:41:38Z", "nvd_published_at": "2025-06-23T16:15:27Z", "severity": "LOW" }, "details": "A vulnerability exists in the NodeRestriction admission controller where nodes can bypass dynamic resource allocation authorization checks. When the DynamicResourceAllocation feature gate is enabled, the controller properly validates resource claim statuses during pod status updates but fails to perform equivalent validation during pod creation. This allows a compromised node to create mirror pods that access unauthorized dynamic resources, potentially leading to privilege escalation.", "id": "GHSA-hj2p-8wj8-pfq4", "modified": "2025-06-23T22:41:38Z", "published": "2025-06-23T18:30:26Z", "references": [ { "type": "ADVISORY", "url": "https://nvd.nist.gov/vuln/detail/CVE-2025-4563" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/issues/132151" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/131844" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/131875" }, { "type": "WEB", "url": "https://github.com/kubernetes/kubernetes/pull/131876" }, { "type": "PACKAGE", "url": "https://github.com/kubernetes/kubernetes" }, { "type": "WEB", "url": "https://groups.google.com/g/kubernetes-security-announce/c/Zv84LMRuvMQ" } ], "schema_version": "1.4.0", "severity": [ { "score": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:N/I:N/A:L", "type": "CVSS_V3" } ], "summary": "kubernetes allows nodes to bypass dynamic resource allocation authorization checks" }
Loading...
Loading...
- Seen: The vulnerability was mentioned, discussed, or seen somewhere by the user.
- Confirmed: The vulnerability is confirmed from an analyst perspective.
- Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
- Patched: This vulnerability was successfully patched by the user reporting the sighting.
- Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
- Not confirmed: The user expresses doubt about the veracity of the vulnerability.
- Not patched: This vulnerability was not successfully patched by the user reporting the sighting.