-
Notifications
You must be signed in to change notification settings - Fork 0
GitSecure Vulnerability Report #4
Description
GitSecure Vulnerablility Report
Vulnerabilities discovered in the following manifest file(s)
❌ Manifest File: package-lock.json
Package Name: lodash Version : 4.17.14
Vulnerabilities
CVE ID: GHSA-p6mc-m468-83gw
Severity: Low
Fixed in Version: 4.17.19
Description: Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The function zipObjectDeep allows a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires zipping objects based on user-provided property arrays.
This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.
CVE ID: CVE-2020-8203
Severity: Low
Fixed in Version: 4.17.19
Description: Versions of lodash prior to 4.17.19 are vulnerable to Prototype Pollution. The function zipObjectDeep allows a malicious user to modify the prototype of Object if the property identifiers are user-supplied. Being affected by this issue requires zipping objects based on user-provided property arrays.
This vulnerability causes the addition or modification of an existing property that will exist on all objects and may lead to Denial of Service or Code Execution under specific circumstances.
Package Name: minimist Version : 0.0.8
Vulnerabilities
CVE ID: GHSA-7fhm-mqm4-2wp7
Severity: Medium
Fixed in Version: 0.2.1
Description: **Withdrawn**
GitHub has withdrawn this advisory in place of GHSA-vh95-rmgr-6w4m and GHSA-6chw-6frg-f759.
The reason for withdrawing is that some mistakes were made during the ingestion of CVE-2020-7598
which caused this advisory to be published with incorrect information.
In order to provide accurate advisory information, new advisories were created:
-
minimist: GHSA-vh95-rmgr-6w4m
-
acorn: GHSA-6chw-6frg-f759
CVE ID: GHSA-vh95-rmgr-6w4m
Severity: Low
Fixed in Version: 0.2.1
Description: Affected versions ofminimistare vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype ofObject, causing the addition or modification of an existing property that will exist on all objects.
Parsing the argument--__proto__.y=Pollutedadds ayproperty with valuePollutedto all objects. The argument--__proto__=Pollutedraises and uncaught error and crashes the application.
This is exploitable if attackers have control over the arguments being passed tominimist.
Recommendation
Upgrade to versions 0.2.1, 1.2.3 or later.
CVE ID: CVE-2020-7598
Severity: Low
Fixed in Version: 0.2.1
Description: Affected versions of `minimist` are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of `Object`, causing the addition or modification of an existing property that will exist on all objects.
Parsing the argument --__proto__.y=Polluted adds a y property with value Polluted to all objects. The argument --__proto__=Polluted raises and uncaught error and crashes the application.
This is exploitable if attackers have control over the arguments being passed to minimist.
Recommendation
Upgrade to versions 0.2.1, 1.2.3 or later.