Skip to main content

Volcano Webhook CVE-2026-44247

MEDIUM
Uncontrolled Resource Consumption (CWE-400)
2026-05-08 https://github.com/volcano-sh/volcano GHSA-8wxp-xxp2-rcgx
6.8
CVSS 3.1 · GitHub Advisory
Share

Severity by source

GitHub Advisory PRIMARY
6.8 MEDIUM
AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
vuln.today AI
6.8 MEDIUM

Adjacent vector (in-cluster only), low privilege required (pod execution), scope change reflects admission control disruption beyond the webhook process, availability-only impact.

3.1 AV:A/AC:L/PR:L/UI:N/S:C/C:N/I:N/A:H
4.0 AV:A/AC:L/AT:N/PR:L/UI:N/VC:N/VI:N/VA:H/SC:N/SI:N/SA:H
SUSE
HIGH
qualitative

Primary rating from GitHub Advisory.

CVSS VectorGitHub Advisory

Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
Low
User Interaction
None
Scope
Changed
Confidentiality
None
Integrity
None
Availability
High

Lifecycle Timeline

3
Source Code Evidence Fetched
Jul 23, 2026 - 22:44 vuln.today
Analysis Generated
Jul 23, 2026 - 22:44 vuln.today
CVE Published
May 08, 2026 - 20:44 nvd
MEDIUM 6.8

DescriptionGitHub Advisory

Impact

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.

Patches

This issue will be fixed in the following versions:

  • v1.14.2
  • v1.13.3
  • v1.12.4

Users running versions below these should upgrade accordingly.

Workarounds

No known workarounds. Upgrade to the patched versions listed above.

AnalysisAI

Uncontrolled resource consumption in the Volcano webhook server allows any in-cluster pod with low-privilege access to exhaust the webhook process memory by streaming an arbitrarily large HTTP request body, resulting in an OOM kill. All Volcano deployments across the v1.12.x, v1.13.x, and v1.14.x release lines are affected until the respective patch versions. No public exploit or active exploitation has been identified; EPSS sits at 0.02% (7th percentile), consistent with low observed exploitation activity, though the availability impact on cluster admission control elevates operational priority for multi-tenant environments.

Technical ContextAI

Volcano (pkg:go/volcano.sh/volcano) is a CNCF incubating Kubernetes-native batch scheduling system written in Go, commonly used for HPC, ML, and data-pipeline workloads. Its webhook server implements Kubernetes admission webhooks over HTTPS. The root cause is CWE-400 (Uncontrolled Resource Consumption): Go's net/http server does not impose a default cap on request body size, so without an explicit call to http.MaxBytesReader (or equivalent middleware) before reading the body, a caller can stream unbounded data. The CVSS vector AV:A reflects that the webhook service is reachable only from within the cluster network, and S:C (scope change) captures the fact that a crash of the admission webhook propagates disruption to all Kubernetes admission control paths Volcano handles, affecting objects beyond the webhook process itself.

RemediationAI

Upgrade Volcano to the patched release corresponding to your current branch: v1.12.4 for 1.12.x deployments, v1.13.3 for 1.13.x, or v1.14.2 for 1.14.x. The vendor confirms no workarounds exist for unpatched versions. Full advisory and release details are available at https://github.com/volcano-sh/volcano/security/advisories/GHSA-8wxp-xxp2-rcgx. Until patching is complete, operators can reduce exposure by tightening Kubernetes NetworkPolicy rules to restrict which pods can reach the Volcano webhook service port (typically TCP/443), limiting access to only the kube-apiserver and explicitly authorized namespaces. This reduces the attack surface but does not eliminate the vulnerability if the kube-apiserver itself is used as a relay, and it may interfere with legitimate admission webhook flows if misconfigured. Ensure the webhook server pod is configured with a memory limit and a restart policy so OOM kills result in automatic recovery, minimizing downtime even if an attack occurs.

Vendor StatusVendor

SUSE

Severity: Important
Product Status
SUSE Linux Enterprise Server 16.1 Affected
SUSE Linux Enterprise Server for SAP applications 16.1 Affected
SUSE Linux Enterprise Module for Package Hub 15 SP5 Affected
SUSE Linux Enterprise Module for Package Hub 15 SP6 Affected
openSUSE Leap 15.5 Affected

Share

CVE-2026-44247 vulnerability details – vuln.today

This site uses cookies essential for authentication and security. No tracking or analytics cookies are used. Privacy Policy