GPU VulnDB

Database/Container, Kubernetes & orchestration

Skipper: unbounded admission request body read lets a client OOM the proxy process

CVSS 4.3CVE-2026-54247Container, Kubernetes & orchestrationcurated

Impact

The admission handler passes the request body straight to io.ReadAll with no size limit, so a large body drives unbounded allocation and an out-of-memory kill of the Skipper process. The blast radius is narrow: only Ingress and RouteGroup admission is disrupted, pod creation and other admission controllers keep working, and Kubernetes restarts the process. For a GPU cluster using Skipper as the ingress layer this means route and ingress changes stall for the duration, while existing traffic routing is unaffected. The record rates availability impact as low (CVSS 4.3).

Who can reach it

An attacker with in-cluster network access to port 9443 and a valid Kubernetes client certificate - so an authenticated in-cluster position, not an anonymous one.

What to do

Upgrade to Skipper 0.26.22 and roll the deployment - a pod restart, no node drain. Meanwhile, restrict network access to the admission port to the API server via NetworkPolicy.

References

Related entries

All Container, Kubernetes & orchestration entries

This entry is curated: imported from vendor advisories with machine assistance, not yet individually verified. Confirm against your vendor's advisory before acting, and report anything wrong.