You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character.
mend-bolt-for-githubbot
changed the title
CVE-2021-42740 (High) detected in shell-quote-1.6.1.tgz, shell-quote-1.7.2.tgz
CVE-2021-42740 (Critical) detected in shell-quote-1.6.1.tgz, shell-quote-1.7.2.tgz
Oct 10, 2023
CVE-2021-42740 - Critical Severity Vulnerability
Vulnerable Libraries - shell-quote-1.6.1.tgz, shell-quote-1.7.2.tgz
shell-quote-1.6.1.tgz
quote and parse shell commands
Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.6.1.tgz
Path to dependency file: /wp-content/themes/twentynineteen/package.json
Path to vulnerable library: /wp-content/themes/twentynineteen/node_modules/shell-quote/package.json
Dependency Hierarchy:
shell-quote-1.7.2.tgz
quote and parse shell commands
Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.7.2.tgz
Path to dependency file: /wp-content/themes/twentytwentyone/package.json
Path to vulnerable library: /wp-content/themes/twentytwentyone/node_modules/shell-quote/package.json
Dependency Hierarchy:
Found in HEAD commit: 928b87c3f458bb28df552e1c49bfeb1231a16bcf
Found in base branch: main
Vulnerability Details
The shell-quote package before 1.7.3 for Node.js allows command injection. An attacker can inject unescaped shell metacharacters through a regex designed to support Windows drive letters. If the output of this package is passed to a real shell as a quoted argument to a command with exec(), an attacker can inject arbitrary commands. This is because the Windows drive letter regex character class is {A-z] instead of the correct {A-Za-z]. Several shell metacharacters exist in the space between capital letter Z and lower case letter a, such as the backtick character.
Publish Date: 2021-10-21
URL: CVE-2021-42740
CVSS 3 Score Details (9.8)
Base Score Metrics:
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42740
Release Date: 2021-10-21
Fix Resolution: shell-quote - 1.7.3
Step up your Open Source Security Game with Mend here
The text was updated successfully, but these errors were encountered: