PT-2026-52893 · Envoy · Envoy
CVSS v3.1
5.9
Medium
| Vector | AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H |
Name of the Vulnerable Software and Affected Versions
Envoy versions 1.36.0 through 1.36.8
Envoy versions 1.37.0 through 1.37.4
Envoy versions 1.38.0 through 1.38.2
Description
A Use-After-Free (UAF) issue exists in the ext authz HTTP filter when processing per-route authorization overrides concurrently with rapid downstream client disconnects. The filter uses a foundational authorization client object
client , which is overwritten by a localized client when a route dictates a dynamic per-route HTTP or gRPC authorization service override. When a client rapidly establishes and tears down a stream, the ConnectionManagerImpl::doDeferredStreamDestroy() function triggers ActiveStream::onResetStream(), leading to Filter::onDestroy() calling client ->cancel(). This causes a memory lifecycle misalignment where a late asynchronous callback evaluates against a destroyed ActiveStream validation span, resulting in a segmentation fault and process crash.Recommendations
Update to version 1.36.9.
Update to version 1.37.5.
Update to version 1.38.3.
Exploit
Fix
DoS
Use After Free
Found an issue in the description? Have something to add? Feel free to write us 👾
Weakness Enumeration
Related Identifiers
Affected Products
Envoy