Technical triage of Node.js April 2026 emergency update fixing critical command argument injection on Windows systems.
child_process.spawn() with .bat or .cmd files implicitly invoked cmd.exe without escaping quotes, allowing arbitrary code execution.
| CVE 식별자 | 서브시스템 / 구성 요소 | 영향 | CVSS | 실제 악용 여부? |
|---|---|---|---|---|
| CVE-2024-27980 | child_process Subsystem | Windows Command Injection | 8.8 High | YES (In-The-Wild) |
| CVE-2024-27981 | OpenSSL Quic | Memory Leak | 6.1 Medium | No |
| CVE-2024-27982 | dns.lookup | DNS Rebinding | 5.3 Medium | No |
Examine the JavaScript spawn wrapper in lib/child_process.js escaping batch arguments before passing them to CreateProcessW.