7.8

CVE-2021-22883

Node.js before 10.24.0, 12.21.0, 14.16.0, and 15.10.0 is vulnerable to a denial of service attack when too many connection attempts with an 'unknownProtocol' are established. This leads to a leak of file descriptors. If a file descriptor limit is configured on the system, then the server is unable to accept new connections and prevent the process also from opening, e.g. a file. If no file descriptor limit is configured, then this lead to an excessive memory usage and cause the system to run out of memory.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
NodejsNode.Js SwEditionlts Version >= 10.0.0 < 10.24.0
NodejsNode.Js SwEditionlts Version >= 12.0.0 < 12.21.0
NodejsNode.Js SwEditionlts Version >= 14.0.0 < 14.16.0
NodejsNode.Js SwEdition- Version >= 15.0.0 < 15.10.0
FedoraprojectFedora Version32
FedoraprojectFedora Version33
FedoraprojectFedora Version34
OracleGraalvm Version19.3.5 SwEditionenterprise
OracleGraalvm Version20.3.1.2 SwEditionenterprise
OracleGraalvm Version21.0.0.2 SwEditionenterprise
OracleJd Edwards Enterpriseone Tools Version < 9.2.6.0
OracleMysql Cluster Version <= 8.0.25
OracleNosql Database Version < 20.3
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 87.36% 0.994
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 7.8 10 6.9
AV:N/AC:L/Au:N/C:N/I:N/A:C
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-772 Missing Release of Resource after Effective Lifetime

The product does not release a resource after its effective lifetime has ended, i.e., after the resource is no longer needed.