mirror of
https://github.com/0xMarcio/cve.git
synced 2025-11-28 18:48:49 +00:00
18 lines
1009 B
Markdown
18 lines
1009 B
Markdown
### [CVE-2024-32974](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2024-32974)
|
|

|
|

|
|

|
|
|
|
### 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.
|
|
|