Vulnerabilities

2 via 6 paths

Dependencies

154

Source

GitHub

Commit

37bf5cc1

Find, fix and prevent vulnerabilities in your code.

Severity
  • 2
Status
  • 2
  • 0
  • 0

high severity
new

Uncontrolled resource consumption

  • Vulnerable module: braces
  • Introduced through: stylelint@16.5.0

Detailed paths

  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 micromatch@4.0.5 braces@3.0.2
  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 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

high severity
new

Inefficient Regular Expression Complexity

  • Vulnerable module: micromatch
  • Introduced through: stylelint@16.5.0

Detailed paths

  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 micromatch@4.0.5
  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: iammenasco-blue@iammenasco/iammenasco-blue#37bf5cc1f13c90bd2801e83696ae54fcb496a987 stylelint@16.5.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5

Overview

Affected versions of this package are vulnerable to Inefficient Regular Expression Complexity due to the use of unsafe pattern configurations that allow greedy matching through the micromatch.braces() function. An attacker can cause the application to hang or slow down by passing a malicious payload that triggers extensive backtracking in regular expression processing.

Remediation

A fix was pushed into the master branch but not yet published.

References