PatchSiren

PatchSiren cyber security CVE debrief

CVE-2026-88877 traefik CVE debrief

CVE-2026-88877 debrief based on the supplied source corpus. The CVE record was published on 2026-09-10T14:17:16.023Z and has not been modified since then. The NVD entry is currently Analyzed. This vulnerability affects Traefik instances with specific Kubernetes ingress-nginx configurations, potentially allowing authentication bypass and removal of protective middleware. Defenders should assess exposure and apply the patch to version 3.7.12. The issue arises from Traefik's Kubernetes ingress-nginx provider mishandling certain Ingress annotations, creating a 'sibling' router that can bypass authentication and middleware.

Vendor
traefik
Product
Unknown
CVSS
CRITICAL 9.3
CISA KEV
Not listed in stored evidence
Original CVE published
2026-09-10
Original CVE updated
2026-09-14
Advisory published
2026-09-10
Advisory updated
2026-09-14

Who should care

Defenders and administrators of Traefik instances, particularly those with Kubernetes ingress-nginx configurations, should assess exposure and apply the patch. This includes verifying Traefik version, reviewing Ingress configurations, and ensuring protective middleware is applied correctly. Security teams and vulnerability management teams should prioritize patch application and configuration review for Traefik instances with specific configurations.

Why it matters

CVE-2026-88877 is a critical vulnerability in Traefik's Kubernetes ingress-nginx provider, potentially allowing authentication bypass and removal of protective middleware. Defenders should prioritize patch application, configuration review, and exposure assessment for Traefik instances.

  • Potential authentication bypass for protected backend services
  • Removal of annotation-derived middleware, including source-IP allowlisting
  • Need for verification of Traefik version and configuration exposure
  • Priority for patch application and configuration review

Technical summary

Traefik's Kubernetes ingress-nginx provider mishandles Ingresses with specific annotations, creating a 'sibling' router that can bypass authentication and middleware. This occurs in versions >= v3.7.0 and <= v3.7.11, where the provider creates an additional router that matches on the host alone, carries only the RedirectRegex middleware, and still points at the parent router's protected backend service. Because RedirectRegex is not a terminal handler, a request whose pattern does not match is forwarded to the backend, potentially bypassing authentication and protective middleware.

Defensive priority

Defenders should prioritize verifying and applying the patch (to version 3.7.12) and assess exposure for Traefik instances with specific configurations.

Recommended defensive actions

  • Verify Traefik version and assess exposure for instances with specific configurations
  • Apply the patch to version 3.7.12
  • Review and update Ingress configurations to prevent similar issues
  • Confirm whether affected product deployments exist in managed environments and assign an owner for follow-up
  • Review compensating controls for exposed systems while remediation is scheduled and verified
  • Check relevant monitoring, detection, and logs for exposed assets that need extra review
  • Track exceptions, retest remediated assets, and close the item only after evidence is documented

Evidence notes

The issue arises from Traefik's Kubernetes ingress-nginx provider mishandling certain Ingress annotations, leading to potential authentication bypass and middleware removal. Official sources confirm the vulnerability in versions >= v3.7.0 and <= v3.7.11.

Sources and references

Verified primary and authoritative sources

  • CVE-2026-88877 CVE Program record

    Publisher, destination, and source semantics verified

    URL: https://www.cve.org/CVERecord?id=CVE-2026-88877

    CVE Program - Official CVE Program record with source-provided CVE metadata.

  • CVE-2026-88877 NVD vulnerability detail

    Publisher, destination, and source semantics verified

    URL: https://nvd.nist.gov/vuln/detail/CVE-2026-88877

    NIST National Vulnerability Database - Official NIST NVD detail page and source-specific vulnerability assessment.

Supplemental references

  • Source reference

    Unverified legacy reference

    URL: https://github.com/traefik/traefik/security/advisories/GHSA-cjr6-pf59-jq29

    [email protected] - Patch, Vendor Advisory

  • Source reference

    Unverified legacy reference

    URL: https://www.vulncheck.com/advisories/traefik-3.7.0-authentication-bypass-via-from-to-www-redirect

    [email protected] - Third Party Advisory

Methodology and review provenance

AI-assisted synthesis based on stored public vulnerability evidence. System validation, approval state, and publication status do not by themselves establish human review of this revision. PatchSiren helps prioritize defensive review and does not prove exposure or remediation on any system.