Lucene search

K
cvelistHackeroneCVELIST:CVE-2023-30588
HistoryNov 28, 2023 - 7:15 p.m.

CVE-2023-30588

2023-11-2819:15:19
hackerone
www.cve.org
10
vulnerability
crypto
x509certificate
dos attacks
node.js
versions

AI Score

6.4

Confidence

High

EPSS

0.001

Percentile

30.0%

When an invalid public key is used to create an x509 certificate using the crypto.X509Certificate() API a non-expect termination occurs making it susceptible to DoS attacks when the attacker could force interruptions of application processing, as the process terminates when accessing public key info of provided certificates from user code. The current context of the users will be gone, and that will cause a DoS scenario. This vulnerability affects all active Node.js versions v16, v18, and, v20.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "vendor": "Node.js",
    "product": "Node.js",
    "versions": [
      {
        "version": "16.20.1",
        "status": "affected",
        "lessThan": "16.20.1",
        "versionType": "semver"
      },
      {
        "version": "18.16.1",
        "status": "affected",
        "lessThan": "18.16.1",
        "versionType": "semver"
      },
      {
        "version": "20.3.1",
        "status": "affected",
        "lessThan": "20.3.1",
        "versionType": "semver"
      }
    ]
  }
]