3 matches found
CVE-2026-73055
shescape , a Node.js shell-escape library, is vulnerable to improper tilde (~) escaping in assignment contexts when the Unix shell is configured to "sh" or true and /bin/sh points to BusyBox. The root cause lies in the getEscapeFunction logic in src/internal/unix/busybox.js: untrusted input such ...
CVE-2026-73411
Shescape is a simple shell escape library for JavaScript. Prior to 2.1.14 and 3.0.1, getEscapeFunction in src/internal/unix/dash.js fails to escape after : or = when applications use the escape or escapeAll APIs on Unix with shell set to dash, or with shell set to true when Dash is the default, a...
CVE-2026-73411 Shescape: Home-directory disclosure in assignment context on Unix with Dash
Shescape is a simple shell escape library for JavaScript. Prior to 2.1.14 and 3.0.1, getEscapeFunction in src/internal/unix/dash.js fails to escape after : or = when applications use the escape or escapeAll APIs on Unix with shell set to dash, or with shell set to true when Dash is the default, a...