Not a U.S. government website. NDD is an independent vulnerability database by Volerion and is not affiliated with or endorsed by NIST or NVD.
VOLERION
Volerion Security Research

NOT DEFERRED DATABASE

VULNERABILITIES

CVE-2026-54246 Details

ANALYZED


This CVE record has been analyzed and enriched by NVDAPI.com as an independent party.

Description

Skipper is an HTTP router and reverse proxy for service composition. Prior to 0.27.13, the routesrv component serves cluster-wide control-plane data without application-layer authentication through /routes, /routes/{zone}, /swarm/redis/shards, and /swarm/valkey/shards. The handlers registered in routesrv/routesrv.go, eskipBytes.ServeHTTP in routesrv/eskipbytes.go, RedisHandler.ServeHTTP in routesrv/redishandler.go, and ValkeyHandler.ServeHTTP in routesrv/valkeyhandler.go only restrict HTTP methods and do not authenticate callers. A compromised or otherwise attacker-controlled pod that can reach routesrv on the Kubernetes cluster network can bypass its namespace-scoped RBAC and read Ingress and RouteGroup backend URLs, filter-chain and OAuth or OIDC path details, and Redis or Valkey shard addresses across namespaces. NetworkPolicy can restrict reachability but does not remove the missing-authentication condition, and the established impact is confidentiality exposure rather than direct integrity or availability loss. This issue is fixed in version 0.27.13.

Metrics

References to Advisories, Solutions, and Tools

By selecting these links, you will be leaving this site. These are references gathered from the official CVE record and are not endorsed by Volerion.

Weakness Enumeration

CWE-IDCWE NameSource
CWE-306Missing Authentication for Critical Function[email protected]

Affected Products

ProductVersions
Zalando Skipper
< 0.27.13 (semver)

CPE

  • cpe:2.3:a:zalando:skipper:*:*:*:*:*:*:*:*

Remediation

  • Upgrade: 0.27.13moderate effort
  • Workaround:moderate effort

    Configure authentication for all routesrv HTTP endpoints (e.g., basic auth, bearer token, mTLS, or shared secret) using the flag '-route-server-filters=""'.

  • Mitigation:moderate effort

    Deploy Kubernetes NetworkPolicies to restrict ingress to routesrv, allowing only the data-plane skipper pod selectors.

  • Mitigation:moderate effort

    Consider implementing mutual TLS authentication between data-plane and control-plane components.

Change History

2 change records found show changes


QUICK INFO

CVE Dictionary Entry:
CVE-2026-54246
NVD Published Date:
Sep 14, 2026
NVD Last Modified:
Sep 16, 2026
Source:
[email protected]
CVE-2026-54246 Details - Not Deferred