rvvergara / advanced-web-developer-bootcamp-notes-examples-and-exercises

Examples and Exercises compiled. From the awesome Advanced Web Developer Bootcamp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CVE-2021-23386 (Medium) detected in dns-packet-1.3.1.tgz

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

CVE-2021-23386 - Medium Severity Vulnerability

Vulnerable Library - dns-packet-1.3.1.tgz

An abstract-encoding compliant module for encoding / decoding DNS packets

Library home page: https://registry.npmjs.org/dns-packet/-/dns-packet-1.3.1.tgz

Path to dependency file: /Section26-Create-React-App-and-Props/recipe-props-starter/package.json

Path to vulnerable library: /Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json,/Section28-The-Virtual-DOM-Events-and-Forms/memory-game-exercise/node_modules/dns-packet/package.json

Dependency Hierarchy:

  • react-scripts-1.1.4.tgz (Root Library)
    • webpack-dev-server-2.9.4.tgz
      • bonjour-3.5.0.tgz
        • multicast-dns-6.2.3.tgz
          • dns-packet-1.3.1.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

This affects the package dns-packet before 5.2.2. It creates buffers with allocUnsafe and does not always fill them before forming network packets. This can expose internal application memory over unencrypted network when querying crafted invalid domain names.

Publish Date: 2021-05-20

URL: CVE-2021-23386

CVSS 3 Score Details (6.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2021-05-20

Fix Resolution (dns-packet): 1.3.2

Direct dependency fix Resolution (react-scripts): 1.1.5


Step up your Open Source Security Game with Mend here