VYPR

Shell Quote

by Shell Quote Project

Source repositories

CVEs (3)

  • CVE-2016-10541CriMay 31, 2018
    risk 0.64cvss 9.8epss 0.02

    The npm module "shell-quote" 1.6.0 and earlier cannot correctly escape ">" and "<" operator used for redirection in shell. Applications that depend on shell-quote may also be vulnerable. A malicious user could perform code injection.

  • CVE-2021-42740CriOct 21, 2021
    risk 0.57cvss 9.8epss 0.04

    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…

  • CVE-2026-13311HigJun 25, 2026
    risk 0.42cvss 7.5epss 0.00

    shell-quote prior to 1.8.5 finalizes parsed tokens in parse() using Array.prototype.concat as a reduce accumulator, which reallocates and copies the entire growing array on every iteration. As a result parse() runs in O(n^2) time relative to the number of input tokens. An…