Lucene search

K
cvelistHackeroneCVELIST:CVE-2023-32559
HistoryAug 24, 2023 - 1:23 a.m.

CVE-2023-32559

2023-08-2401:23:29
hackerone
www.cve.org
2
node.js
privilege escalation
policy mechanism
cve-2023-32559
api
experimental feature

9.1 High

AI Score

Confidence

High

0.001 Low

EPSS

Percentile

19.3%

A privilege escalation vulnerability exists in the experimental policy mechanism in all active release lines: 16.x, 18.x and, 20.x. The use of the deprecated API process.binding() can bypass the policy mechanism by requiring internal modules and eventually take advantage of process.binding('spawn_sync') run arbitrary code, outside of the limits defined in a policy.json file. Please note that at the time this CVE was issued, the policy is an experimental feature of Node.js.

CNA Affected

[
  {
    "defaultStatus": "unaffected",
    "vendor": "Node.js",
    "product": "Node.js",
    "versions": [
      {
        "version": "20.5.0",
        "status": "affected",
        "lessThanOrEqual": "20.5.0",
        "versionType": "semver"
      },
      {
        "version": "18.17.0",
        "status": "affected",
        "lessThanOrEqual": "18.17.0",
        "versionType": "semver"
      },
      {
        "version": "16.20.1",
        "status": "affected",
        "lessThanOrEqual": "16.20.1",
        "versionType": "semver"
      }
    ]
  }
]