Shescape is a simple shell escape library for JavaScript. Prior to 2.1.14 and 3.0.1, getEscapeFunction in src/internal/win/cmd.js does not escape ( and ) when applications use the escape or escapeAll APIs on Windows with shell set to cmd.exe, or with shell set to true when CMD is the default. An attacker-controlled argument can break out of a parenthesized CMD construct and inject shell syntax depending on the original command, resulting in arbitrary command execution. This issue is fixed in versions 2.1.14 and 3.0.1.
{
"cna_assigner": "GitHub_M",
"cwe_ids": [
"CWE-150",
"CWE-78"
],
"osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/73xxx/CVE-2026-73414.json"
}{
"extracted_events": [
{
"introduced": "0"
},
{
"fixed": "2.1.14"
},
{
"introduced": "3.0.0"
},
{
"fixed": "3.0.1"
}
],
"source": [
"AFFECTED_FIELD",
"REFERENCES"
]
}