org.webjars.npm:lodash.template@3.0.0 vulnerabilities

  • latest version

    4.5.0

  • first published

    9 years ago

  • latest version published

    5 years ago

  • licenses detected

  • package registry

  • Direct Vulnerabilities

    Known vulnerabilities in the org.webjars.npm:lodash.template package. This does not include vulnerabilities belonging to this package’s dependencies.

    How to fix?

    Automatically find and fix vulnerabilities affecting your projects. Snyk scans for vulnerabilities and provides fixes for free.

    Fix for free
    VulnerabilityVulnerable Version
    • H
    Code Injection

    org.webjars.npm:lodash.template is a The Lodash method _.template exported as a Node.js module.

    Affected versions of this package are vulnerable to Code Injection via template.

    PoC

    var _ = require('lodash');
    
    _.template('', { variable: '){console.log(process.env)}; with(obj' })()
    

    How to fix Code Injection?

    There is no fixed version for org.webjars.npm:lodash.template.

    [0,)