Vulnerabilities

2 via 4 paths

Dependencies

120

Source

GitHub

Find, fix and prevent vulnerabilities in your code.

Severity
  • 2
Status
  • 2
  • 0
  • 0

high severity
new

Uncontrolled Recursion

  • Vulnerable module: braces
  • Introduced through: jest-environment-jsdom@29.7.0

Detailed paths

  • Introduced through: cloudbees-openfeature-provider-browser@rollout/cloudbees-openfeature-provider-browser jest-environment-jsdom@29.7.0 @jest/fake-timers@29.7.0 jest-message-util@29.7.0 micromatch@4.0.8 braces@3.0.3
  • Introduced through: cloudbees-openfeature-provider-browser@rollout/cloudbees-openfeature-provider-browser jest-environment-jsdom@29.7.0 @jest/environment@29.7.0 @jest/fake-timers@29.7.0 jest-message-util@29.7.0 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

high severity
new

Improper Validation of Specified Quantity in Input

  • Vulnerable module: cssom
  • Introduced through: jest-environment-jsdom@29.7.0

Detailed paths

  • Introduced through: cloudbees-openfeature-provider-browser@rollout/cloudbees-openfeature-provider-browser jest-environment-jsdom@29.7.0 jsdom@20.0.3 cssom@0.5.0
  • Introduced through: cloudbees-openfeature-provider-browser@rollout/cloudbees-openfeature-provider-browser jest-environment-jsdom@29.7.0 jsdom@20.0.3 cssstyle@2.3.0 cssom@0.3.8

Overview

Affected versions of this package are vulnerable to Improper Validation of Specified Quantity in Input via CSSStyleDeclaration.setProperty(), which fails to validate reserved property names. An attacker can supply a stylesheet containing a declaration named length, replacing the internal counter and triggering excessive memory allocation during cssText serialization, causing process termination.

Remediation

There is no fixed version for cssom.

References