mirror of
https://github.com/0xMarcio/cve.git
synced 2025-06-19 17:30:12 +00:00
991 B
991 B
CVE-2024-34362
Description
Envoy is a cloud-native, open source edge and service proxy. There is a use-after-free in HttpConnectionManager
(HCM) with EnvoyQuicServerStream
that can crash Envoy. An attacker can exploit this vulnerability by sending a request without FIN
, then a RESET_STREAM
frame, and then after receiving the response, closing the connection.
POC
Reference
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-hww5-43gv-35jv
- https://github.com/envoyproxy/envoy/security/advisories/GHSA-hww5-43gv-35jv
Github
No PoCs found on GitHub currently.