Vulnerabilities |
1 via 4 paths |
|---|---|
Dependencies |
49 |
Source |
GitHub |
Find, fix and prevent vulnerabilities in your code.
high severity
new
- Vulnerable module: braces
- Introduced through: @typescript-eslint/parser@5.62.0 and @typescript-eslint/eslint-plugin@5.62.0
Detailed paths
-
Introduced through: p0f-client@alykoshin/node-p0f-client › @typescript-eslint/parser@5.62.0 › @typescript-eslint/typescript-estree@5.62.0 › globby@11.1.0 › fast-glob@3.3.3 › micromatch@4.0.8 › braces@3.0.3
-
Introduced through: p0f-client@alykoshin/node-p0f-client › @typescript-eslint/eslint-plugin@5.62.0 › @typescript-eslint/utils@5.62.0 › @typescript-eslint/typescript-estree@5.62.0 › globby@11.1.0 › fast-glob@3.3.3 › micromatch@4.0.8 › braces@3.0.3
-
Introduced through: p0f-client@alykoshin/node-p0f-client › @typescript-eslint/eslint-plugin@5.62.0 › @typescript-eslint/type-utils@5.62.0 › @typescript-eslint/typescript-estree@5.62.0 › globby@11.1.0 › fast-glob@3.3.3 › micromatch@4.0.8 › braces@3.0.3
-
Introduced through: p0f-client@alykoshin/node-p0f-client › @typescript-eslint/eslint-plugin@5.62.0 › @typescript-eslint/type-utils@5.62.0 › @typescript-eslint/utils@5.62.0 › @typescript-eslint/typescript-estree@5.62.0 › globby@11.1.0 › 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.