Lucene search

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

CVE-2023-39333

2024-09-0716:00:36
hackerone
www.cve.org
3
webassembly
javascript
node.js
vulnerability
data access

EPSS

0

Percentile

9.5%

Maliciously crafted export names in an imported WebAssembly module can inject JavaScript code. The injected code may be able to access data and functions that the WebAssembly module itself does not have access to, similar to as if the WebAssembly module was a JavaScript module.

This vulnerability affects users of any active release line of Node.js. The vulnerable feature is only available if Node.js is started with the --experimental-wasm-modules command line option.

CNA Affected

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