CVE-2026-71327

Summary

Traefik is an open source HTTP reverse proxy and load balancer. From 3.0.0 until 3.6.25 and 3.7.10, Traefik's Kubernetes Gateway API provider in pkg/provider/kubernetes/gateway/httproute.go, grpcroute.go, tcproute.go, and tlsroute.go builds HTTPRoute, GRPCRoute, TCPRoute, and TLSRoute router and service identities by hyphen-concatenating namespace, route name, Gateway identity, entry point, and rule index, allowing colliding Routes to overwrite another namespace's backend. This issue is fixed in 3.6.25 and 3.7.10.

Affected Software

VendorProductVersion RangeStatus
traefiktraefik>= 3.0.0, < 3.6.25affected
traefiktraefik>= 3.7.0, < 3.7.10affected

Weaknesses

  • CWE-694: CWE-694: Use of Multiple Resources with Duplicate Identifier

References