CVE-2026-47205
Last modified
CVE-2026-47205 is a medium-severity vulnerability rated 5.9/10 on the CVSS scale. Envoy is an open source edge and service proxy designed for cloud-native applications. From 1.36.0 until 1.36.9, 1.37.5, and 1.38.3, a Use-After-Free (UAF) vulnerability leading to a sudden segmentation fault exists in Envoy's ext_authz HTTP filter when processing per-route authorization overrides concurrently with rapid downstream client disconnects. EPSS estimates a 0.37% chance of exploitation in the next 30 days.
Description
Envoy is an open source edge and service proxy designed for cloud-native applications. From 1.36.0 until 1.36.9, 1.37.5, and 1.38.3, a Use-After-Free (UAF) vulnerability leading to a sudden segmentation fault exists in Envoy's ext_authz HTTP filter when processing per-route authorization overrides concurrently with rapid downstream client disconnects. During standard request lifecycles, Envoy instantiates the ext_authz filter with a foundational authorization client object (client_). If a matched route dictates a dynamic per-route HTTP or gRPC authorization service override, the filter generates a localized client. In the vulnerable implementation, this transient client aggressively overwrote the default client_ unique pointer by executing client_ = std::move(per_route_client). When a client rapidly establishes and subsequently tears down a stream (such as rapidly refreshing a protected WebSocket endpoint), the downstream triggers the ConnectionManagerImpl::doDeferredStreamDestroy() -> ActiveStream::onResetStream() lifecycle. Envoy immediately sequences Filter::onDestroy() in an attempt to securely abort dispatched asynchronous authorization check transactions via client_->cancel(). By destructing the default client abruptly during initiateCall, a memory lifecycle misalignment occurs within the async client manager. The stream teardown fails to reliably track and cancel the dynamically bound asynchronous authorization tasks, orchestrating a sequence where a late asynchronous callback from the network evaluates against a heavily destroyed ActiveStream validation span, generating a UAF process crash. This vulnerability is fixed in 1.36.9, 1.37.5, and 1.38.3.
Metrics
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Envoyproxy | Envoy | >= 1.36.0, < 1.36.9 |
| Envoyproxy | Envoy | >= 1.37.0, < 1.37.5 |
| Envoyproxy | Envoy | >= 1.38.0, < 1.38.3 |
References
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-mvh9-767w-x47jVendor Advisory, Exploit, Mitigation
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-mvh9-767w-x47jVendor Advisory, Exploit, Mitigation
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-47205?
How severe is CVE-2026-47205?
How do I fix CVE-2026-47205?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-4720Memory safety bugs present in Firefox ESR 140.8, Thunderbird…9.8
- CVE-2026-47200Nuxt is an open-source web development framework for Vue.js.…5.3
- CVE-2026-47201authentik is an open-source identity provider. Prior to vers…8.5
- CVE-2026-47202Kavita is a cross platform reading server. Prior to 0.9.0.2,…9.3
- CVE-2026-47203Authelia is an open-source authentication and authorization …2.9
- CVE-2026-47204Envoy is an open source edge and service proxy designed for …7.5
- CVE-2026-47206Dragonfly is an in-memory data store built for modern applic…2.3
- CVE-2026-47207Envoy is an open source edge and service proxy designed for …6.5
- CVE-2026-47208vm2 is an open source vm/sandbox for Node.js. Prior to versi…10
- CVE-2026-47209vm2 is an open source vm/sandbox for Node.js. Prior to versi…8.6
- CVE-2026-4721Memory safety bugs present in Firefox ESR 115.33, Firefox ES…9.8
- CVE-2026-47210vm2 is an open source vm/sandbox for Node.js. Prior to versi…9.8
Are you affected by CVE-2026-47205?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
