Vulnerabilities

1 via 1 paths

Dependencies

219

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity
new

Uncontrolled Recursion

  • Vulnerable module: braces
  • Introduced through: fast-glob@3.3.3

Detailed paths

  • Introduced through: @grekt/cli@grekt-labs/cli fast-glob@3.3.3 micromatch@4.0.8 braces@3.0.3

Overview

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

Affected versions of this package are vulnerable to Uncontrolled Recursion in the recursive AST walkers, which lack depth guards. An attacker can supply deeply nested brace patterns that stay within the character limit to exhaust the call stack and crash the Node.js process with an uncaught RangeError.

Remediation

There is no fixed version for braces.

References