6.5

CVE-2024-34364

Exploit

Envoy is a cloud-native, open source edge and service proxy. Envoy exposed an out-of-memory (OOM) vector from the mirror response, since async HTTP client will buffer the response with an unbounded buffer.

Data is provided by the National Vulnerability Database (NVD)
EnvoyproxyEnvoy Version < 1.27.6
EnvoyproxyEnvoy Version >= 1.28.0 < 1.28.4
EnvoyproxyEnvoy Version >= 1.29.0 < 1.29.5
EnvoyproxyEnvoy Version >= 1.30.0 < 1.30.2
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Type Source Score Percentile
EPSS FIRST.org 0.02% 0.046
CVSS Metriken
Source Base Score Exploit Score Impact Score Vector string
nvd@nist.gov 6.5 2.8 3.6
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
security-advisories@github.com 5.7 2.1 3.6
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H
CWE-400 Uncontrolled Resource Consumption

The product does not properly control the allocation and maintenance of a limited resource, thereby enabling an actor to influence the amount of resources consumed, eventually leading to the exhaustion of available resources.

CWE-787 Out-of-bounds Write

The product writes data past the end, or before the beginning, of the intended buffer.