#VU67516 Command Injection in Shell-quote - CVE-2021-42740
Published: September 20, 2022
Shell-quote
substack
Description
The vulnerability allows a remote attacker to execute arbitrary commands on the system.
The vulnerability exists due to improper input validation in the regex designed to support Windows drive letters before passing it into the exec() call. A remote attacker can pass specially crafted payload to the application and execute arbitrary code on the system.