Giter VIP home page Giter VIP logo

blah-blah-blah's Introduction

Hi My name is Nutthapat Piasangka

Web Developer

  • ๐ŸŒย  I'm based in Bangkok Thailand
  • โœ‰๏ธย  You can contact me at [email protected]

Skills

JavaScript TypeScript HTML5 React NextJs Angular CSS3 Sass Bootstrap Material UI Redux NodeJS Express MongoDB MySQL Firebase XD Figma

Socials

Badges

My GitHub Stats

n-devs's GitHub stats

GitHub Commits Graph

Top Languages

blah-blah-blah's People

Contributors

mend-bolt-for-github[bot] avatar n-devs avatar

Watchers

 avatar

blah-blah-blah's Issues

WS-2019-0032 (High) detected in js-yaml-3.8.4.tgz

WS-2019-0032 - High Severity Vulnerability

Vulnerable Library - js-yaml-3.8.4.tgz

YAML 1.2 parser and serializer

Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/js-yaml/package.json

Dependency Hierarchy:

  • eslint-3.19.0.tgz (Root Library)
    • โŒ js-yaml-3.8.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Versions js-yaml prior to 3.13.0 are vulnerable to Denial of Service. By parsing a carefully-crafted YAML file, the node process stalls and may exhaust system resources leading to a Denial of Service.

Publish Date: 2019-03-20

URL: WS-2019-0032

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/788/versions

Release Date: 2019-03-20

Fix Resolution (js-yaml): 3.13.0

Direct dependency fix Resolution (eslint): 4.0.0


Step up your Open Source Security Game with Mend here

CVE-2018-3721 (Medium) detected in lodash-4.17.4.tgz

CVE-2018-3721 - Medium Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

lodash node module before 4.17.5 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via defaultsDeep, merge, and mergeWith functions, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.
Mend Note: Converted from WS-2019-0184, on 2022-11-08.

Publish Date: 2018-06-07

URL: CVE-2018-3721

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: None
    • Integrity Impact: High
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/1067

Release Date: 2018-06-07

Fix Resolution: 4.17.5


Step up your Open Source Security Game with Mend here

CVE-2017-16119 (High) detected in fresh-0.5.0.tgz

CVE-2017-16119 - High Severity Vulnerability

Vulnerable Library - fresh-0.5.0.tgz

HTTP response freshness testing

Library home page: https://registry.npmjs.org/fresh/-/fresh-0.5.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/fresh/package.json

Dependency Hierarchy:

  • express-4.15.3.tgz (Root Library)
    • โŒ fresh-0.5.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Fresh is a module used by the Express.js framework for HTTP response freshness testing. It is vulnerable to a regular expression denial of service when it is passed specially crafted input to parse. This causes the event loop to be blocked causing a denial of service condition.

Publish Date: 2018-06-07

URL: CVE-2017-16119

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/526

Release Date: 2018-04-26

Fix Resolution (fresh): 0.5.2

Direct dependency fix Resolution (express): 4.15.5


Step up your Open Source Security Game with Mend here

WS-2018-0103 (Medium) detected in stringstream-0.0.5.tgz

WS-2018-0103 - Medium Severity Vulnerability

Vulnerable Library - stringstream-0.0.5.tgz

Encode and decode streams into string streams

Library home page: https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/stringstream/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • โŒ stringstream-0.0.5.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

All versions of stringstream are vulnerable to out-of-bounds read as it allocates uninitialized Buffers when number is passed in input stream on Node.js 4.x and below.

Publish Date: 2018-05-16

URL: WS-2018-0103

CVSS 3 Score Details (4.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/664

Release Date: 2018-01-27

Fix Resolution (stringstream): 0.0.6

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2020-7608 (Medium) detected in yargs-parser-4.2.1.tgz

CVE-2020-7608 - Medium Severity Vulnerability

Vulnerable Library - yargs-parser-4.2.1.tgz

the mighty option parser used by yargs

Library home page: https://registry.npmjs.org/yargs-parser/-/yargs-parser-4.2.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/yargs-parser/package.json

Dependency Hierarchy:

  • yargs-6.6.0.tgz (Root Library)
    • โŒ yargs-parser-4.2.1.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

yargs-parser could be tricked into adding or modifying properties of Object.prototype using a "proto" payload.

Publish Date: 2020-03-16

URL: CVE-2020-7608

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Local
    • Attack Complexity: Low
    • Privileges Required: Low
    • 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

Release Date: 2020-03-16

Fix Resolution (yargs-parser): 5.0.0-security.0

Direct dependency fix Resolution (yargs): 7.0.0


Step up your Open Source Security Game with Mend here

CVE-2020-28500 (Medium) detected in lodash-4.17.4.tgz

CVE-2020-28500 - Medium Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.

Publish Date: 2021-02-15

URL: CVE-2020-28500

CVSS 3 Score Details (5.3)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: None
    • 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-28500

Release Date: 2021-02-15

Fix Resolution: 4.17.21


Step up your Open Source Security Game with Mend here

CVE-2021-23337 (High) detected in lodash-4.17.4.tgz

CVE-2021-23337 - High Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.

Publish Date: 2021-02-15

URL: CVE-2021-23337

CVSS 3 Score Details (7.2)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-35jh-r3h4-6jhm

Release Date: 2021-02-15

Fix Resolution: 4.17.21


Step up your Open Source Security Game with Mend here

CVE-2019-5413 (Critical) detected in morgan-1.8.2.tgz

CVE-2019-5413 - Critical Severity Vulnerability

Vulnerable Library - morgan-1.8.2.tgz

HTTP request logger middleware for node.js

Library home page: https://registry.npmjs.org/morgan/-/morgan-1.8.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/morgan/package.json

Dependency Hierarchy:

  • โŒ morgan-1.8.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

An attacker can use the format parameter to inject arbitrary commands in the npm package morgan < 1.9.1.

Publish Date: 2019-03-21

URL: CVE-2019-5413

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://hackerone.com/reports/390881

Release Date: 2019-03-21

Fix Resolution: 1.9.1


Step up your Open Source Security Game with Mend here

CVE-2017-16028 (Medium) detected in randomatic-1.1.7.tgz

CVE-2017-16028 - Medium Severity Vulnerability

Vulnerable Library - randomatic-1.1.7.tgz

Generate randomized strings of a specified length, fast. Only the length is necessary, but you can optionally generate patterns using any combination of numeric, alpha-numeric, alphabetical, special or custom characters.

Library home page: https://registry.npmjs.org/randomatic/-/randomatic-1.1.7.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/randomatic/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • list-item-1.1.1.tgz
      • expand-range-1.8.2.tgz
        • fill-range-2.2.3.tgz
          • โŒ randomatic-1.1.7.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

react-native-meteor-oauth is a library for Oauth2 login to a Meteor server in React Native. The oauth Random Token is generated using a non-cryptographically strong RNG (Math.random()).

Publish Date: 2018-06-04

URL: CVE-2017-16028

CVSS 3 Score Details (5.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: None
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/157/versions

Release Date: 2018-04-26

Fix Resolution (randomatic): 3.0.0

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

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

CVE-2020-8116 - High Severity Vulnerability

Vulnerable Library - dot-prop-3.0.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-3.0.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

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

Dependency Hierarchy:

  • update-notifier-1.0.3.tgz (Root Library)
    • configstore-2.1.0.tgz
      • โŒ dot-prop-3.0.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 (update-notifier): 2.0.0


Step up your Open Source Security Game with Mend here

CVE-2017-15010 (High) detected in tough-cookie-2.3.2.tgz

CVE-2017-15010 - High Severity Vulnerability

Vulnerable Library - tough-cookie-2.3.2.tgz

RFC6265 Cookies and Cookie Jar for node.js

Library home page: https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/tough-cookie/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • โŒ tough-cookie-2.3.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

A ReDoS (regular expression denial of service) flaw was found in the tough-cookie module before 2.3.3 for Node.js. An attacker that is able to make an HTTP request using a specially crafted cookie may cause the application to consume an excessive amount of CPU.

Publish Date: 2017-10-04

URL: CVE-2017-15010

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-15010

Release Date: 2017-10-03

Fix Resolution (tough-cookie): 2.3.3

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2018-20834 (High) detected in tar-2.2.1.tgz

CVE-2018-20834 - High Severity Vulnerability

Vulnerable Library - tar-2.2.1.tgz

tar for node

Library home page: https://registry.npmjs.org/tar/-/tar-2.2.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • โŒ tar-2.2.1.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

A vulnerability was found in node-tar before version 4.4.2 (excluding version 2.2.2). An Arbitrary File Overwrite issue exists when extracting a tarball containing a hardlink to a file that already exists on the system, in conjunction with a later plain file with the same name as the hardlink. This plain file content replaces the existing file content. A patch has been applied to node-tar v2.2.2).

Publish Date: 2019-04-30

URL: CVE-2018-20834

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • 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-2017-16082

Release Date: 2019-04-30

Fix Resolution (tar): 2.2.2

Direct dependency fix Resolution (babel-cli): 6.26.0


Step up your Open Source Security Game with Mend here

WS-2019-0019 (Medium) detected in braces-1.8.5.tgz - autoclosed

WS-2019-0019 - Medium Severity Vulnerability

Vulnerable Library - braces-1.8.5.tgz

Fastest brace expansion for node.js, with the most complete support for the Bash 4.3 braces specification.

Library home page: https://registry.npmjs.org/braces/-/braces-1.8.5.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /tmp/git/Blah-Blah-Blah/node_modules/braces/package.json

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • anymatch-1.3.0.tgz
        • micromatch-2.3.11.tgz
          • โŒ braces-1.8.5.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Version of braces prior to 2.3.1 are vulnerable to Regular Expression Denial of Service (ReDoS). Untrusted input may cause catastrophic backtracking while matching regular expressions. This can cause the application to be unresponsive leading to Denial of Service.

Publish Date: 2019-03-25

URL: WS-2019-0019

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/786

Release Date: 2019-02-21

Fix Resolution: 2.3.1


Step up your Open Source Security Game with WhiteSource here

CVE-2019-12041 (High) detected in remarkable-1.7.1.tgz

CVE-2019-12041 - High Severity Vulnerability

Vulnerable Library - remarkable-1.7.1.tgz

Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.

Library home page: https://registry.npmjs.org/remarkable/-/remarkable-1.7.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/remarkable/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • โŒ remarkable-1.7.1.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

lib/common/html_re.js in remarkable 1.7.1 allows Regular Expression Denial of Service (ReDoS) via a CDATA section.

Publish Date: 2019-05-13

URL: CVE-2019-12041

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2019-12041

Release Date: 2019-05-13

Fix Resolution (remarkable): 1.7.2

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

CVE-2019-10744 (Critical) detected in lodash-4.17.4.tgz

CVE-2019-10744 - Critical Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

Publish Date: 2019-07-26

URL: CVE-2019-10744

CVSS 3 Score Details (9.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-jf85-cpcp-j695

Release Date: 2019-07-26

Fix Resolution: 4.17.12


Step up your Open Source Security Game with Mend here

CVE-2018-16487 (Medium) detected in lodash-4.17.4.tgz

CVE-2018-16487 - Medium Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

A prototype pollution vulnerability was found in lodash <4.17.11 where the functions merge, mergeWith, and defaultsDeep can be tricked into adding or modifying properties of Object.prototype.

Publish Date: 2019-02-01

URL: CVE-2018-16487

CVSS 3 Score Details (5.6)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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://hackerone.com/reports/380873

Release Date: 2019-02-01

Fix Resolution: 4.17.11


Step up your Open Source Security Game with Mend here

CVE-2018-1000620 (Critical) detected in cryptiles-2.0.5.tgz

CVE-2018-1000620 - Critical Severity Vulnerability

Vulnerable Library - cryptiles-2.0.5.tgz

General purpose crypto utilities

Library home page: https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/cryptiles/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • hawk-3.1.3.tgz
      • โŒ cryptiles-2.0.5.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Eran Hammer cryptiles version 4.1.1 earlier contains a CWE-331: Insufficient Entropy vulnerability in randomDigits() method that can result in An attacker is more likely to be able to brute force something that was supposed to be random.. This attack appear to be exploitable via Depends upon the calling application.. This vulnerability appears to have been fixed in 4.1.2.

Publish Date: 2018-07-09

URL: CVE-2018-1000620

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-1000620

Release Date: 2018-07-09

Fix Resolution (cryptiles): 4.1.2

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2018-1107 (Medium) detected in is-my-json-valid-2.16.0.tgz

CVE-2018-1107 - Medium Severity Vulnerability

Vulnerable Library - is-my-json-valid-2.16.0.tgz

A JSONSchema validator that uses code generation to be extremely fast

Library home page: https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/is-my-json-valid/package.json

Dependency Hierarchy:

  • eslint-3.19.0.tgz (Root Library)
    • โŒ is-my-json-valid-2.16.0.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

It was discovered that the is-my-json-valid JavaScript library used an inefficient regular expression to validate JSON fields defined to have email format. A specially crafted JSON file could cause it to consume an excessive amount of CPU time when validated.

Publish Date: 2021-03-30

URL: CVE-2018-1107

CVSS 3 Score Details (5.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-4hpf-3wq7-5rpr

Release Date: 2021-03-30

Fix Resolution (is-my-json-valid): 2.17.2

Direct dependency fix Resolution (eslint): 4.0.0


Step up your Open Source Security Game with Mend here

WS-2018-0084 (High) detected in sshpk-1.13.0.tgz, sshpk-1.13.1.tgz - autoclosed

WS-2018-0084 - High Severity Vulnerability

Vulnerable Libraries - sshpk-1.13.0.tgz, sshpk-1.13.1.tgz

sshpk-1.13.0.tgz

A library for finding and using SSH public keys

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • request-2.81.0.tgz
            • http-signature-1.1.1.tgz
              • โŒ sshpk-1.13.0.tgz (Vulnerable Library)
sshpk-1.13.1.tgz

A library for finding and using SSH public keys

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: Blah-Blah-Blah/node_modules/sshpk/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • http-signature-1.1.1.tgz
      • โŒ sshpk-1.13.1.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Versions of sshpk before 1.14.1 are vulnerable to regular expression denial of service when parsing crafted invalid public keys.

Publish Date: 2018-04-25

URL: WS-2018-0084

CVSS 2 Score Details (8.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/606

Release Date: 2018-01-27

Fix Resolution: 1.14.1


Step up your Open Source Security Game with WhiteSource here

CVE-2020-7788 (Critical) detected in ini-1.3.4.tgz

CVE-2020-7788 - Critical Severity Vulnerability

Vulnerable Library - ini-1.3.4.tgz

An ini encoder/decoder for node

Library home page: https://registry.npmjs.org/ini/-/ini-1.3.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/ini/package.json

Dependency Hierarchy:

  • update-notifier-1.0.3.tgz (Root Library)
    • latest-version-2.0.0.tgz
      • package-json-2.4.0.tgz
        • registry-auth-token-3.3.1.tgz
          • rc-1.2.1.tgz
            • โŒ ini-1.3.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

This affects the package ini before 1.3.6. If an attacker submits a malicious INI file to an application that parses it with ini.parse, they will pollute the prototype on the application. This can be exploited further depending on the context.

Publish Date: 2020-12-11

URL: CVE-2020-7788

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

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-7788

Release Date: 2020-12-11

Fix Resolution (ini): 1.3.6

Direct dependency fix Resolution (update-notifier): 2.0.0


Step up your Open Source Security Game with Mend here

WS-2019-0047 (Medium) detected in tar-2.2.1.tgz - autoclosed

WS-2019-0047 - Medium Severity Vulnerability

Vulnerable Library - tar-2.2.1.tgz

tar for node

Library home page: https://registry.npmjs.org/tar/-/tar-2.2.1.tgz

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • โŒ tar-2.2.1.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Versions of node-tar prior to 4.4.2 are vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists in the system, and a file that matches the hardlink will overwrite the system's file with the contents of the extracted file.

Publish Date: 2019-04-05

URL: WS-2019-0047

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/803

Release Date: 2019-04-05

Fix Resolution: 4.4.2


Step up your Open Source Security Game with WhiteSource here

WS-2018-0347 (Medium) detected in eslint-3.10.2.tgz, eslint-3.19.0.tgz

WS-2018-0347 - Medium Severity Vulnerability

Vulnerable Libraries - eslint-3.10.2.tgz, eslint-3.19.0.tgz

eslint-3.10.2.tgz

An AST-based pattern checker for JavaScript.

Library home page: https://registry.npmjs.org/eslint/-/eslint-3.10.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/standard/node_modules/eslint/package.json

Dependency Hierarchy:

  • standard-8.6.0.tgz (Root Library)
    • โŒ eslint-3.10.2.tgz (Vulnerable Library)
eslint-3.19.0.tgz

An AST-based pattern checker for JavaScript.

Library home page: https://registry.npmjs.org/eslint/-/eslint-3.19.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/eslint/package.json

Dependency Hierarchy:

  • โŒ eslint-3.19.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

A vulnerability was descovered in eslint before 4.18.2. One of the regexes in eslint is vulnerable to catastrophic backtracking.

Publish Date: 2018-02-27

URL: WS-2018-0347

CVSS 3 Score Details (5.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-02-27

Fix Resolution (eslint): 4.18.2

Direct dependency fix Resolution (standard): 11.0.0


Step up your Open Source Security Game with Mend here

CVE-2017-16136 (High) detected in method-override-2.3.9.tgz

CVE-2017-16136 - High Severity Vulnerability

Vulnerable Library - method-override-2.3.9.tgz

Override HTTP verbs

Library home page: https://registry.npmjs.org/method-override/-/method-override-2.3.9.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/method-override/package.json

Dependency Hierarchy:

  • โŒ method-override-2.3.9.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

method-override is a module used by the Express.js framework to let you use HTTP verbs such as PUT or DELETE in places where the client doesn't support it. method-override is vulnerable to a regular expression denial of service vulnerability when specially crafted input is passed in to be parsed via the X-HTTP-Method-Override header.

Publish Date: 2018-06-07

URL: CVE-2017-16136

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-04-26

Fix Resolution: 2.3.10


Step up your Open Source Security Game with Mend here

WS-2017-3737 (Medium) detected in shelljs-0.7.8.tgz - autoclosed

WS-2017-3737 - Medium Severity Vulnerability

Vulnerable Library - shelljs-0.7.8.tgz

Portable Unix shell commands for Node.js

Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.7.8.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /tmp/git/Blah-Blah-Blah/node_modules/shelljs/package.json

Dependency Hierarchy:

  • eslint-3.19.0.tgz (Root Library)
    • โŒ shelljs-0.7.8.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Shelljs 0.8.3 and before are vulnerable to Command Injection. Commands can be invoked from shell.exec(), those commands will include input from external sources, to be passed as arguments to system executables and allowing an attacker to inject arbitrary commands.

Publish Date: 2019-06-16

URL: WS-2017-3737

CVSS 2 Score Details (5.5)

Base Score Metrics not available


Step up your Open Source Security Game with WhiteSource here

CVE-2019-13173 (High) detected in fstream-1.0.11.tgz

CVE-2019-13173 - High Severity Vulnerability

Vulnerable Library - fstream-1.0.11.tgz

Advanced file system stream things

Library home page: https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • tar-2.2.1.tgz
            • โŒ fstream-1.0.11.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

fstream before 1.0.12 is vulnerable to Arbitrary File Overwrite. Extracting tarballs containing a hardlink to a file that already exists in the system, and a file that matches the hardlink, will overwrite the system's file with the contents of the extracted file. The fstream.DirWriter() function is vulnerable.

Publish Date: 2019-07-02

URL: CVE-2019-13173

CVSS 3 Score Details (7.5)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: None
    • User Interaction: None
    • Scope: Unchanged
  • Impact Metrics:
    • Confidentiality Impact: None
    • Integrity Impact: High
    • 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-2019-13173

Release Date: 2019-07-02

Fix Resolution (fstream): 1.0.12

Direct dependency fix Resolution (babel-cli): 6.26.0


Step up your Open Source Security Game with Mend here

CVE-2018-16492 (Critical) detected in extend-3.0.1.tgz

CVE-2018-16492 - Critical Severity Vulnerability

Vulnerable Library - extend-3.0.1.tgz

Port of jQuery.extend for node.js and the browser

Library home page: https://registry.npmjs.org/extend/-/extend-3.0.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/extend/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • โŒ extend-3.0.1.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

A prototype pollution vulnerability was found in module extend <2.0.2, ~<3.0.2 that allows an attacker to inject arbitrary properties onto Object.prototype.

Publish Date: 2019-02-01

URL: CVE-2018-16492

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://hackerone.com/reports/381185

Release Date: 2019-02-01

Fix Resolution (extend): 3.0.2

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2020-8203 (High) detected in lodash-4.17.4.tgz

CVE-2020-8203 - High Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.

Publish Date: 2020-07-15

URL: CVE-2020-8203

CVSS 3 Score Details (7.4)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/1523

Release Date: 2020-07-15

Fix Resolution: 4.17.9


Step up your Open Source Security Game with Mend here

WS-2018-0209 (Medium) detected in morgan-1.8.2.tgz - autoclosed

WS-2018-0209 - Medium Severity Vulnerability

Vulnerable Library - morgan-1.8.2.tgz

HTTP request logger middleware for node.js

Library home page: https://registry.npmjs.org/morgan/-/morgan-1.8.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: Blah-Blah-Blah/node_modules/morgan/package.json

Dependency Hierarchy:

  • โŒ morgan-1.8.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Morgan before 1.9.1 is vulnerable to code injection when user input is allowed into the filter or combined with a prototype pollution attack.

Publish Date: 2018-11-25

URL: WS-2018-0209

CVSS 2 Score Details (6.8)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/735

Release Date: 2019-04-08

Fix Resolution: 1.9.1


Step up your Open Source Security Game with WhiteSource here

CVE-2018-3750 (High) detected in deep-extend-0.4.2.tgz

CVE-2018-3750 - High Severity Vulnerability

Vulnerable Library - deep-extend-0.4.2.tgz

Recursive object extending

Library home page: https://registry.npmjs.org/deep-extend/-/deep-extend-0.4.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/deep-extend/package.json

Dependency Hierarchy:

  • update-notifier-1.0.3.tgz (Root Library)
    • latest-version-2.0.0.tgz
      • package-json-2.4.0.tgz
        • registry-auth-token-3.3.1.tgz
          • rc-1.2.1.tgz
            • โŒ deep-extend-0.4.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

The utilities function in all versions <= 0.5.0 of the deep-extend node module can be tricked into modifying the prototype of Object when the attacker can control part of the structure passed to this function. This can let an attacker add or modify existing properties that will exist on all objects.

Publish Date: 2018-07-03

URL: CVE-2018-3750

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: http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-3750

Release Date: 2018-07-03

Fix Resolution (deep-extend): 0.5.1

Direct dependency fix Resolution (update-notifier): 2.0.0


Step up your Open Source Security Game with Mend here

CVE-2017-16042 (Critical) detected in growl-1.9.2.tgz

CVE-2017-16042 - Critical Severity Vulnerability

Vulnerable Library - growl-1.9.2.tgz

Growl unobtrusive notifications

Library home page: https://registry.npmjs.org/growl/-/growl-1.9.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/growl/package.json

Dependency Hierarchy:

  • mocha-3.4.2.tgz (Root Library)
    • โŒ growl-1.9.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Growl adds growl notification support to nodejs. Growl before 1.10.2 does not properly sanitize input before passing it to exec, allowing for arbitrary command execution.

Publish Date: 2018-04-26

URL: CVE-2017-16042

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2017-16042

Release Date: 2018-04-26

Fix Resolution (growl): 1.10.2

Direct dependency fix Resolution (mocha): 4.0.0


Step up your Open Source Security Game with Mend here

CVE-2019-12043 (Medium) detected in remarkable-1.7.1.tgz

CVE-2019-12043 - Medium Severity Vulnerability

Vulnerable Library - remarkable-1.7.1.tgz

Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.

Library home page: https://registry.npmjs.org/remarkable/-/remarkable-1.7.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/remarkable/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • โŒ remarkable-1.7.1.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

In remarkable 1.7.1, lib/parser_inline.js mishandles URL filtering, which allows attackers to trigger XSS via unprintable characters, as demonstrated by a \x0ejavascript: URL.

Publish Date: 2019-05-13

URL: CVE-2019-12043

CVSS 3 Score Details (6.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2019-12043

Release Date: 2019-05-13

Fix Resolution (remarkable): 1.7.2

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

CVE-2017-16137 (Low) detected in multiple libraries

CVE-2017-16137 - Low Severity Vulnerability

Vulnerable Libraries - debug-2.6.0.tgz, debug-2.6.8.tgz, debug-2.6.7.tgz, debug-2.2.0.tgz

debug-2.6.0.tgz

small debugging utility

Library home page: https://registry.npmjs.org/debug/-/debug-2.6.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/mocha/node_modules/debug/package.json

Dependency Hierarchy:

  • mocha-3.4.2.tgz (Root Library)
    • โŒ debug-2.6.0.tgz (Vulnerable Library)
debug-2.6.8.tgz

small debugging utility

Library home page: https://registry.npmjs.org/debug/-/debug-2.6.8.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/method-override/node_modules/debug/package.json

Dependency Hierarchy:

  • eslint-plugin-import-2.6.1.tgz (Root Library)
    • โŒ debug-2.6.8.tgz (Vulnerable Library)
debug-2.6.7.tgz

small debugging utility

Library home page: https://registry.npmjs.org/debug/-/debug-2.6.7.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/debug/package.json

Dependency Hierarchy:

  • body-parser-1.17.2.tgz (Root Library)
    • โŒ debug-2.6.7.tgz (Vulnerable Library)
debug-2.2.0.tgz

small debugging utility

Library home page: https://registry.npmjs.org/debug/-/debug-2.2.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/compression/node_modules/debug/package.json

Dependency Hierarchy:

  • compression-1.6.2.tgz (Root Library)
    • โŒ debug-2.2.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

The debug module is vulnerable to regular expression denial of service when untrusted user input is passed into the o formatter. It takes around 50k characters to block for 2 seconds making this a low severity issue.

Publish Date: 2018-06-07

URL: CVE-2017-16137

CVSS 3 Score Details (3.7)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-gxpj-cx7g-858c

Release Date: 2018-04-26

Fix Resolution (debug): 2.6.9

Direct dependency fix Resolution (mocha): 4.0.0

Fix Resolution (debug): 2.6.9

Direct dependency fix Resolution (eslint-plugin-import): 2.7.0

Fix Resolution (debug): 2.6.9

Direct dependency fix Resolution (body-parser): 1.18.2

Fix Resolution (debug): 2.6.9

Direct dependency fix Resolution (compression): 1.7.1


Step up your Open Source Security Game with Mend here

CVE-2017-16129 (Medium) detected in superagent-3.5.2.tgz

CVE-2017-16129 - Medium Severity Vulnerability

Vulnerable Library - superagent-3.5.2.tgz

elegant & feature rich browser / node HTTP with a fluent API

Library home page: https://registry.npmjs.org/superagent/-/superagent-3.5.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/superagent/package.json

Dependency Hierarchy:

  • supertest-3.0.0.tgz (Root Library)
    • โŒ superagent-3.5.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

The HTTP client module superagent is vulnerable to ZIP bomb attacks. In a ZIP bomb attack, the HTTP server replies with a compressed response that becomes several magnitudes larger once uncompressed. If a client does not take special care when processing such responses, it may result in excessive CPU and/or memory consumption. An attacker might exploit such a weakness for a DoS attack. To exploit this the attacker must control the location (URL) that superagent makes a request to.

Publish Date: 2018-04-26

URL: CVE-2017-16129

CVSS 3 Score Details (5.9)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/479/versions

Release Date: 2018-04-26

Fix Resolution (superagent): 3.7.0

Direct dependency fix Resolution (supertest): 3.1.0


Step up your Open Source Security Game with Mend here

CVE-2018-3719 (High) detected in mixin-deep-1.2.0.tgz

CVE-2018-3719 - High Severity Vulnerability

Vulnerable Library - mixin-deep-1.2.0.tgz

Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.

Library home page: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.2.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/mixin-deep/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • โŒ mixin-deep-1.2.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

mixin-deep node module before 1.3.1 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.

Publish Date: 2018-06-07

URL: CVE-2018-3719

CVSS 3 Score Details (8.8)

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: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nvd.nist.gov/vuln/detail/CVE-2018-3719

Release Date: 2018-06-07

Fix Resolution (mixin-deep): 1.3.1

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

CVE-2018-21270 (Medium) detected in stringstream-0.0.5.tgz

CVE-2018-21270 - Medium Severity Vulnerability

Vulnerable Library - stringstream-0.0.5.tgz

Encode and decode streams into string streams

Library home page: https://registry.npmjs.org/stringstream/-/stringstream-0.0.5.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/stringstream/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • โŒ stringstream-0.0.5.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Versions less than 0.0.6 of the Node.js stringstream module are vulnerable to an out-of-bounds read because of allocation of uninitialized buffers when a number is passed in the input stream (when using Node.js 4.x).

Publish Date: 2020-12-03

URL: CVE-2018-21270

CVSS 3 Score Details (6.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2020-12-03

Fix Resolution (stringstream): 0.0.6

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

WS-2017-0236 (Medium) detected in growl-1.9.2.tgz - autoclosed

WS-2017-0236 - Medium Severity Vulnerability

Vulnerable Library - growl-1.9.2.tgz

Growl unobtrusive notifications

Library home page: https://registry.npmjs.org/growl/-/growl-1.9.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /tmp/git/Blah-Blah-Blah/node_modules/growl/package.json

Dependency Hierarchy:

  • mocha-3.4.2.tgz (Root Library)
    • โŒ growl-1.9.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Affected versions of the package are vulnerable to Arbitrary Code Injection.

Publish Date: 2017-05-01

URL: WS-2017-0236

CVSS 2 Score Details (5.6)

Base Score Metrics not available

Suggested Fix

Type: Change files

Origin: tj/node-growl@d9f6ea2

Release Date: 2016-09-05

Fix Resolution: Replace or update the following files: package.json, growl.js


Step up your Open Source Security Game with WhiteSource here

CVE-2020-7598 (Medium) detected in minimist-0.0.8.tgz, minimist-1.2.0.tgz

CVE-2020-7598 - Medium Severity Vulnerability

Vulnerable Libraries - minimist-0.0.8.tgz, minimist-1.2.0.tgz

minimist-0.0.8.tgz

parse argument options

Library home page: https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/minimist/package.json

Dependency Hierarchy:

  • mkdirp-0.5.1.tgz (Root Library)
    • โŒ minimist-0.0.8.tgz (Vulnerable Library)
minimist-1.2.0.tgz

parse argument options

Library home page: https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/standard-engine/node_modules/minimist/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • โŒ minimist-1.2.0.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.

Publish Date: 2020-03-11

URL: CVE-2020-7598

CVSS 3 Score Details (5.6)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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

Release Date: 2020-03-11

Fix Resolution (minimist): 0.2.1

Direct dependency fix Resolution (mkdirp): 0.5.2

Fix Resolution (minimist): 0.2.1

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

WS-2019-0063 (High) detected in js-yaml-3.8.4.tgz

WS-2019-0063 - High Severity Vulnerability

Vulnerable Library - js-yaml-3.8.4.tgz

YAML 1.2 parser and serializer

Library home page: https://registry.npmjs.org/js-yaml/-/js-yaml-3.8.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/js-yaml/package.json

Dependency Hierarchy:

  • eslint-3.19.0.tgz (Root Library)
    • โŒ js-yaml-3.8.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Js-yaml prior to 3.13.1 are vulnerable to Code Injection. The load() function may execute arbitrary code injected through a malicious YAML file.

Publish Date: 2019-04-05

URL: WS-2019-0063

CVSS 3 Score Details (8.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/813

Release Date: 2019-04-05

Fix Resolution (js-yaml): 3.13.1

Direct dependency fix Resolution (eslint): 4.0.0


Step up your Open Source Security Game with Mend here

WS-2018-0069 (High) detected in is-my-json-valid-2.16.0.tgz

WS-2018-0069 - High Severity Vulnerability

Vulnerable Library - is-my-json-valid-2.16.0.tgz

A JSONSchema validator that uses code generation to be extremely fast

Library home page: https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.16.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/is-my-json-valid/package.json

Dependency Hierarchy:

  • eslint-3.19.0.tgz (Root Library)
    • โŒ is-my-json-valid-2.16.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

Version of is-my-json-valid before 1.4.1 or 2.17.2 are vulnerable to regular expression denial of service (ReDoS) via the email validation function.

Publish Date: 2018-02-14

URL: WS-2018-0069

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://nodesecurity.io/advisories/572

Release Date: 2018-02-14

Fix Resolution (is-my-json-valid): 2.17.2

Direct dependency fix Resolution (eslint): 4.0.0


Step up your Open Source Security Game with Mend here

WS-2019-0425 (Medium) detected in mocha-3.4.2.tgz

WS-2019-0425 - Medium Severity Vulnerability

Vulnerable Library - mocha-3.4.2.tgz

simple, flexible, fun test framework

Library home page: https://registry.npmjs.org/mocha/-/mocha-3.4.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/mocha/package.json

Dependency Hierarchy:

  • โŒ mocha-3.4.2.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

Mocha is vulnerable to ReDoS attack. If the stack trace in utils.js begins with a large error message, and full-trace is not enabled, utils.stackTraceFilter() will take exponential run time.

Publish Date: 2019-01-24

URL: WS-2019-0425

CVSS 3 Score Details (5.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2019-01-24

Fix Resolution: 6.0.0


Step up your Open Source Security Game with Mend here

WS-2017-0247 (Low) detected in ms-0.7.1.tgz, ms-0.7.2.tgz - autoclosed

WS-2017-0247 - Low Severity Vulnerability

Vulnerable Libraries - ms-0.7.1.tgz, ms-0.7.2.tgz

ms-0.7.1.tgz

Tiny ms conversion utility

Library home page: https://registry.npmjs.org/ms/-/ms-0.7.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: Blah-Blah-Blah/node_modules/compression/node_modules/ms/package.json

Dependency Hierarchy:

  • compression-1.6.2.tgz (Root Library)
    • debug-2.2.0.tgz
      • โŒ ms-0.7.1.tgz (Vulnerable Library)
ms-0.7.2.tgz

Tiny milisecond conversion utility

Library home page: https://registry.npmjs.org/ms/-/ms-0.7.2.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: Blah-Blah-Blah/node_modules/mocha/node_modules/ms/package.json

Dependency Hierarchy:

  • mocha-3.4.2.tgz (Root Library)
    • debug-2.6.0.tgz
      • โŒ ms-0.7.2.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS).

Publish Date: 2017-04-12

URL: WS-2017-0247

CVSS 2 Score Details (3.4)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: vercel/ms#89

Release Date: 2017-04-12

Fix Resolution: 2.1.1


Step up your Open Source Security Game with WhiteSource here

WS-2017-0330 (Medium) detected in mime-1.3.4.tgz - autoclosed

WS-2017-0330 - Medium Severity Vulnerability

Vulnerable Library - mime-1.3.4.tgz

A comprehensive library for mime-type mapping

Library home page: https://registry.npmjs.org/mime/-/mime-1.3.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /tmp/git/Blah-Blah-Blah/node_modules/mime/package.json

Dependency Hierarchy:

  • express-4.15.3.tgz (Root Library)
    • send-0.15.3.tgz
      • โŒ mime-1.3.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Affected version of mime (1.0.0 throw 1.4.0 and 2.0.0 throw 2.0.2), are vulnerable to regular expression denial of service.

Publish Date: 2017-09-27

URL: WS-2017-0330

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: broofa/mime@1df903f

Release Date: 2019-04-03

Fix Resolution: 1.4.1,2.0.3


Step up your Open Source Security Game with WhiteSource here

WS-2018-0590 (High) detected in diff-3.2.0.tgz

WS-2018-0590 - High Severity Vulnerability

Vulnerable Library - diff-3.2.0.tgz

A javascript text diff implementation.

Library home page: https://registry.npmjs.org/diff/-/diff-3.2.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/diff/package.json

Dependency Hierarchy:

  • mocha-3.4.2.tgz (Root Library)
    • โŒ diff-3.2.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

A vulnerability was found in diff before v3.5.0, the affected versions of this package are vulnerable to Regular Expression Denial of Service (ReDoS) attacks.

Publish Date: 2018-03-05

URL: WS-2018-0590

CVSS 3 Score Details (7.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2018-03-05

Fix Resolution (diff): 3.5.0

Direct dependency fix Resolution (mocha): 5.0.3


Step up your Open Source Security Game with Mend here

CVE-2017-16138 (High) detected in mime-1.3.4.tgz

CVE-2017-16138 - High Severity Vulnerability

Vulnerable Library - mime-1.3.4.tgz

A comprehensive library for mime-type mapping

Library home page: https://registry.npmjs.org/mime/-/mime-1.3.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/mime/package.json

Dependency Hierarchy:

  • express-4.15.3.tgz (Root Library)
    • send-0.15.3.tgz
      • โŒ mime-1.3.4.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

The mime module < 1.4.1, 2.0.1, 2.0.2 is vulnerable to regular expression denial of service when a mime lookup is performed on untrusted user input.

Publish Date: 2018-06-07

URL: CVE-2017-16138

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-04-26

Fix Resolution (mime): 1.4.1

Direct dependency fix Resolution (express): 4.16.0


Step up your Open Source Security Game with Mend here

WS-2019-0100 (Medium) detected in fstream-1.0.11.tgz - autoclosed

WS-2019-0100 - Medium Severity Vulnerability

Vulnerable Library - fstream-1.0.11.tgz

Advanced file system stream things

Library home page: https://registry.npmjs.org/fstream/-/fstream-1.0.11.tgz

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • tar-2.2.1.tgz
            • โŒ fstream-1.0.11.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Vulnerability Details

Versions of fstream prior to 1.0.12 are vulnerable to Arbitrary File Overwrite.

Publish Date: 2019-05-23

URL: WS-2019-0100

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/886

Release Date: 2019-05-23

Fix Resolution: 1.0.12


Step up your Open Source Security Game with WhiteSource here

CVE-2017-16118 (High) detected in forwarded-0.1.0.tgz

CVE-2017-16118 - High Severity Vulnerability

Vulnerable Library - forwarded-0.1.0.tgz

Parse HTTP X-Forwarded-For header

Library home page: https://registry.npmjs.org/forwarded/-/forwarded-0.1.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/forwarded/package.json

Dependency Hierarchy:

  • express-4.15.3.tgz (Root Library)
    • proxy-addr-1.1.4.tgz
      • โŒ forwarded-0.1.0.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

The forwarded module is used by the Express.js framework to handle the X-Forwarded-For header. It is vulnerable to a regular expression denial of service when it's passed specially crafted input to parse. This causes the event loop to be blocked causing a denial of service condition.

Publish Date: 2018-06-07

URL: CVE-2017-16118

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/advisories/527/versions

Release Date: 2018-04-26

Fix Resolution (forwarded): 0.1.2

Direct dependency fix Resolution (express): 4.15.4


Step up your Open Source Security Game with Mend here

CVE-2018-3728 (High) detected in hoek-2.16.3.tgz

CVE-2018-3728 - High Severity Vulnerability

Vulnerable Library - hoek-2.16.3.tgz

General purpose node utilities

Library home page: https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/hoek/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • hawk-3.1.3.tgz
      • โŒ hoek-2.16.3.tgz (Vulnerable Library)

Found in HEAD commit: db92da8f4e96fdf292e596c45296e32cef913e69

Found in base branch: master

Vulnerability Details

hoek node module before 4.2.0 and 5.0.x before 5.0.3 suffers from a Modification of Assumed-Immutable Data (MAID) vulnerability via 'merge' and 'applyToDefaults' functions, which allows a malicious user to modify the prototype of "Object" via proto, causing the addition or modification of an existing property that will exist on all objects.

Publish Date: 2018-03-30

URL: CVE-2018-3728

CVSS 3 Score Details (8.8)

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: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-03-30

Fix Resolution (hoek): 4.2.0

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2018-3737 (High) detected in sshpk-1.13.0.tgz, sshpk-1.13.1.tgz

CVE-2018-3737 - High Severity Vulnerability

Vulnerable Libraries - sshpk-1.13.0.tgz, sshpk-1.13.1.tgz

sshpk-1.13.0.tgz

A library for finding and using SSH public keys

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.13.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /package.json

Dependency Hierarchy:

  • babel-cli-6.24.1.tgz (Root Library)
    • chokidar-1.7.0.tgz
      • fsevents-1.1.2.tgz
        • node-pre-gyp-0.6.36.tgz
          • request-2.81.0.tgz
            • http-signature-1.1.1.tgz
              • โŒ sshpk-1.13.0.tgz (Vulnerable Library)
sshpk-1.13.1.tgz

A library for finding and using SSH public keys

Library home page: https://registry.npmjs.org/sshpk/-/sshpk-1.13.1.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/sshpk/package.json

Dependency Hierarchy:

  • request-2.81.0.tgz (Root Library)
    • http-signature-1.1.1.tgz
      • โŒ sshpk-1.13.1.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

sshpk is vulnerable to ReDoS when parsing crafted invalid public keys.

Publish Date: 2018-06-07

URL: CVE-2018-3737

CVSS 3 Score Details (7.5)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://hackerone.com/reports/319593

Release Date: 2018-04-26

Fix Resolution (sshpk): 1.13.2

Direct dependency fix Resolution (babel-cli): 6.26.0

Fix Resolution (sshpk): 1.13.2

Direct dependency fix Resolution (request): 2.82.0


Step up your Open Source Security Game with Mend here

CVE-2019-10746 (Critical) detected in mixin-deep-1.2.0.tgz

CVE-2019-10746 - Critical Severity Vulnerability

Vulnerable Library - mixin-deep-1.2.0.tgz

Deeply mix the properties of objects into the first object. Like merge-deep, but doesn't clone.

Library home page: https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.2.0.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/mixin-deep/package.json

Dependency Hierarchy:

  • markdown-toc-0.13.0.tgz (Root Library)
    • โŒ mixin-deep-1.2.0.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

mixin-deep is vulnerable to Prototype Pollution in versions before 1.3.2 and version 2.0.0. The function mixin-deep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.

Publish Date: 2019-08-23

URL: CVE-2019-10746

CVSS 3 Score Details (9.8)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2019-08-23

Fix Resolution (mixin-deep): 1.3.2

Direct dependency fix Resolution (markdown-toc): 1.0.0


Step up your Open Source Security Game with Mend here

CVE-2019-1010266 (Medium) detected in lodash-4.17.4.tgz

CVE-2019-1010266 - Medium Severity Vulnerability

Vulnerable Library - lodash-4.17.4.tgz

Lodash modular utilities.

Library home page: https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz

Path to dependency file: /Blah-Blah-Blah/package.json

Path to vulnerable library: /node_modules/lodash/package.json

Dependency Hierarchy:

  • โŒ lodash-4.17.4.tgz (Vulnerable Library)

Found in base branch: master

Vulnerability Details

lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11.

Publish Date: 2019-07-17

URL: CVE-2019-1010266

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: None
    • Integrity Impact: None
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2019-07-17

Fix Resolution: 4.17.11


Step up your Open Source Security Game with Mend here

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.