CVE-2026-26330
Use-After-Free Vulnerability in Envoy Rate Limit Filter Causes Crash
Publication date: 2026-03-10
Last updated on: 2026-03-11
Assigner: GitHub, Inc.
Description
Description
CVSS Scores
EPSS Scores
| Probability: | |
| Percentile: |
Meta Information
Affected Vendors & Products
| Vendor | Product | Version / Range |
|---|---|---|
| envoyproxy | envoy | to 1.34.13 (exc) |
| envoyproxy | envoy | From 1.35.0 (inc) to 1.35.8 (exc) |
| envoyproxy | envoy | From 1.36.0 (inc) to 1.36.5 (exc) |
| envoyproxy | envoy | 1.37.0 |
Helpful Resources
Exploitability
| CWE ID | Description |
|---|---|
| CWE-416 | The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer. |
Attack-Flow Graph
AI Powered Q&A
Can you explain this vulnerability to me?
This vulnerability affects Envoy, a high-performance proxy. It occurs in the rate limit filter when both request phase and response phase limits are enabled with the apply_on_stream_done setting. If the response phase limit request fails directly, Envoy may crash because the internal state from the previous request phase limit request is not properly cleaned up before the response phase request is processed.
How can this vulnerability impact me? :
The vulnerability can cause Envoy to crash when certain rate limit requests fail during the response phase. This crash can lead to denial of service, disrupting the availability of services relying on Envoy as a proxy.
How does this vulnerability affect compliance with common standards and regulations (like GDPR, HIPAA)?:
I don't know
How can this vulnerability be detected on my network or system? Can you suggest some commands?
I don't know
What immediate steps should I take to mitigate this vulnerability?
To mitigate this vulnerability, upgrade Envoy to one of the fixed versions: 1.37.1, 1.36.5, 1.35.8, or 1.34.13.