CVE-2021-42740 (Critical) detected in shell-quote-1.7.2.tgz
mend-bolt-for-github opened this issue · 0 comments
CVE-2021-42740 - Critical Severity Vulnerability
Vulnerable Library - 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: /package.json
Path to vulnerable library: /node_modules/shell-quote/package.json
Dependency Hierarchy:
- cli-plugin-eslint-3.12.1.tgz (Root Library)
- cli-shared-utils-3.12.1.tgz
- launch-editor-2.2.1.tgz
- ❌ shell-quote-1.7.2.tgz (Vulnerable Library)
- launch-editor-2.2.1.tgz
- cli-shared-utils-3.12.1.tgz
Found in HEAD commit: 2c24e85dea1906af7a927ff4ad7c08294be9a87c
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:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
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
Direct dependency fix Resolution (@vue/cli-plugin-eslint): 4.0.0
Step up your Open Source Security Game with Mend here