Lucene search

K
cvelistHackeroneCVELIST:CVE-2021-44532
HistoryFeb 24, 2022 - 6:27 p.m.

CVE-2021-44532

2022-02-2418:27:01
CWE-296
hackerone
www.cve.org
6
node.js
sans
injection

AI Score

7

Confidence

High

EPSS

0.005

Percentile

77.5%

Node.js < 12.22.9, < 14.18.3, < 16.13.2, and < 17.3.1 converts SANs (Subject Alternative Names) to a string format. It uses this string to check peer certificates against hostnames when validating connections. The string format was subject to an injection vulnerability when name constraints were used within a certificate chain, allowing the bypass of these name constraints.Versions of Node.js with the fix for this escape SANs containing the problematic characters in order to prevent the injection. This behavior can be reverted through the --security-revert command-line option.

CNA Affected

[
  {
    "product": "https://github.com/nodejs/node",
    "vendor": "n/a",
    "versions": [
      {
        "status": "affected",
        "version": "Fixed in 12.22.9, 14.18.3, 16.13.2, 17.3.1"
      }
    ]
  }
]