CVE-2026-73414 PUBLISHED

Shescape: Shell injection via unescaped parentheses on Windows with CMD

Assigner: GitHub_M
Reserved: 12.08.2026 Published: 12.08.2026 Updated: 12.08.2026

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.

Metrics

CVSS Vector: CVSS:4.0/AV:N/AC:L/AT:P/PR:N/UI:N/VC:H/VI:H/VA:H/SC:N/SI:N/SA:N
CVSS Score: 9.2

Product Status

Vendor ericcornelissen
Product shescape
Versions
  • Version < 2.1.14 is affected
  • Version >= 3.0.0, < 3.0.1 is affected

References

Problem Types

  • CWE-78: Improper Neutralization of Special Elements used in an OS Command ('OS Command Injection') CWE
  • CWE-150: Improper Neutralization of Escape, Meta, or Control Sequences CWE