nycbeardo / react-todolist

To do list built in React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2020-8116 (High) detected in dot-prop-4.2.0.tgz

mend-bolt-for-github opened this issue · comments

CVE-2020-8116 - High Severity Vulnerability

Vulnerable Library - dot-prop-4.2.0.tgz

Get, set, or delete a property from a nested object using a dot path

Library home page: https://registry.npmjs.org/dot-prop/-/dot-prop-4.2.0.tgz

Path to dependency file: /react-todolist/package.json

Path to vulnerable library: /node_modules/dot-prop/package.json

Dependency Hierarchy:

  • react-scripts-3.0.1.tgz (Root Library)
    • optimize-css-assets-webpack-plugin-5.0.1.tgz
      • cssnano-4.1.10.tgz
        • cssnano-preset-default-4.0.7.tgz
          • postcss-merge-rules-4.0.3.tgz
            • postcss-selector-parser-3.1.1.tgz
              • dot-prop-4.2.0.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Prototype pollution vulnerability in dot-prop npm package versions before 4.2.1 and versions 5.x before 5.1.1 allows an attacker to add arbitrary properties to JavaScript language constructs such as objects.

Publish Date: 2020-02-04

URL: CVE-2020-8116

CVSS 3 Score Details (7.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: Low
    • Integrity Impact: Low
    • Availability Impact: Low

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-8116

Release Date: 2020-02-04

Fix Resolution (dot-prop): 4.2.1

Direct dependency fix Resolution (react-scripts): 3.1.0


Step up your Open Source Security Game with Mend here