7.5

CVE-2022-22188

Exploit

An Uncontrolled Memory Allocation vulnerability leading to a Heap-based Buffer Overflow in the packet forwarding engine (PFE) of Juniper Networks Junos OS allows a network-based unauthenticated attacker to flood the device with traffic leading to a Denial of Service (DoS). The device must be configured with storm control profiling limiting the number of unknown broadcast, multicast, or unicast traffic to be vulnerable to this issue. This issue affects: Juniper Networks Junos OS on QFX5100/QFX5110/QFX5120/QFX5200/QFX5210/EX4600/EX4650 Series; 20.2 version 20.2R1 and later versions prior to 20.2R2. This issue does not affect: Juniper Networks Junos OS versions prior to 20.2R1.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
JuniperJunos Version20.2 Updater1
   JuniperEx4600 Version-
   JuniperEx4650 Version-
   JuniperQfx5100 Version-
   JuniperQfx5110 Version-
   JuniperQfx5120 Version-
   JuniperQfx5200 Version-
   JuniperQfx5210 Version-
JuniperJunos Version20.2 Updater1-s1
   JuniperEx4600 Version-
   JuniperEx4650 Version-
   JuniperQfx5100 Version-
   JuniperQfx5110 Version-
   JuniperQfx5120 Version-
   JuniperQfx5200 Version-
   JuniperQfx5210 Version-
JuniperJunos Version20.2 Updater1-s2
   JuniperEx4600 Version-
   JuniperEx4650 Version-
   JuniperQfx5100 Version-
   JuniperQfx5110 Version-
   JuniperQfx5120 Version-
   JuniperQfx5200 Version-
   JuniperQfx5210 Version-
JuniperJunos Version20.2 Updater1-s3
   JuniperEx4600 Version-
   JuniperEx4650 Version-
   JuniperQfx5100 Version-
   JuniperQfx5110 Version-
   JuniperQfx5120 Version-
   JuniperQfx5200 Version-
   JuniperQfx5210 Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 1.78% 0.816
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
nvd@nist.gov 4.3 8.6 2.9
AV:N/AC:M/Au:N/C:N/I:N/A:P
sirt@juniper.net 7.5 3.9 3.6
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H
CWE-122 Heap-based Buffer Overflow

A heap overflow condition is a buffer overflow, where the buffer that can be overwritten is allocated in the heap portion of memory, generally meaning that the buffer was allocated using a routine such as malloc().

CWE-789 Memory Allocation with Excessive Size Value

The product allocates memory based on an untrusted, large size value, but it does not ensure that the size is within expected limits, allowing arbitrary amounts of memory to be allocated.