Cyber Resilience

CVE-2022-21824

High

Published: 24 February 2022

Published
24 February 2022
Modified
21 November 2024
KEV Added
Patch
CVSS Score v3.1 8.2 CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
EPSS Score 0.0034 57.1th percentile
Risk Priority 17 60% EPSS · 20% KEV · 20% CVSS

Summary

CVE-2022-21824 is a high-severity MAID (CWE-471) vulnerability in Nodejs Node.Js. Its CVSS base score is 8.2 (High).

Operationally, ranked in the top 42.9% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog.

EU & UK References

Vulnerability details

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,…

more

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.

CWE(s)

Related Threats

No named actor attribution yet. ATT&CK technique mapping in progress for this CVE.

Affected Assets

nodejs
node.js
12.0.0 — 12.22.9 · 14.0.0 — 14.18.3 · 16.0.0 — 16.13.2
oracle
mysql cluster
≤ 8.0.29
oracle
mysql connectors
≤ 8.0.28
oracle
mysql enterprise monitor
≤ 8.0.29
oracle
mysql server
≤ 8.0.29
oracle
mysql workbench
≤ 8.0.28
oracle
peoplesoft enterprise peopletools
8.58, 8.59
debian
debian linux
10.0, 11.0
netapp
oncommand insight
all versions
netapp
oncommand workflow automation
all versions
+1 more product configuration(s) — see NVD for full list

Mitigating Controls

Likely Mitigating Controls AI

Per-CVE control mapping for this CVE has not run yet; the list below is derived from the weakness types (CWEs) cited in the NVD entry.

addresses: CWE-471

Checksums and integrity protection during transformation/packing detect unauthorized modification of data assumed to be immutable before it is transmitted.

References