CVE-2026-56742
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 · uneditedCilium is a networking, observability, and security solution. Prior to 1.17.17, 1.18.11, and 1.19.5, Cilium clusters using Gateway API allow users with permissions to create or update namespaced HTTPRoutes to mirror HTTP traffic to any Service in any namespace, bypassing the ReferenceGrant authorization mechanism. Gateway API functionality is disabled by default. This issue is fixed in versions 1.17.17, 1.18.11, and 1.19.5.
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 confidenceIn Cilium clusters with Gateway API enabled, users having permissions to create or update namespaced HTTPRoutes can bypass ReferenceGrant authorization to mirror HTTP traffic to any Service in any namespace, not just permitted ones.
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< 1.17.17>= 1.18.0, < 1.18.11>= 1.19.0, < 1.19.5CVSS 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
- Adjacent
- Complexity
- Low
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- Low
CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:C/C:H/I:H/A:L
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 the installed Cilium versionRun `cilium version` or `kubectl get cilium -o jsonpath='{.items[0].status.version}'` in the cluster, or check the Cilium agent pod image tagAffected if The version is less than 1.17.17, between 1.18.0 and 1.18.11 (exclusive), or between 1.19.0 and 1.19.5 (exclusive)
-
Determine if Gateway API is enabledCheck the Cilium configuration: run `cilium config view | grep gateway-api` or inspect the Cilium Operator/Agent config map for `enable-gateway-api` set to trueAffected if Gateway API is explicitly enabled (value is true), as the vulnerability only applies when this feature is active
-
Check for existing HTTPRoute resourcesRun `kubectl get httproutes -A -o wide` to list all HTTPRoute resources in the clusterAffected if HTTPRoutes exist that reference backendRefs pointing to Services in namespaces other than the HTTPRoute's namespace, especially without corresponding ReferenceGrant objects
-
Verify ReferenceGrant coverage for cross-namespace referencesFor each HTTPRoute with cross-namespace backendRefs, check if a ReferenceGrant exists in the target namespace: `kubectl get referencegrants -n <target-namespace>` and confirm it grants access from the HTTPRoute's namespaceAffected if HTTPRoutes reference Services in other namespaces without a valid ReferenceGrant permitting that access, indicating potential exploitation of this bypass
The environment is affected if Gateway API is enabled AND the Cilium version falls within the affected ranges AND cross-namespace HTTPRoute backendRefs exist without proper ReferenceGrant authorization.
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 · scoped1.17.171.18.111.19.5
Upgrade Cilium to version 1.17.17, 1.18.11, or 1.19.5. If Gateway API is not needed, ensure it remains disabled.
1.17.17, 1.18.11, or 1.19.5 (choose based on current major.minor branch)
- 1. Identify current Cilium version: kubectl get pod -n kube-system -l k8s-app=cilium -o jsonpath='{.items[0].spec.containers[0].image}'
- 2. Determine target version based on your current major.minor: if using 1.17.x upgrade to 1.17.17; if using 1.18.x upgrade to 1.18.11; if using 1.19.x upgrade to 1.19.5
- 3. Review the Cilium upgrade guide at docs.cilium.io/en/stable/operations/upgrade/ for your upgrade path
- 4. Backup current Cilium configuration: helm get values cilium -n kube-system > cilium-values-backup.yaml
- 5. Perform upgrade using Helm: helm upgrade cilium cilium/cilium --version <target-version> -n kube-system -f cilium-values-backup.yaml
- 6. Verify Gateway API CRDs are properly configured post-upgrade
- 7. Confirm the upgrade: kubectl get pod -n kube-system -l k8s-app=cilium and verify all pods are running
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing3.0 h
- Review / QA2.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $3,088.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-56742 — 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-56742 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