Lucene search

K
cvelistHackeroneCVELIST:CVE-2023-30582
HistorySep 07, 2024 - 4:00 p.m.

CVE-2023-30582

2024-09-0716:00:35
hackerone
www.cve.org
3
node.js
vulnerability
permission model
file monitoring
experimental feature

EPSS

0

Percentile

9.5%

A vulnerability has been identified in Node.js version 20, affecting users of the experimental permission model when the --allow-fs-read flag is used with a non-* argument. This flaw arises from an inadequate permission model that fails to restrict file watching through the fs.watchFile API. As a result, malicious actors can monitor files that they do not have explicit read access to.

Please note that at the time this CVE was issued, the permission model is an experimental feature of Node.js.

CNA Affected

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