Vulnerabilities

1 via 1 paths

Dependencies

79

Source

GitHub

Commit

66bbb1fb

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: @oclif/plugin-help@1.2.11

Detailed paths

  • Introduced through: kaomoji@oclif/kaomoji#66bbb1fbba9aac6255610ed317a61981762d6688 @oclif/plugin-help@1.2.11 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