CVE-2026-44247
Analyzed
Analyzed - Analysis Complete
Memory Exhaustion in Volcano Kubernetes Webhook Server
Publication date: 2026-05-27
Last updated on: 2026-06-02
Assigner: GitHub, Inc.
Description
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.
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| linuxfoundation | volcano | to 1.12.4 (exc) |
| linuxfoundation | volcano | From 1.13.0 (inc) to 1.13.3 (exc) |
| linuxfoundation | volcano | From 1.14.0 (inc) to 1.14.2 (exc) |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-770 | The product allocates a reusable resource or group of resources on behalf of an actor without imposing any intended restrictions on the size or number of resources that can be allocated. |
| CWE-400 | The product does not properly control the allocation and maintenance of a limited resource. |