Vulnerabilities

1 via 1 paths

Dependencies

33

Source

GitHub

Commit

1412a2f2

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: eraro@2.1.0

Detailed paths

  • Introduced through: seneca-transport@senecajs/seneca-transport#1412a2f2cc63fdeafdb4efa2afef3eb3285e4bfc eraro@2.1.0 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