8.2

CVE-2022-21824

Due to the formatting logic of the "console.table()" function it was not safe to allow user controlled input to be passed to the "properties" parameter while simultaneously passing a plain object with at least one property as the first parameter, which could be "__proto__". The prototype pollution has very limited control, in that it only allows an empty string to be assigned to numerical keys of the object prototype.Node.js >= 12.22.9, >= 14.18.3, >= 16.13.2, and >= 17.3.1 use a null protoype for the object these properties are being assigned to.

Daten sind bereitgestellt durch National Vulnerability Database (NVD)
NodejsNode.Js SwEditionlts Version >= 12.0.0 < 12.22.9
NodejsNode.Js SwEditionlts Version >= 14.0.0 < 14.18.3
NodejsNode.Js SwEditionlts Version >= 16.0.0 < 16.13.2
NodejsNode.Js SwEdition- Version >= 17.0.0 < 17.3.1
OracleMysql Cluster Version <= 8.0.29
OracleMysql Connectors Version <= 8.0.28
OracleMysql Enterprise Monitor Version <= 8.0.29
OracleMysql Server Version <= 8.0.29
OracleMysql Workbench Version <= 8.0.28
DebianDebian Linux Version10.0
DebianDebian Linux Version11.0
NetappOncommand Insight Version-
NetappSnapcenter Version-
Zu dieser CVE wurde keine CISA KEV oder CERT.AT-Warnung gefunden.
EPSS Metriken
Typ Quelle Score Percentile
EPSS FIRST.org 0.4% 0.599
CVSS Metriken
Quelle Base Score Exploit Score Impact Score Vector String
nvd@nist.gov 8.2 3.9 4.2
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
nvd@nist.gov 6.4 10 4.9
AV:N/AC:L/Au:N/C:N/I:P/A:P
CWE-1321 Improperly Controlled Modification of Object Prototype Attributes ('Prototype Pollution')

The product receives input from an upstream component that specifies attributes that are to be initialized or updated in an object, but it does not properly control modifications of attributes of the object prototype.

CWE-471 Modification of Assumed-Immutable Data (MAID)

The product does not properly protect an assumed-immutable element from being modified by an attacker.