Maliciously crafted export names in an imported...
Moderate severity
Unreviewed
Published
Sep 7, 2024
to the GitHub Advisory Database
•
Updated Sep 9, 2024
Description
Published by the National Vulnerability Database
Sep 7, 2024
Published to the GitHub Advisory Database
Sep 7, 2024
Last updated
Sep 9, 2024
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.References