Node.jsApplication

CVE-2021-44533

MEDIUM · 5.3 CVSS v3.1 Published 2022-02-24
Fix available
A fix is available. Upgrade to 8.0.29 / 12.22.9 or later.
See remediation →
62/100
Remediation priority · Elevated
Public exploit Remotely reachable No privileges Zero-click Patch available

Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.

NVD · unedited
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 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.

Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.

dbcve analysis
How this class of weakness works · CWE-295

The application does not properly validate the TLS certificate presented by the other side — skipping the chain, the hostname, or expiry — so an attacker with a forged or mismatched certificate can sit in the middle of a supposedly secure connection. It is a common trap in custom clients and misconfigured libraries. The fix is full certificate validation, and never disabling verification to make errors go away.

General guidance for the improper certificate validation class — the official description and references above are authoritative for this specific CVE. Want a bespoke review and a reviewed fix? Ask our team →

Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.

NVD · CPE data
Node.jsApplication
Affected:< 12.22.9>= 14.0.0, < 14.18.3>= 16.0.0, < 16.13.2>= 17.0.0, < 17.3.1
Debian LinuxOperating system
Affected:= 11.0
GraalvmApplication
Affected:= 20.3.5= 21.3.1= 22.0.0.2
Mysql ClusterDatabase / datastore
Affected:< 8.0.29= 8.0.29
Mysql ConnectorsDatabase / datastore
Affected:<= 8.0.28
Mysql Enterprise MonitorDatabase / datastore
Affected:<= 8.0.29
Mysql ServerDatabase / datastore
Affected:<= 5.7.37>= 8.0.0, <= 8.0.28
Mysql WorkbenchDatabase / datastore
Affected:<= 8.0.28

CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.

From the vector
Attack vector
Network
Complexity
Low
Privileges
None
User interaction
None
Scope
Unchanged
Confidentiality
None
Integrity
Low
Availability
None

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N

Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.

dbcve · scoped
Upgrade available Upgrade to 8.0.29 / 12.22.9 / 14.18.3 or later
Fixed in 8.0.2912.22.914.18.3
Vendor patch www.oracle.com →
Recommended fix High confidence

Node.js 12.22.9+ (12.x), 14.18.3+ (14.x), 16.13.2+ (16.x), or 17.3.1+ (17.x) depending on your current major version

  1. Identify the current Node.js version by running 'node --version'
  2. Determine which major version line you are on (12.x, 14.x, 16.x, or 17.x)
  3. For Node.js 12.x: Upgrade to version 12.22.9 or later
  4. For Node.js 14.x: Upgrade to version 14.18.3 or later
  5. For Node.js 16.x: Upgrade to version 16.13.2 or later
  6. For Node.js 17.x: Upgrade to version 17.3.1 or later
  7. After upgrade, verify the fix by running 'node --version' to confirm the new version is installed
  8. Test application functionality to ensure the upgrade does not break existing functionality
Caveat Upgrading Node.js major versions may introduce breaking changes in application code; review Node.js release notes for any deprecations or API changes relevant to your application

Generated from the published advisory — verify against the referenced sources before acting.

We can perform the upgrade in your staging environment and verify nothing breaks — typical engagement from $1,600. Get the upgrade done

Scan for this in your stack

Free · runs locally
dbcve dependency scanner

Check whether your project pulls in CVE-2021-44533 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.

References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.

Primary sources

Practitioner notes

Contributed

Peer-ranked notes from engineers who’ve handled CVE-2021-44533 in production — separate from our analysis above.

No notes yet

Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.

What this is

A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.

What belongs here
  • Verified mitigations, workarounds, and config changes
  • Version or environment caveats, and links to real fixes
  • No weaponised exploit code, or anything meant to cause harm
  • No spam, self-promotion, credentials, or personal data