Cyber Resilience

CVE-2021-44533

MediumPublic PoC

Published: 24 February 2022

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

Summary

CVE-2021-44533 is a medium-severity Improper Certificate Validation (CWE-295) vulnerability in Nodejs Node.Js. Its CVSS base score is 5.3 (Medium).

Operationally, ranked in the top 41.1% of CVEs by exploit likelihood; it is not currently listed in the CISA KEV catalog; a public proof-of-concept is referenced.

EU & UK References

Vulnerability details

Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 did not handle multi-value Relative Distinguished Names correctly. Attackers could craft certificate subjects containing a single-value Relative Distinguished Name that would be interpreted as a multi-value Relative Distinguished Name, for…

more

example, in order to inject a Common Name that would allow bypassing the certificate subject verification.Affected versions of Node.js that do not accept multi-value Relative Distinguished Names and are thus not vulnerable to such attacks themselves. However, third-party code that uses node's ambiguous presentation of certificate subjects may be vulnerable.

CWE(s)

Related Threats

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

Affected Assets

nodejs
node.js
≤ 12.22.9 · 14.0.0 — 14.18.3 · 16.0.0 — 16.13.2
oracle
graalvm
20.3.5, 21.3.1, 22.0.0.2
oracle
mysql cluster
8.0.29 · ≤ 8.0.29
oracle
mysql connectors
≤ 8.0.28
oracle
mysql enterprise monitor
≤ 8.0.29
oracle
mysql server
≤ 5.7.37 · 8.0.0 — 8.0.28
oracle
mysql workbench
≤ 8.0.28
oracle
peoplesoft enterprise peopletools
8.58, 8.59
debian
debian linux
11.0

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-295

When certificates are used to establish component provenance, the control requires correct certificate validation procedures.

addresses: CWE-295

Mandates approved trust anchors and issuance policies, directly preventing acceptance of unvalidated or untrusted certificates.

addresses: CWE-295

Correct system time is required for proper enforcement of certificate notBefore/notAfter dates and time-based revocation checks.

References