EnvoyApplication · Envoyproxy

CVE-2026-26330

HIGH · 7.5 CVSS v3.1 Published 2026-03-10
Fix available
A fix is available. Upgrade to 1.34.13 / 1.35.8 or later.
See remediation →
84/100
Remediation priority · High
Remotely reachable No privileges Zero-click

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 · unedited
Envoy is a high-performance edge/middle/service proxy. Prior to 1.37.1, 1.36.5, 1.35.8, and 1.34.13, At the rate limit filter, if the response phase limit with apply_on_stream_done in the rate limit configuration is enabled and the response phase limit request fails directly, it may crash Envoy. When both the request phase limit and response phase limit are enabled, the safe gRPC client instance will be re-used for both the request phase request and response phase request. But after the request phase request is done, the inner state of the request phase limit request in gRPC client is not cleaned up. When a second limit request is sent at response phase, and the second limit request fails directly, the previous request's inner state may be accessed and result in crash. This vulnerability is fixed in 1.37.1, 1.36.5, 1.35.8, and 1.34.13.

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 confidence

In Envoy's rate limit filter, when both request phase and response phase rate limits are enabled with apply_on_stream_done, the gRPC client instance is reused. After the request phase completes, the inner state is not cleaned up. When the response phase limit request is sent and fails directly, the previous request's inner state is accessed, causing a crash due to improper state management in the reused gRPC client.

MitigationUpgrade Envoy to version 1.37.1, 1.36.5, 1.35.8, or 1.34.13 or later. If upgrade is not immediately possible, review rate limit configurations and consider disabling apply_on_stream_done in response phase limits as a temporary measure.

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
EnvoyApplication
Affected:< 1.34.13>= 1.35.0, < 1.35.8>= 1.36.0, < 1.36.5= 1.37.0

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
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
None
Availability
High

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/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 checks

Work through these to decide whether this CVE applies to you.

  1. Check Envoy version
    Run 'envoy --version' or check the Envoy binary version
    Affected if The version falls within: < 1.34.13, >= 1.35.0 and < 1.35.8, >= 1.36.0 and < 1.36.5, or exactly 1.37.0
  2. Verify rate limit filter is enabled
    Review Envoy configuration files (YAML/JSON) for presence of 'envoy.filters.http.rate_limit' in the http_connection_manager filter chain
    Affected if The rate limit filter is present in the filter chain
  3. Confirm request phase rate limit is configured
    Inspect the rate limit filter configuration for any 'domain' and 'stage' definitions that include 'request_type' or general rate limit descriptors applied to incoming requests
    Affected if Request phase rate limits are defined with stage >= 0
  4. Confirm response phase rate limit is configured
    Inspect the rate limit filter configuration for response phase limits, specifically look for 'apply_on_stream_done' set to true in the rate limit action definitions
    Affected if Response phase rate limits are configured with apply_on_stream_done enabled (set to true)
  5. Check for gRPC rate limit service configuration
    Inspect the rate limit filter configuration for 'rate_limit_service' referencing a gRPC service, typically 'envoy.service.rate_limit.v3.RateLimitService'
    Affected if A gRPC-based rate limit service is configured (not local rate limiting)

Envoy is affected if the version is vulnerable AND the rate limit filter is enabled with BOTH request and response phase limits using a gRPC service where response phase has apply_on_stream_done enabled.

Generated from the published advisory. Verify against your own configuration.

Check your environment

Paste your version and any relevant configuration and it will be compared against the affected criteria above. Do not include secrets or credentials.

AI-assisted, checked against the advisory. Informational, not a guarantee.

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 · scoped
Upgrade available Upgrade to 1.34.13 / 1.35.8 / 1.36.5 or later
Fixed in 1.34.131.35.81.36.5
Interim mitigation

Upgrade Envoy to version 1.37.1, 1.36.5, 1.35.8, or 1.34.13 or later. If upgrade is not immediately possible, review rate limit configurations and consider disabling apply_on_stream_done in response phase limits as a temporary measure.

Recommended fix High confidence

Upgrade to Envoy 1.34.13 (for 1.34.x), 1.35.8 (for 1.35.x), 1.36.5 (for 1.36.x), or 1.37.1 (for 1.37.x)

  1. Identify the currently deployed Envoy version using 'envoy --version' or checking the deployment manifests
  2. Determine the appropriate fixed version based on your current branch: for 1.34.x upgrade to 1.34.13, for 1.35.x upgrade to 1.35.8, for 1.36.x upgrade to 1.36.5, for 1.37.x upgrade to 1.37.1
  3. Obtain the fixed Envoy binary or container image from the official Envoy releases (https://github.com/envoyproxy/envoy/releases)
  4. Test the upgrade in a staging or non-production environment to verify the fix and check for regressions
  5. Deploy the upgraded Envoy version to production
Caveat Major version upgrades may introduce breaking changes; review the Envoy release notes for your target version before upgrading

Generated from the published advisory — verify against the referenced sources before acting.

Fix this in Envoy Scoped from the published advisory
  • Consultation2.0 h
  • Implementation4.0 h
  • Testing3.0 h
  • Review / QA1.0 h
10.0 hours of engineering $1,750
Get the upgrade done

An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $2,800.

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2026-26330 — 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 sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2026-26330 in production — separate from our analysis above.

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.

What this is

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.

What belongs here
  • 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