Skip to main content

Allocation of Resources Without Limits or Throttling

CVE-2025-32777

Severity High
Score 8.2/10

Summary

Volcano is a Kubernetes-native batch scheduling system. The attacker's compromise of either the Elastic service or the extender plugin can cause Denial-of-Service of the scheduler. This is a privilege escalation because Volcano users may run their Elastic service and extender plugins in separate pods or nodes from the scheduler. In the Kubernetes security model, node isolation is a security boundary, and as such an attacker is able to cross that boundary in Volcano's case if they have compromised either the vulnerable services or the pod/node in which they are deployed. The scheduler will become unavailable to other users and workloads in the cluster. The scheduler will either crash with an unrecoverable OOM panic or freeze while consuming excessive amounts of memory. This issue affects versions through 1.9.0, 1.10.0-alpha.0 through 1.10.1, 1.11.0-network-topology-preview.0 through 1.11.0-network-topology-preview.2, 1.11.0 through 1.11.1, and 1.12.0-alpha.0 through 1.12.0-alpha.1.

  • HIGH
  • NETWORK
  • NONE
  • NONE

CWE-770 - Allocation of Resources Without Limits or Throttling

The software allocates a reusable resource or group of resources on behalf of an actor without imposing any restrictions on the size or number of resources that can be allocated, in violation of the intended security policy for that actor.

Advisory Timeline

  • Published