Vulnerabilities

1 via 1 paths

Dependencies

3

Source

GitHub

Commit

72b56097

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: lodash.template@4.5.0

Detailed paths

  • Introduced through: trooba-http-api@trooba/trooba-http-api#72b56097b63c9665c87d408e87e616a3420e58f1 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