CVE-2026-29777
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedTraefik is an HTTP reverse proxy and load balancer. Prior to 3.6.10, A tenant with write access to an HTTPRoute resource can inject backtick-delimited rule tokens into Traefik's router rule language via unsanitized header or query parameter match values. In shared gateway deployments, this can bypass listener hostname constraints and redirect traffic for victim hostnames to attacker-controlled backends. This vulnerability is fixed in 3.6.10.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceTraefik versions before 3.6.10 contain an injection vulnerability in the router rule language. Tenants with write access to HTTPRoute resources can inject backtick-delimited rule tokens through unsanitized header or query parameter match values. In shared gateway deployments, this allows attackers to bypass listener hostname constraints and redirect traffic from victim hostnames to attacker-controlled backends.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data< 3.6.10CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- None
- Integrity
- High
- Availability
- None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Identify Traefik versionRun 'traefik version' or inspect the Traefik Docker image tag, Helm chart version, or Kubernetes deployment manifest to determine the installed versionAffected if The installed version is before 3.6.10 (any 3.x version below 3.6.10, or any 2.x version)
-
Confirm HTTPRoute usageList all HTTPRoute resources in the cluster using 'kubectl get httproute -A' or inspect YAML manifests in your configuration repositoryAffected if HTTPRoute resources are defined and applied in the environment
-
Identify header match rulesInspect each HTTPRoute for 'match' entries under 'headerMatches' and check if 'value' fields contain any backtick characters (`)Affected if Any HTTPRoute contains headerMatches with values that include backtick characters
-
Identify query parameter match rulesInspect each HTTPRoute for 'match' entries under 'queryParamMatches' and check if 'value' fields contain any backtick characters (`)Affected if Any HTTPRoute contains queryParamMatches with values that include backtick characters
You are affected if running Traefik version below 3.6.10 AND you have HTTPRoute resources with header or query parameter match values containing backtick characters.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped3.6.10
Upgrade Traefik to version 3.6.10 or later. Additionally, review and validate HTTPRoute configurations to ensure header and query parameter match values are properly sanitized before deployment.
Traefik 3.6.10
- Identify your current Traefik version using `traefik --version`
- Review the Traefik 3.6.10 release notes for any migration or configuration changes
- Plan a maintenance window for the upgrade
- Backup your current Traefik configuration files
- Stop the running Traefik instance
- Install Traefik version 3.6.10 using your package manager or by downloading the binary from the official releases
- Verify the new binary version using `traefik --version`
- Restore or update your configuration files as needed based on 3.6.10 release notes
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation3.0 h
- Implementation6.0 h
- Testing5.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,752.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-29777 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-29777 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data