CVE-2026-15738
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 · uneditedIncorrect behavior order in the Gateway API listener-rule generation in Amazon AWS Load Balancer Controller before 3.4.2 might allow an authenticated remote user to intercept, spoof, or deny another namespace's gRPC traffic on a shared Gateway via a crafted HTTPRoute resource. To mitigate this issue, users should upgrade to version 3.4.2.
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 confidenceThe AWS Load Balancer Controller before version 3.4.2 has an incorrect behavior order in Gateway API listener-rule generation. When multiple HTTPRoute resources across different namespaces target a shared Gateway, the rule ordering logic allows an authenticated user to craft a malicious HTTPRoute that intercepts, spoofs, or denies gRPC traffic destined for routes in other namespaces by manipulating listener priority and rule precedence.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
CVSS 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
- High
- Privileges
- Low
- User interaction
- None
- Scope
- Changed
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:H/PR:L/UI:N/S:C/C:H/I:H/A:H
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 AWS Load Balancer Controller versionRun 'kubectl get deployment -n kube-system aws-load-balancer-controller -o jsonpath="{.spec.template.spec.containers[0].image}"' or check Helm release with 'helm list -n kube-system' and 'helm get values <release> -n kube-system'Affected if The version is before 3.4.2 (e.g., 3.4.1, 3.4.0, earlier)
-
List all HTTPRoute resources in the clusterRun 'kubectl get httproute --all-namespaces -o wide' to see which HTTPRoutes exist and which Gateway they referenceAffected if Multiple HTTPRoutes across different namespaces reference the same Gateway listener
-
Inspect Gateway listener configurationRun 'kubectl get gateway <gateway-name> -n <namespace> -o yaml' and examine the listener spec and attached route names, noting the order in which HTTPRoutes are attachedAffected if Listeners show HTTPRoutes from multiple namespaces with no explicit precedence rules defined
-
Check for unexpected or suspicious route rulesDescribe or get the HTTPRoute resources with 'kubectl describe httproute <name> -n <namespace>' and review hostnames, matches, and filters for anomalous patterns that could intercept other namespace trafficAffected if Any HTTPRoute has overly broad hostnames or path matches that could overlap with routes in other namespaces, or shows unexpected priority values
A user is affected if the AWS Load Balancer Controller version is below 3.4.2 AND multiple HTTPRoute resources from different namespaces target the same Gateway, allowing rule precedence manipulation.
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 · scopedUpgrade AWS Load Balancer Controller to version 3.4.2 or later. Review existing HTTPRoute resources in the cluster for any unauthorized or unexpected rules that may have been created, and ensure proper RBAC policies limit who can create Gateway API resources.
3.4.2
- 1. Identify the namespace where the AWS Load Balancer Controller is deployed (typically 'kube-system' or 'aws-load-balancer-controller').
- 2. Check the current installed version of the controller using: helm list -n <namespace> or kubectl get deployment -n <namespace> -o wide
- 3. If using Helm, upgrade the AWS Load Balancer Controller to version 3.4.2 using: helm upgrade <release-name> aws-load-balancer-controller/aws-load-balancer-controller --version 3.4.2 -n <namespace>
- 4. If using a manifest-based deployment, apply the updated manifest for version 3.4.2 from the AWS Load Balancer Controller GitHub releases.
- 5. Verify the upgrade was successful by checking the controller pod is running and the new version is deployed: kubectl get deployment -n <namespace> -o jsonpath='{.items[*].spec.template.spec.containers[*].image}'
- 6. Ensure Gateway API resources (GRPCRoute, HTTPRoute) continue to function correctly after the upgrade.
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation3.0 h
- Testing3.0 h
- Review / QA1.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,512.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-15738 — 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-15738 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