### [CVE-2024-32974](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32974) ![](https://img.shields.io/static/v1?label=Product&message=envoy&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=%3D%20%3E%3D%201.30.0%2C%20%3C%3D%2011.30.1%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-416%3A%20Use%20After%20Free&color=brighgreen) ### Description 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. ### POC #### Reference - https://github.com/envoyproxy/envoy/security/advisories/GHSA-mgxp-7hhp-8299 #### Github No PoCs found on GitHub currently.