Vulnerabilities

1 via 5 paths

Dependencies

64

Source

GitHub

Commit

8d761b00

Find, fix and prevent vulnerabilities in your code.

Severity
  • 1
Status
  • 1
  • 0
  • 0

high severity

Command Injection

  • Vulnerable module: lodash.template
  • Introduced through: seneca@3.32.1

Detailed paths

  • Introduced through: @seneca/doc@voxgig/seneca-doc#8d761b008476c9dd696d232cf16347c854c053fb seneca@3.32.1 eraro@2.1.0 lodash.template@4.5.0
  • Introduced through: @seneca/doc@voxgig/seneca-doc#8d761b008476c9dd696d232cf16347c854c053fb seneca@3.32.1 norma@3.0.0 eraro@2.1.0 lodash.template@4.5.0
  • Introduced through: @seneca/doc@voxgig/seneca-doc#8d761b008476c9dd696d232cf16347c854c053fb seneca@3.32.1 seneca-transport@8.0.0 eraro@2.1.0 lodash.template@4.5.0
  • Introduced through: @seneca/doc@voxgig/seneca-doc#8d761b008476c9dd696d232cf16347c854c053fb seneca@3.32.1 use-plugin@9.1.0 eraro@2.1.0 lodash.template@4.5.0
  • Introduced through: @seneca/doc@voxgig/seneca-doc#8d761b008476c9dd696d232cf16347c854c053fb seneca@3.32.1 use-plugin@9.1.0 norma@2.0.2 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