Command Injection Affecting lodash.template Open this link in a new tab package, versions *
Exploit Maturity
Proof of concept
Attack Complexity
Low
Privileges Required
High
Confidentiality
High
Integrity
High
Availability
High
Do your applications use this vulnerable package?
In a few clicks we can analyze your entire application and see what components are vulnerable in your application, and suggest you quick fixes.
Test your applications-
snyk-id
SNYK-JS-LODASHTEMPLATE-1088054
-
published
15 Feb 2021
-
disclosed
17 Nov 2020
-
credit
Marc Hassan
Introduced: 17 Nov 2020
CVE-2021-23337 Open this link in a new tabHow to fix?
There is no fixed version for lodash.template
.
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' })()