In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applicationsUpgrade shescape to version 2.1.14, 3.0.1 or higher.
shescape is a simple shell escape library
Affected versions of this package are vulnerable to Improper Neutralization via the escape or escapeAll APIs when processing untrusted input containing parentheses on Windows systems configured to use CMD as the shell. An attacker can execute arbitrary commands by injecting specially crafted input that is not properly escaped. This is only exploitable if the application is running on Windows and explicitly configures the shell to CMD or relies on CMD as the default shell.
This vulnerability can be mitigated by removing all instances of ( and ) from untrusted inputs.