Coder Social home page Coder Social logo

react-samples's People

Contributors

ilkeraltin avatar

Watchers

 avatar  avatar

react-samples's Issues

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: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/hoek/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/hoek/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • hawk-3.1.2.tgz
              • hoek-2.16.3.tgz (Vulnerable Library)

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: Change files

Origin: hapijs/hoek@623667e

Release Date: 2018-02-15

Fix Resolution: Replace or update the following files: index.js, index.js


Step up your Open Source Security Game with WhiteSource here

CVE-2016-2537 (High) detected in is-my-json-valid-2.12.3.tgz

CVE-2016-2537 - High Severity Vulnerability

Vulnerable Library - is-my-json-valid-2.12.3.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.12.3.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/is-my-json-valid/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/is-my-json-valid/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • har-validator-2.0.3.tgz
              • is-my-json-valid-2.12.3.tgz (Vulnerable Library)

Vulnerability Details

The is-my-json-valid package before 2.12.4 for Node.js has an incorrect exports['utc-millisec'] regular expression, which allows remote attackers to cause a denial of service (blocked event loop) via a crafted string.

Publish Date: 2016-02-23

URL: CVE-2016-2537

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-2016-2537

Release Date: 2016-02-23

Fix Resolution: 2.12.4


Step up your Open Source Security Game with WhiteSource here

CVE-2016-10540 (High) detected in minimatch-3.0.0.tgz, minimatch-2.0.10.tgz

CVE-2016-10540 - High Severity Vulnerability

Vulnerable Libraries - minimatch-3.0.0.tgz, minimatch-2.0.10.tgz

minimatch-3.0.0.tgz

a glob matcher in javascript

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-3.0.0.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • rimraf-2.4.4.tgz
            • glob-5.0.15.tgz
              • minimatch-3.0.0.tgz (Vulnerable Library)
minimatch-2.0.10.tgz

a glob matcher in javascript

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/readdirp/node_modules/minimatch/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/readdirp/node_modules/minimatch/package.json

Dependency Hierarchy:

  • babelify-7.2.0.tgz (Root Library)
    • babel-core-6.3.21.tgz
      • minimatch-2.0.10.tgz (Vulnerable Library)

Vulnerability Details

Minimatch is a minimal matching utility that works by converting glob expressions into JavaScript RegExp objects. The primary function, minimatch(path, pattern) in Minimatch 3.0.1 and earlier is vulnerable to ReDoS in the pattern parameter.

Publish Date: 2018-05-31

URL: CVE-2016-10540

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/118

Release Date: 2016-06-20

Fix Resolution: Update to version 3.0.2 or later.


Step up your Open Source Security Game with WhiteSource 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: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/stringstream/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/stringstream/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • stringstream-0.0.5.tgz (Vulnerable Library)

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 2 Score Details (5.2)

Base Score Metrics not available


Step up your Open Source Security Game with WhiteSource here

CVE-2016-10541 (High) detected in shell-quote-1.4.3.tgz

CVE-2016-10541 - High Severity Vulnerability

Vulnerable Library - shell-quote-1.4.3.tgz

quote and parse shell commands

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/outpipe/node_modules/shell-quote/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/outpipe/node_modules/shell-quote/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • outpipe-1.1.1.tgz
      • shell-quote-1.4.3.tgz (Vulnerable Library)

Vulnerability Details

The npm module "shell-quote" 1.6.0 and earlier cannot correctly escape ">" and "<" operator used for redirection in shell. Applications that depend on shell-quote may also be vulnerable. A malicious user could perform code injection.

Publish Date: 2018-05-31

URL: CVE-2016-10541

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-2016-10541

Release Date: 2018-12-15

Fix Resolution: 1.6.1


Step up your Open Source Security Game with WhiteSource 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: /react-samples/product-shop-app/server/package.json

Path to vulnerable library: /tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/send/node_modules/mime/package.json,/tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/send/node_modules/mime/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • send-0.13.0.tgz
      • mime-1.3.4.tgz (Vulnerable Library)

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.


Step up your Open Source Security Game with WhiteSource here

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

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: /react-samples/product-shop-app/server/package.json

Path to vulnerable library: /tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/send/node_modules/mime/package.json,/tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/send/node_modules/mime/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • send-0.13.0.tgz
      • mime-1.3.4.tgz (Vulnerable Library)

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

CVE-2016-2515 (High) detected in hawk-3.1.2.tgz

CVE-2016-2515 - High Severity Vulnerability

Vulnerable Library - hawk-3.1.2.tgz

HTTP Hawk Authentication Scheme

Library home page: https://registry.npmjs.org/hawk/-/hawk-3.1.2.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/hawk/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/hawk/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • hawk-3.1.2.tgz (Vulnerable Library)

Vulnerability Details

Hawk before 3.1.3 and 4.x before 4.1.1 allow remote attackers to cause a denial of service (CPU consumption or partial outage) via a long (1) header or (2) URI that is matched against an improper regular expression.

Publish Date: 2016-04-13

URL: CVE-2016-2515

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-2016-2515

Release Date: 2016-04-13

Fix Resolution: 3.1.3,4.1.1


Step up your Open Source Security Game with WhiteSource here

WS-2018-0075 (Medium) detected in concat-stream-1.5.1.tgz

WS-2018-0075 - Medium Severity Vulnerability

Vulnerable Library - concat-stream-1.5.1.tgz

writable stream that concatenates strings or binary data and calls a callback with the result

Library home page: https://registry.npmjs.org/concat-stream/-/concat-stream-1.5.1.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/concat-stream/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/concat-stream/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • browserify-12.0.1.tgz
      • concat-stream-1.5.1.tgz (Vulnerable Library)

Vulnerability Details

Versions of concat-stream before 1.5.2 are vulnerable to memory exposure if userp provided input is passed into write()

Versions <1.3.0 are not affected due to not using unguarded Buffer constructor.

Publish Date: 2018-04-25

URL: WS-2018-0075

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-01-27

Fix Resolution: 1.5.2


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: /react-samples/product-shop-app/server/package.json

Path to vulnerable library: /tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/package.json,/tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/proxy-addr/node_modules/forwarded/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • proxy-addr-1.0.9.tgz
      • forwarded-0.1.0.tgz (Vulnerable Library)

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://nodesecurity.io/advisories/527

Release Date: 2017-09-26

Fix Resolution: Update to version 0.1.2 or later


Step up your Open Source Security Game with WhiteSource here

CVE-2018-16492 (High) detected in extend-3.0.0.tgz

CVE-2018-16492 - High Severity Vulnerability

Vulnerable Library - extend-3.0.0.tgz

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

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

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/extend/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/extend/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • extend-3.0.0.tgz (Vulnerable Library)

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: v3.0.2,v2.0.2


Step up your Open Source Security Game with WhiteSource here

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

CVE-2017-15010 - High Severity Vulnerability

Vulnerable Library - tough-cookie-2.2.1.tgz

RFC6265 Cookies and Cookie Jar for node.js

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

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tough-cookie/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tough-cookie/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • tough-cookie-2.2.1.tgz (Vulnerable Library)

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

Fix Resolution: 2.3.3


Step up your Open Source Security Game with WhiteSource here

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

CVE-2018-3721 - Medium Severity Vulnerability

Vulnerable Library - lodash-3.10.1.tgz

The modern build of lodash modular utilities.

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

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/lodash/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/lodash/package.json

Dependency Hierarchy:

  • babelify-7.2.0.tgz (Root Library)
    • babel-core-6.3.21.tgz
      • lodash-3.10.1.tgz (Vulnerable Library)

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.

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://nvd.nist.gov/vuln/detail/CVE-2018-3721

Release Date: 2018-06-07

Fix Resolution: 4.17.5


Step up your Open Source Security Game with WhiteSource here

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

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

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tar/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tar/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • tar-2.2.1.tgz (Vulnerable Library)

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

CVE-2016-1000232 (Medium) detected in tough-cookie-2.2.1.tgz

CVE-2016-1000232 - Medium Severity Vulnerability

Vulnerable Library - tough-cookie-2.2.1.tgz

RFC6265 Cookies and Cookie Jar for node.js

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

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tough-cookie/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tough-cookie/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • tough-cookie-2.2.1.tgz (Vulnerable Library)

Vulnerability Details

NodeJS Tough-Cookie version 2.2.2 contains a Regular Expression Parsing vulnerability in HTTP request Cookie Header parsing that can result in Denial of Service. This attack appear to be exploitable via Custom HTTP header passed by client. This vulnerability appears to have been fixed in 2.3.0.

Publish Date: 2018-09-05

URL: CVE-2016-1000232

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: Change files

Origin: salesforce/tough-cookie@6156272

Release Date: 2016-07-21

Fix Resolution: Replace or update the following files: parsing_test.js, cookie.js


Step up your Open Source Security Game with WhiteSource here

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

CVE-2017-16028 - Medium Severity Vulnerability

Vulnerable Library - randomatic-1.1.5.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.5.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/randomatic/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/node_modules/expand-range/node_modules/fill-range/node_modules/randomatic/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • anymatch-1.3.0.tgz
      • micromatch-2.3.7.tgz
        • braces-1.8.3.tgz
          • expand-range-1.8.1.tgz
            • fill-range-2.2.3.tgz
              • randomatic-1.1.5.tgz (Vulnerable Library)

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://nodesecurity.io/advisories/157

Release Date: 2017-04-14

Fix Resolution: Update to version 3.0.0 or later.


Step up your Open Source Security Game with WhiteSource here

WS-2016-0039 (High) detected in shell-quote-1.4.3.tgz

WS-2016-0039 - High Severity Vulnerability

Vulnerable Library - shell-quote-1.4.3.tgz

quote and parse shell commands

Library home page: https://registry.npmjs.org/shell-quote/-/shell-quote-1.4.3.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/outpipe/node_modules/shell-quote/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/outpipe/node_modules/shell-quote/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • outpipe-1.1.1.tgz
      • shell-quote-1.4.3.tgz (Vulnerable Library)

Vulnerability Details

The npm module "shell-quote" cannot correctly escape "greater than" and "lower than" operator used for redirection in shell. This might be possible vulnerability for many application which depends on shell-quote.

Publish Date: 2016-06-21

URL: WS-2016-0039

CVSS 2 Score Details (8.4)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2016-06-21

Fix Resolution: Upgrade to at least version 1.6.1


Step up your Open Source Security Game with WhiteSource here

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

WS-2019-0019 - Medium Severity Vulnerability

Vulnerable Library - braces-1.8.3.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.3.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/anymatch/node_modules/micromatch/node_modules/braces/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • anymatch-1.3.0.tgz
      • micromatch-2.3.7.tgz
        • braces-1.8.3.tgz (Vulnerable Library)

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

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

WS-2019-0100 - Medium Severity Vulnerability

Vulnerable Library - fstream-1.0.8.tgz

Advanced file system stream things

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

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/fstream/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/fstream/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • tar-2.2.1.tgz
            • fstream-1.0.8.tgz (Vulnerable Library)

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-2018-16487 (High) detected in lodash-3.10.1.tgz

CVE-2018-16487 - High Severity Vulnerability

Vulnerable Library - lodash-3.10.1.tgz

The modern build of lodash modular utilities.

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

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/lodash/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/lodash/package.json

Dependency Hierarchy:

  • babelify-7.2.0.tgz (Root Library)
    • babel-core-6.3.21.tgz
      • lodash-3.10.1.tgz (Vulnerable Library)

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 (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://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-16487

Release Date: 2019-02-01

Fix Resolution: 4.17.11


Step up your Open Source Security Game with WhiteSource here

CVE-2016-10539 (High) detected in negotiator-0.5.3.tgz

CVE-2016-10539 - High Severity Vulnerability

Vulnerable Library - negotiator-0.5.3.tgz

HTTP content negotiation

Library home page: https://registry.npmjs.org/negotiator/-/negotiator-0.5.3.tgz

Path to dependency file: /react-samples/simple-express-server-master/package.json

Path to vulnerable library: /tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/accepts/node_modules/negotiator/package.json,/tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/accepts/node_modules/negotiator/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • accepts-1.2.13.tgz
      • negotiator-0.5.3.tgz (Vulnerable Library)

Vulnerability Details

negotiator is an HTTP content negotiator for Node.js and is used by many modules and frameworks including Express and Koa. The header for "Accept-Language", when parsed by negotiator 0.6.0 and earlier is vulnerable to Regular Expression Denial of Service via a specially crafted string.

Publish Date: 2018-05-31

URL: CVE-2016-10539

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/106

Release Date: 2016-06-16

Fix Resolution: Upgrade to at least version 0.6.1

Express users should update to Express 4.14.0 or greater. If you want to see if you are using a vulnerable call, a quick grep for the acceptsLanguages function call in your application will tell you if you are using this functionality.


Step up your Open Source Security Game with WhiteSource here

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

CVE-2018-3750 - High Severity Vulnerability

Vulnerable Library - deep-extend-0.4.0.tgz

Recursive object extending

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

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/deep-extend/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/deep-extend/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • rc-1.1.5.tgz
            • deep-extend-0.4.0.tgz (Vulnerable Library)

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 (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: Change files

Origin: RetireJS/retire.js@6a71696

Release Date: 2018-05-09

Fix Resolution: Replace or update the following file: npmrepository.json


Step up your Open Source Security Game with WhiteSource here

WS-2018-0069 (Low) detected in is-my-json-valid-2.12.3.tgz

WS-2018-0069 - Low Severity Vulnerability

Vulnerable Library - is-my-json-valid-2.12.3.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.12.3.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/is-my-json-valid/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/is-my-json-valid/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • har-validator-2.0.3.tgz
              • is-my-json-valid-2.12.3.tgz (Vulnerable Library)

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-04-21

URL: WS-2018-0069

CVSS 2 Score Details (3.7)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-01-24

Fix Resolution: 1.4.1


Step up your Open Source Security Game with WhiteSource here

WS-2017-0206 (Medium) detected in brace-expansion-1.1.1.tgz, brace-expansion-1.1.2.tgz

WS-2017-0206 - Medium Severity Vulnerability

Vulnerable Libraries - brace-expansion-1.1.1.tgz, brace-expansion-1.1.2.tgz

brace-expansion-1.1.1.tgz

Brace expansion as known from sh/bash

Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • rimraf-2.4.4.tgz
            • glob-5.0.15.tgz
              • minimatch-3.0.0.tgz
                • brace-expansion-1.1.1.tgz (Vulnerable Library)
brace-expansion-1.1.2.tgz

Brace expansion as known from sh/bash

Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babelify/node_modules/babel-core/node_modules/minimatch/node_modules/brace-expansion/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babelify/node_modules/babel-core/node_modules/minimatch/node_modules/brace-expansion/package.json

Dependency Hierarchy:

  • babelify-7.2.0.tgz (Root Library)
    • babel-core-6.3.21.tgz
      • minimatch-2.0.10.tgz
        • brace-expansion-1.1.2.tgz (Vulnerable Library)

Vulnerability Details

Brace-expansion is a module to support bash-like brace expansion in JavaScript.
For example,{1,2,3,4} would expand to 1 2 3 4. brace expansion versions before 1.1.7 are vulnerable to Regular Expression Denial of Service attacks.

Publish Date: 2017-04-25

URL: WS-2017-0206

CVSS 2 Score Details (6.2)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2017-01-31

Fix Resolution: 1.1.7


Step up your Open Source Security Game with WhiteSource here

CVE-2015-9251 (Medium) detected in jquery-1.7.1.min.js

CVE-2015-9251 - Medium Severity Vulnerability

Vulnerable Library - jquery-1.7.1.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js

Path to dependency file: /react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/vm-browserify/example/run/index.html

Path to vulnerable library: /react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/vm-browserify/example/run/index.html

Dependency Hierarchy:

  • jquery-1.7.1.min.js (Vulnerable Library)

Vulnerability Details

jQuery before 3.0.0 is vulnerable to Cross-site Scripting (XSS) attacks when a cross-domain Ajax request is performed without the dataType option, causing text/javascript responses to be executed.

Publish Date: 2018-01-18

URL: CVE-2015-9251

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-2015-9251

Release Date: 2018-01-18

Fix Resolution: 3.0.0


Step up your Open Source Security Game with WhiteSource here

CVE-2017-16026 (Medium) detected in request-2.67.0.tgz

CVE-2017-16026 - Medium Severity Vulnerability

Vulnerable Library - request-2.67.0.tgz

Simplified HTTP request client.

Library home page: https://registry.npmjs.org/request/-/request-2.67.0.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/request/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/request/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz (Vulnerable Library)

Vulnerability Details

Request is an http client. If a request is made using multipart, and the body type is a number, then the specified number of non-zero memory is passed in the body. This affects Request >=2.2.6 <2.47.0 || >2.51.0 <=2.67.0.

Publish Date: 2018-06-04

URL: CVE-2017-16026

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-06-04

Fix Resolution: 2.47.1,2.67.1


Step up your Open Source Security Game with WhiteSource here

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

CVE-2018-1000620 - High 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: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/cryptiles/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/cryptiles/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • hawk-3.1.2.tgz
              • cryptiles-2.0.5.tgz (Vulnerable Library)

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: https://nvd.nist.gov/vuln/detail/CVE-2018-1000620

Release Date: 2019-04-08

Fix Resolution: 4.1.2


Step up your Open Source Security Game with WhiteSource here

CVE-2017-16137 (Medium) detected in debug-0.7.4.tgz, debug-2.2.0.tgz

CVE-2017-16137 - Medium Severity Vulnerability

Vulnerable Libraries - debug-0.7.4.tgz, debug-2.2.0.tgz

debug-0.7.4.tgz

small debugging utility

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

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/debug/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/debug/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • tar-pack-3.1.0.tgz
            • debug-0.7.4.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: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • debug-2.2.0.tgz (Vulnerable Library)

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 (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: Change files

Origin: debug-js/debug@42a6ae0

Release Date: 2017-09-21

Fix Resolution: Replace or update the following file: node.js


Step up your Open Source Security Game with WhiteSource here

CVE-2017-18077 (High) detected in brace-expansion-1.1.1.tgz, brace-expansion-1.1.2.tgz

CVE-2017-18077 - High Severity Vulnerability

Vulnerable Libraries - brace-expansion-1.1.1.tgz, brace-expansion-1.1.2.tgz

brace-expansion-1.1.1.tgz

Brace expansion as known from sh/bash

Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.1.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/rimraf/node_modules/glob/node_modules/minimatch/node_modules/brace-expansion/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • rimraf-2.4.4.tgz
            • glob-5.0.15.tgz
              • minimatch-3.0.0.tgz
                • brace-expansion-1.1.1.tgz (Vulnerable Library)
brace-expansion-1.1.2.tgz

Brace expansion as known from sh/bash

Library home page: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.2.tgz

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babelify/node_modules/babel-core/node_modules/minimatch/node_modules/brace-expansion/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babelify/node_modules/babel-core/node_modules/minimatch/node_modules/brace-expansion/package.json

Dependency Hierarchy:

  • babelify-7.2.0.tgz (Root Library)
    • babel-core-6.3.21.tgz
      • minimatch-2.0.10.tgz
        • brace-expansion-1.1.2.tgz (Vulnerable Library)

Vulnerability Details

index.js in brace-expansion before 1.1.7 is vulnerable to Regular Expression Denial of Service (ReDoS) attacks, as demonstrated by an expand argument containing many comma characters.

Publish Date: 2018-01-27

URL: CVE-2017-18077

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

Release Date: 2018-01-27

Fix Resolution: 1.1.7


Step up your Open Source Security Game with WhiteSource here

WS-2018-0076 (Medium) detected in tunnel-agent-0.4.1.tgz

WS-2018-0076 - Medium Severity Vulnerability

Vulnerable Library - tunnel-agent-0.4.1.tgz

HTTP proxy tunneling agent. Formerly part of mikeal/request, now a standalone module.

Library home page: https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz

Path to dependency file: /react-samples/product-shop-app/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tunnel-agent/package.json,/tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/tunnel-agent/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • tunnel-agent-0.4.1.tgz (Vulnerable Library)

Vulnerability Details

Versions of tunnel-agent before 0.6.0 are vulnerable to memory exposure.

This is exploitable if user supplied input is provided to the auth value and is a number.

Publish Date: 2018-04-25

URL: WS-2018-0076

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-01-27

Fix Resolution: 0.6.0


Step up your Open Source Security Game with WhiteSource here

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

WS-2017-0247 - Low Severity Vulnerability

Vulnerable Library - 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: /react-samples/product-shop-app/server/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/node_modules/ms/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/node_modules/ms/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/node_modules/ms/package.json,/tmp/git/react-samples/react-skeleton/node_modules/babel-preset-react/node_modules/babel-plugin-transform-react-jsx/node_modules/babel-helper-builder-react-jsx/node_modules/babel-types/node_modules/babel-traverse/node_modules/debug/node_modules/ms/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • debug-2.2.0.tgz
      • ms-0.7.1.tgz (Vulnerable Library)

Vulnerability Details

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

Publish Date: 2017-05-15

URL: WS-2017-0247

CVSS 2 Score Details (3.4)

Base Score Metrics not available

Suggested Fix

Type: Change files

Origin: vercel/ms@305f2dd

Release Date: 2017-04-12

Fix Resolution: Replace or update the following file: index.js


Step up your Open Source Security Game with WhiteSource here

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

CVE-2017-16119 - High Severity Vulnerability

Vulnerable Library - fresh-0.3.0.tgz

HTTP response freshness testing

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

Path to dependency file: /react-samples/product-shop-app/server/package.json

Path to vulnerable library: /tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/fresh/package.json,/tmp/git/react-samples/simple-express-server-master/node_modules/express/node_modules/fresh/package.json

Dependency Hierarchy:

  • express-4.13.3.tgz (Root Library)
    • fresh-0.3.0.tgz (Vulnerable Library)

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.


Step up your Open Source Security Game with WhiteSource here

WS-2018-0084 (High) detected in sshpk-1.7.0.tgz

WS-2018-0084 - High Severity Vulnerability

Vulnerable Library - sshpk-1.7.0.tgz

A library for finding and using SSH public keys

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

Path to dependency file: /react-samples/react-skeleton/package.json

Path to vulnerable library: /tmp/git/react-samples/react-skeleton/node_modules/watchify/node_modules/chokidar/node_modules/fsevents/node_modules/sshpk/package.json

Dependency Hierarchy:

  • watchify-3.6.1.tgz (Root Library)
    • chokidar-1.4.1.tgz
      • fsevents-1.0.6.tgz
        • node-pre-gyp-0.6.17.tgz
          • request-2.67.0.tgz
            • http-signature-1.1.0.tgz
              • sshpk-1.7.0.tgz (Vulnerable Library)

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-2012-6708 (Medium) detected in jquery-1.7.1.min.js

CVE-2012-6708 - Medium Severity Vulnerability

Vulnerable Library - jquery-1.7.1.min.js

JavaScript library for DOM operations

Library home page: https://cdnjs.cloudflare.com/ajax/libs/jquery/1.7.1/jquery.min.js

Path to dependency file: /react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/vm-browserify/example/run/index.html

Path to vulnerable library: /react-samples/react-skeleton/node_modules/watchify/node_modules/browserify/node_modules/vm-browserify/example/run/index.html

Dependency Hierarchy:

  • jquery-1.7.1.min.js (Vulnerable Library)

Vulnerability Details

jQuery before 1.9.0 is vulnerable to Cross-site Scripting (XSS) attacks. The jQuery(strInput) function does not differentiate selectors from HTML in a reliable fashion. In vulnerable versions, jQuery determined whether the input was HTML by looking for the '<' character anywhere in the string, giving attackers more flexibility when attempting to construct a malicious payload. In fixed versions, jQuery only deems the input to be HTML if it explicitly starts with the '<' character, limiting exploitability only to attackers who can control the beginning of a string, which is far less common.

Publish Date: 2018-01-18

URL: CVE-2012-6708

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-2012-6708

Release Date: 2018-01-18

Fix Resolution: 1.9.0


Step up your Open Source Security Game with WhiteSource 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.