CVE-2021-42740

Source
https://cve.org/CVERecord?id=CVE-2021-42740
Import Source
https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-42740.json
JSON Data
https://api.osv.dev/v1/vulns/CVE-2021-42740
Aliases
Downstream
Related
Published
2021-10-21T15:15:07.633Z
Modified
2026-03-10T23:49:08.706297Z
Severity
  • 9.8 (Critical) CVSS_V3 - CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H CVSS Calculator
Summary
[none]
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.

References

Affected packages

Git /

Affected ranges

Database specific

source
"https://storage.googleapis.com/cve-osv-conversion/osv-output/CVE-2021-42740.json"
unresolved_ranges
[
    {
        "events": [
            {
                "introduced": "0"
            },
            {
                "fixed": "1.7.3"
            }
        ]
    }
]