Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

GitSecure Vulnerability Report #4

Open
ralanlittle opened this issue Aug 26, 2020 · 0 comments
Open

GitSecure Vulnerability Report #4

ralanlittle opened this issue Aug 26, 2020 · 0 comments

Comments

@ralanlittle
Copy link

GitSecure Vulnerablility Report

Vulnerabilities discovered in the following manifest file(s)

Manifest File: package-lock.json

Package Name: acorn Version : 7.1.0

Vulnerabilities
 CVE ID: GHSA-6chw-6frg-f759
 Severity:  Medium
 Fixed in Version:  7.1.1
 Description:  Affected versions of acorn are vulnerable to Regular Expression Denial of Service.

A regex in the form of /[x-\ud800]/u causes the parser to enter an infinite loop.
The string is not valid UTF16 which usually results in it being sanitized before reaching the parser.
If an application processes untrusted input and passes it directly to acorn,
attackers may leverage the vulnerability leading to Denial of Service.

Package Name: lodash Version : 4.17.15

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: Medium
    Fixed in Version: 0.2.1
    Description: minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.

    CVE ID: CVE-2020-7598
    Severity: Medium
    Fixed in Version: 0.2.1
    Description: minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant