Vulnerabilities

1 via 1 paths

Dependencies

14

Source

GitHub

Commit

405630a0

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity
new

Uncontrolled resource consumption

  • Vulnerable module: braces
  • Introduced through: chokidar@3.6.0

Detailed paths

  • Introduced through: @seneca/s3-store@senecajs/seneca-s3-store#405630a0d4dc94517b977c1f2e619c2482035a7a chokidar@3.6.0 braces@3.0.2

Overview

braces is a Bash-like brace expansion, implemented in JavaScript.

Affected versions of this package are vulnerable to Uncontrolled resource consumption due to failing to limit the number of characters it can handle, through the parse function. An attacker can cause the application to allocate excessive memory and potentially crash by sending imbalanced braces as input.

Remediation

There is no fixed version for braces.

References