Critical severity9.8NVD Advisory· Published Jul 24, 2024· Updated Apr 15, 2026
CVE-2024-36533
CVE-2024-36533
Description
Insecure permissions in volcano v1.8.2 allows attackers to access sensitive data and escalate privileges by obtaining the service account's token.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/volcano-sh/volcanoGo | < 1.10.0-alpha.0 | 1.10.0-alpha.0 |
volcano.sh/volcanoGo | < 1.10.0-alpha.0 | 1.10.0-alpha.0 |
Patches
155963f71c76cMerge pull request #3449 from lekaf974/remove-list-secrets-to-controller
2 files changed · +2 −2
installer/helm/chart/volcano/templates/controllers.yaml+1 −1 modified@@ -47,7 +47,7 @@ rules: verbs: ["get", "list", "watch", "create", "delete", "update"] - apiGroups: [""] resources: ["secrets"] - verbs: ["get", "list", "watch", "create", "delete", "update"] + verbs: ["get", "create", "delete", "update"] - apiGroups: ["scheduling.incubator.k8s.io", "scheduling.volcano.sh"] resources: ["podgroups", "queues", "queues/status"] verbs: ["get", "list", "watch", "create", "delete", "update"]
installer/volcano-development.yaml+1 −1 modified@@ -3968,7 +3968,7 @@ rules: verbs: ["get", "list", "watch", "create", "delete", "update"] - apiGroups: [""] resources: ["secrets"] - verbs: ["get", "list", "watch", "create", "delete", "update"] + verbs: ["get", "create", "delete", "update"] - apiGroups: ["scheduling.incubator.k8s.io", "scheduling.volcano.sh"] resources: ["podgroups", "queues", "queues/status"] verbs: ["get", "list", "watch", "create", "delete", "update"]
Vulnerability mechanics
Generated by null/stub on May 9, 2026. Inputs: CWE entries + fix-commit diffs from this CVE's patches. Citations validated against bundle.
References
7- github.com/advisories/GHSA-5g3x-8g2v-r8x8ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2024-36533ghsaADVISORY
- gist.github.com/HouqiyuA/a0e05a26ecc80bd970ac4649faecc930nvdWEB
- github.com/volcano-sh/volcano/commit/55963f71c76cb85cea1cdb9582ea7d58cfbedcf8ghsaWEB
- github.com/volcano-sh/volcano/issues/3446ghsaWEB
- github.com/volcano-sh/volcano/pull/3449ghsaWEB
- pkg.go.dev/vuln/GO-2024-3034ghsaWEB
News mentions
0No linked articles in our index yet.