Vulnerability Report

CVE-2022-21824

Title: Node.js console.table() Prototype Pollution

Prototype Pollution

Proof Of Concept

No public PoC currently indexed for CVE-2022-21824.

CWE Category CWE-1321
Published Date Feb 24, 2022
Modified Date Nov 21, 2024
Exploit Status Not Found
Score 8.2 CVSS v3.1
Exploit Probability (EPSS)
0.34%

Vulnerability Summary

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.

CVSS v3.1
Source Entity [email protected]
Severity HIGH
8.2
Attack Vector
NETWORK
Complexity
LOW
Privileges
N/A
Interaction
NONE
Confidentiality
N/A
Integrity
N/A
Availability
N/A
Scope
UNCHANGED
RAW VECTOR CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H
CVSS v2.0
Source Entity [email protected]
Severity MEDIUM
6.4
Access Vector
N/A
Authentication
N/A
RAW VECTOR AV:N/AC:L/Au:N/C:N/I:P/A:P

Associated Attack Patterns (CAPEC)

Total: Patterns

CVE-2022-21824 Exploits & PoCs (Proof Of Concept)

No public PoCs found in our database for this CVE.

MODIFIED

Vulnerability data or affected products updated.

PUBLISHED

Vulnerability first announced in NVD.

Attack Vector Matrix

Access Vector NETWORK
Complexity LOW
Privileges N/A
Interaction NONE
CVSS Vector String CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:H

Affected Stack

No specific products linked.