Envoy is a cloud-native, open source edge and service proxy. A crash was observed in `EnvoyQuicServerStream::OnInitialHeadersComplete()` with following call stack. It is a use-after-free caused by QUICHE continuing push request headers after `StopReading()` being called on the stream. As after `StopReading()`, the HCM's `ActiveStream` might have already be destroyed and any up calls from QUICHE could potentially cause use after free. 
                
            References
                    | Link | Resource | 
|---|---|
| https://github.com/envoyproxy/envoy/security/advisories/GHSA-mgxp-7hhp-8299 | Exploit Third Party Advisory | 
| https://github.com/envoyproxy/envoy/security/advisories/GHSA-mgxp-7hhp-8299 | Exploit Third Party Advisory | 
Configurations
                    Configuration 1 (hide)
| 
 | 
History
                    21 Nov 2024, 09:16
| Type | Values Removed | Values Added | 
|---|---|---|
| CVSS | v2 : v3 : | v2 : unknown v3 : 5.9 | 
| References | () https://github.com/envoyproxy/envoy/security/advisories/GHSA-mgxp-7hhp-8299 - Exploit, Third Party Advisory | 
12 Jun 2024, 15:16
| Type | Values Removed | Values Added | 
|---|---|---|
| CVSS | v2 : v3 : | v2 : unknown v3 : 7.5 | 
| CPE | cpe:2.3:a:envoyproxy:envoy:*:*:*:*:*:*:*:* | |
| First Time | Envoyproxy Envoyproxy envoy | |
| References | () https://github.com/envoyproxy/envoy/security/advisories/GHSA-mgxp-7hhp-8299 - Exploit, Third Party Advisory | 
05 Jun 2024, 12:53
| Type | Values Removed | Values Added | 
|---|---|---|
| Summary | 
 | 
04 Jun 2024, 21:15
| Type | Values Removed | Values Added | 
|---|---|---|
| New CVE | 
Information
                Published : 2024-06-04 21:15
Updated : 2024-11-21 09:16
NVD link : CVE-2024-32974
Mitre link : CVE-2024-32974
CVE.ORG link : CVE-2024-32974
JSON object : View
Products Affected
                envoyproxy
- envoy
CWE
                
                    
                        
                        CWE-416
                        
            Use After Free
