Cyber Resilience

CVE-2026-71327

Published
06 August 2026
Modified
07 August 2026
CVSS Score v4 7.6
Click a component to see what it means
Raw vectorCVSS:4.0/AV:N/AC:L/AT:P/PR:L/UI:N/VC:H/VI:H/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
EPSS Score 0.0036 29th percentile
Risk Priority 37 floored blend · peak EPSS

Summary

CVE-2026-71327 is a high-severity Use of Multiple Resources with Duplicate Identifier (CWE-694) vulnerability. Its CVSS base score is 7.6 (High).

Operationally, ranked at the 29th percentile by exploit likelihood (below the median); it is not currently listed in the CISA KEV catalog.

The strongest mitigations our analysis identified map to IA-4 (Identifier Management) — see the control section below for these in your framework.

EU & UK References

Vulnerability Data

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…

more

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.

CWE(s)

Related Threats

CVEs Like This One

CVE-2024-41146Shared CWE-694
CVE-2026-5794Shared CWE-694
CVE-2026-57024Shared CWE-694
CVE-2025-13609Shared CWE-694
CVE-2023-20100Shared CWE-694
CVE-2025-59048Shared CWE-694

Affected Assets

Mitigating Controls

Control response

Prevent
Stop it (NIST 800-53)

Detect
Catch it (NIST detect / respond)

Harden
Shrink the surface (DISA STIG)

Validate
Prove the fix (OWASP ASVS)
  • V8.4.1
  • V3.5.4
  • V6.8.1
  • V9.2.4

Mitigating Controls (NIST 800-53 r5) AI

Identifier management directly requires authorization and uniqueness controls that stop duplicate resource identifiers from being assigned or used.

Mitigating Controls (NIST CSF 2.0) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→CSF cross-walk (authority under review) — links open the control.

ID.AM-02 mostly match
prevents

Maintaining software/service inventories requires and enforces unique identifiers to avoid collisions.

PR.AA-01 mostly match
prevents

Managing identities and credentials for users/services/hardware directly requires unique identifiers.

ID.AM-08 partial match
prevents

Lifecycle management of assets includes identifier uniqueness as a supporting practice.

Mitigating Controls (ISO/IEC 27001:2022 Annex A) AI

Derived directly from the weakness types (CWEs) cited in the NVD entry via our AI-authored CWE→ISO cross-walk (authority under review) — links open the control.

finds

Security testing can detect duplicate identifiers before deployment.

prevents

Identity management processes that enforce unique identifiers directly prevent duplicate resource IDs.

prevents

Secure development lifecycle practices can catch duplicate-ID issues during design and code review.

prevents

Secure coding standards can mandate unique identifier generation and validation.

degrades

Configuration management ensures unique identifiers are assigned and maintained across resources.

References