CVE-2026-44247
Description
Volcano is a Kubernetes-native batch scheduling system. Prior to v1.14.2, v1.13.3, and v1.12.4, the Volcano webhook server does not enforce a size limit on incoming HTTP request bodies. Any in-cluster pod that can reach the webhook endpoint may send an arbitrarily large request body, potentially causing the webhook server to be killed by OOM. All Volcano deployments with the webhook server exposed to in-cluster traffic are affected. This vulnerability is fixed in v1.14.2, v1.13.3, and v1.12.4.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No vendor mitigations ingested yet for this CVE. The mitigation-content worker queues fetches as references arrive — check back in a few minutes, or see the references list below.
Package impact
| Ecosystem | Package | Vulnerable | Fixed |
|---|---|---|---|
| Go | volcano.sh/volcano | <1.12.4 | 1.12.4 |
| Go | volcano.sh/volcano | >=1.13.0,<1.13.3 | 1.13.3 |
| Go | volcano.sh/volcano | >=1.14.0,<1.14.2 | 1.14.2 |
| GO | volcano.sh/volcano | >= 1.14.0, < 1.14.2 | 1.14.2 |
| GO | volcano.sh/volcano | >= 1.13.0, < 1.13.3 | 1.13.3 |
| GO | volcano.sh/volcano | < 1.12.4 | 1.12.4 |
References
CWEs
CWE-400 CWE-770
Verify integrity in audit chain (admin only). AS-IS.