Vulnerabilities

1 via 1 paths

Dependencies

8

Source

GitHub

Commit

385747c3

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-http-transport@trooba/trooba-http-transport#385747c393ab8f7593e92266b4b36ea02fe7917c 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