Vulnerabilities

1 via 1 paths

Dependencies

5

Source

GitHub

Commit

3976c465

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: trooba-http-api@2.1.1

Detailed paths

  • Introduced through: trooba-xhr-transport@trooba/trooba-xhr-transport#3976c465456de40861649d3bac9fad251c9021eb trooba-http-api@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