Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions vuln/core/141.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@
],
"vulnerable": "18.x || 20.x || 21.x",
"patched": "^18.20.2 || ^20.12.2 || ^21.7.3",
"ref": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2/",
"ref": "https://nodejs.org/en/blog/vulnerability/april-2024-security-releases-2",
"description": "Command injection via args parameter of child_process.spawn without shell option enabled on Windows",
"overview": "Due to the improper handling of batch files in child_process.spawn / child_process.spawnSync, a malicious command line argument can inject arbitrary commands and achieve code execution even if the shell option is not enabled.",
"affectedEnvironments": [
"win32"
],
"severity": "medium"
"severity": "high"
}
Loading