5.9
CVE-2024-34362
- EPSS 0.02%
- Published 04.06.2024 21:15:34
- Last modified 21.11.2024 09:18:30
- Source security-advisories@github.com
- Teams watchlist Login
- Open Login
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.
Data is provided by the National Vulnerability Database (NVD)
Envoyproxy ≫ Envoy Version < 1.27.6
Envoyproxy ≫ Envoy Version >= 1.28.0 < 1.28.4
Envoyproxy ≫ Envoy Version >= 1.29.0 < 1.29.5
Envoyproxy ≫ Envoy Version >= 1.30.0 < 1.30.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
Type | Source | Score | Percentile |
---|---|---|---|
EPSS | FIRST.org | 0.02% | 0.03 |
Source | Base Score | Exploit Score | Impact Score | Vector string |
---|---|---|---|---|
nvd@nist.gov | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
security-advisories@github.com | 5.9 | 2.2 | 3.6 |
CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H
|
CWE-416 Use After Free
The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.