Vulnerabilities

3 via 15 paths

Dependencies

193

Source

GitHub

Commit

134e7660

Find, fix and prevent vulnerabilities in your code.

Severity
  • 3
Status
  • 3
  • 0
  • 0

high severity
new

Uncontrolled resource consumption

  • Vulnerable module: braces
  • Introduced through: @oclif/core@1.26.2, @oclif/plugin-commands@2.2.28 and others

Detailed paths

  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/core@1.26.2 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-commands@2.2.28 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-help@5.2.20 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-not-found@2.4.3 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-plugins@2.4.7 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-update@3.2.4 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5 braces@3.0.2
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-warn-if-update-available@2.1.1 @oclif/core@2.16.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: @oclif/core@1.26.2, @oclif/plugin-commands@2.2.28 and others

Detailed paths

  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/core@1.26.2 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-commands@2.2.28 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-help@5.2.20 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-not-found@2.4.3 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-plugins@2.4.7 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-update@3.2.4 @oclif/core@2.16.0 globby@11.1.0 fast-glob@3.3.2 micromatch@4.0.5
  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-warn-if-update-available@2.1.1 @oclif/core@2.16.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

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: @oclif/plugin-warn-if-update-available@2.1.1

Detailed paths

  • Introduced through: jira-server-cli@JJLongoria/jira-server-cli#134e76600a9500b9626088d808bdefb00b2f0d9c @oclif/plugin-warn-if-update-available@2.1.1 lodash.template@4.5.0

Overview

lodash.template is a The Lodash method _.template exported as a Node.js module.

Affected versions of this package are vulnerable to Command Injection via template.

PoC

var _ = require('lodash');

_.template('', { variable: '){console.log(process.env)}; with(obj' })()

Remediation

There is no fixed version for lodash.template.

References