Envoy is a cloud-native high-performance edge/middle/service proxy. In versions prior to 1.22.1 if Envoy attempts to send an internal redirect of an HTTP request consisting of more than HTTP headers, there’s a lifetime bug which can be triggered. If while replaying the request Envoy sends a local reply when the redirect headers are processed, the downstream state indicates that the downstream stream is not complete. On sending the local reply, Envoy will attempt to reset the upstream stream, but as it is actually complete, and deleted, this result in a use-after-free. Users are advised to upgrade. Users unable to upgrade are advised to disable internal redirects if crashes are observed.
References
Link | Resource |
---|---|
https://github.com/envoyproxy/envoy/commit/fe7c69c248f4fe5a9080c7ccb35275b5218bb5ab | Patch Third Party Advisory |
https://github.com/envoyproxy/envoy/security/advisories/GHSA-rm2p-qvf6-pvr6 | Third Party Advisory |
Configurations
History
16 Jun 2022, 19:31
Type | Values Removed | Values Added |
---|---|---|
CWE | CWE-416 | |
References | (CONFIRM) https://github.com/envoyproxy/envoy/security/advisories/GHSA-rm2p-qvf6-pvr6 - Third Party Advisory | |
References | (MISC) https://github.com/envoyproxy/envoy/commit/fe7c69c248f4fe5a9080c7ccb35275b5218bb5ab - Patch, Third Party Advisory | |
CPE | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* | |
CVSS |
v2 : v3 : |
v2 : 5.0
v3 : 7.5 |
09 Jun 2022, 20:15
Type | Values Removed | Values Added |
---|---|---|
New CVE |
Information
Published : 2022-06-09 20:15
Updated : 2024-02-04 22:29
NVD link : CVE-2022-29227
Mitre link : CVE-2022-29227
CVE.ORG link : CVE-2022-29227
JSON object : View
Products Affected
envoyproxy
- envoy
CWE
CWE-416
Use After Free