Code Monkey home page Code Monkey logo

hf-trello-estimator's Introduction

HF-Trello-Estimator

A hackaton project while working at Gemology in Rabat, Morocco.

hf-trello-estimator's People

Contributors

halidcisse avatar merraysy avatar

Stargazers

 avatar

Watchers

 avatar

hf-trello-estimator's Issues

CVE-2019-5413 (High) detected in morgan-1.6.1.tgz

CVE-2019-5413 - High Severity Vulnerability

Vulnerable Library - morgan-1.6.1.tgz

HTTP request logger middleware for node.js

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/morgan/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • connect-2.30.3.tgz
        • morgan-1.6.1.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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 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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/negotiator/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • connect-2.30.3.tgz
        • compression-1.5.2.tgz
          • accepts-1.2.13.tgz
            • negotiator-0.5.3.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/fresh/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • fresh-0.3.0.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2019-0017 (Medium) detected in clean-css-3.4.28.tgz

WS-2019-0017 - Medium Severity Vulnerability

Vulnerable Library - clean-css-3.4.28.tgz

A well-tested CSS minifier

Library home page: https://registry.npmjs.org/clean-css/-/clean-css-3.4.28.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/clean-css/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-contrib-cssmin-1.0.1.tgz
      • clean-css-3.4.28.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

Version of clean-css prior to 4.1.11 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-02-21

URL: WS-2019-0017

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2019-02-21

Fix Resolution: v4.1.11


Step up your Open Source Security Game with WhiteSource here

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

CVE-2017-16137 - Medium Severity Vulnerability

Vulnerable Libraries - debug-2.6.1.tgz, debug-2.3.3.tgz, debug-2.2.0.tgz

debug-2.6.1.tgz

small debugging utility

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/skipper/node_modules/body-parser/node_modules/debug/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • skipper-0.7.6.tgz
      • body-parser-1.17.1.tgz
        • debug-2.6.1.tgz (Vulnerable Library)
debug-2.3.3.tgz

small debugging utility

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/engine.io-client/node_modules/debug/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-sockets-0.13.14.tgz
      • socket.io-1.7.3.tgz
        • engine.io-1.8.3.tgz
          • debug-2.3.3.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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/debug/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • debug-2.2.0.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

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

WS-2019-0063 - High Severity Vulnerability

Vulnerable Library - js-yaml-3.5.5.tgz

YAML 1.2 parser and serializer

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/js-yaml/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-1.0.1.tgz
      • js-yaml-3.5.5.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

URL: WS-2019-0063

CVSS 2 Score Details (8.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2019-04-30

Fix Resolution: 3.13.1


Step up your Open Source Security Game with WhiteSource here

WS-2019-0032 (Medium) detected in js-yaml-3.5.5.tgz

WS-2019-0032 - Medium Severity Vulnerability

Vulnerable Library - js-yaml-3.5.5.tgz

YAML 1.2 parser and serializer

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/js-yaml/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-1.0.1.tgz
      • js-yaml-3.5.5.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

URL: WS-2019-0032

CVSS 2 Score Details (5.0)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2019-03-26

Fix Resolution: 3.13.0


Step up your Open Source Security Game with WhiteSource here

WS-2017-0421 (High) detected in ws-1.1.2.tgz

WS-2017-0421 - High Severity Vulnerability

Vulnerable Library - ws-1.1.2.tgz

simple to use, blazing fast and thoroughly tested websocket client, server and console for node.js, up-to-date against RFC-6455

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/ws/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-sockets-0.13.14.tgz
      • socket.io-1.7.3.tgz
        • engine.io-1.8.3.tgz
          • ws-1.1.2.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

Affected version of ws (0.2.6--3.3.0) are vulnerable to A specially crafted value of the Sec-WebSocket-Extensions header that used Object.prototype property names as extension or parameter names could be used to make a ws server crash.

Publish Date: 2017-11-08

URL: WS-2017-0421

CVSS 2 Score Details (7.5)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2019-01-24

Fix Resolution: 3.3.1


Step up your Open Source Security Game with WhiteSource here

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

CVE-2018-3750 - High Severity Vulnerability

Vulnerable Library - deep-extend-0.2.11.tgz

Recursive object extending.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/deep-extend/package.json

Dependency Hierarchy:

  • rc-1.0.1.tgz (Root Library)
    • deep-extend-0.2.11.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2017-0247 (Low) detected in ms-0.7.1.tgz, ms-0.7.2.tgz

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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/ms/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • serve-favicon-2.3.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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/socket.io-client/node_modules/ms/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-sockets-0.13.14.tgz
      • socket.io-1.7.3.tgz
        • engine.io-1.8.3.tgz
          • debug-2.3.3.tgz
            • ms-0.7.2.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

WS-2018-0148 (Low) detected in utile-0.2.1.tgz

WS-2018-0148 - Low Severity Vulnerability

Vulnerable Library - utile-0.2.1.tgz

A drop-in replacement for `util` with some additional advantageous functions

Library home page: https://registry.npmjs.org/utile/-/utile-0.2.1.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/utile/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • prompt-0.2.14.tgz
      • utile-0.2.1.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

utile allocates uninitialized Buffers when number is passed in input.
Before version 0.3.0

Publish Date: 2018-07-16

URL: WS-2018-0148

CVSS 2 Score Details (1.8)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-01-16

Fix Resolution: 0.3.0


Step up your Open Source Security Game with WhiteSource here

CVE-2018-3721 (Medium) detected in multiple libraries

CVE-2018-3721 - Medium Severity Vulnerability

Vulnerable Libraries - lodash-2.4.1.tgz, lodash-3.10.1.tgz, lodash-3.9.3.tgz, lodash-2.4.2.tgz, lodash-4.3.0.tgz

lodash-2.4.1.tgz

A utility library delivering consistency, customization, performance, & extras.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/reportback/node_modules/captains-log/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • reportback-0.1.9.tgz
      • captains-log-0.11.11.tgz
        • lodash-2.4.1.tgz (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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/lodash/package.json

Dependency Hierarchy:

  • include-all-1.0.8.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-3.9.3.tgz

The modern build of lodash modular utilities.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/anchor/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-generate-0.13.0.tgz
      • sails-generate-new-0.10.29.tgz
        • lodash-3.9.3.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/machine/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-orm-1.0.9.tgz
      • waterline-0.11.12.tgz
        • waterline-criteria-0.11.2.tgz
          • lodash-2.4.2.tgz (Vulnerable Library)
lodash-4.3.0.tgz

Lodash modular utilities.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/grunt-legacy-util/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-1.0.1.tgz
      • grunt-legacy-util-1.0.0.tgz
        • lodash-4.3.0.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2018-0075 (Medium) detected in concat-stream-1.4.10.tgz

WS-2018-0075 - Medium Severity Vulnerability

Vulnerable Library - concat-stream-1.4.10.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.4.10.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/anchor/node_modules/geojsonhint/node_modules/concat-stream/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • anchor-0.10.5.tgz
      • geojsonhint-1.1.0.tgz
        • concat-stream-1.4.10.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-16113 (High) detected in parsejson-0.0.3.tgz

CVE-2017-16113 - High Severity Vulnerability

Vulnerable Library - parsejson-0.0.3.tgz

Method that parses a JSON string and returns a JSON object

Library home page: https://registry.npmjs.org/parsejson/-/parsejson-0.0.3.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/parsejson/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-sockets-0.13.14.tgz
      • socket.io-1.7.3.tgz
        • socket.io-client-1.7.3.tgz
          • engine.io-client-1.8.3.tgz
            • parsejson-0.0.3.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

The parsejson module is vulnerable to regular expression denial of service when untrusted user input is passed into it to be parsed.

Publish Date: 2018-06-07

URL: CVE-2017-16113

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

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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/mime/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • send-0.13.0.tgz
        • mime-1.3.4.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2018-0209 (Medium) detected in morgan-1.6.1.tgz

WS-2018-0209 - Medium Severity Vulnerability

Vulnerable Library - morgan-1.6.1.tgz

HTTP request logger middleware for node.js

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/morgan/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • connect-2.30.3.tgz
        • morgan-1.6.1.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2016-10540 (High) detected in minimatch-2.0.10.tgz

CVE-2016-10540 - High Severity Vulnerability

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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/grunt-sync/node_modules/minimatch/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-sync-0.5.2.tgz
      • glob-4.5.3.tgz
        • minimatch-2.0.10.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

CVE-2017-1000228 (High) detected in ejs-2.3.4.tgz, ejs-0.8.8.tgz

CVE-2017-1000228 - High Severity Vulnerability

Vulnerable Libraries - ejs-2.3.4.tgz, ejs-0.8.8.tgz

ejs-2.3.4.tgz

Embedded JavaScript templates

Library home page: https://registry.npmjs.org/ejs/-/ejs-2.3.4.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/ejs/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • ejs-2.3.4.tgz (Vulnerable Library)
ejs-0.8.8.tgz

Embedded JavaScript templates

Library home page: https://registry.npmjs.org/ejs/-/ejs-0.8.8.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/ejs-locals/node_modules/ejs/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • ejs-locals-1.0.2.tgz
      • ejs-0.8.8.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

nodejs ejs versions older than 2.5.3 is vulnerable to remote code execution due to weak input validation in ejs.renderFile() function

Publish Date: 2017-11-17

URL: CVE-2017-1000228

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: mde/ejs@3d447c5

Release Date: 2016-11-28

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


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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/mime/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • express-3.21.3.tgz
      • send-0.13.0.tgz
        • mime-1.3.4.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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-2018-16487 (High) detected in multiple libraries

CVE-2018-16487 - High Severity Vulnerability

Vulnerable Libraries - lodash-2.4.1.tgz, lodash-3.10.1.tgz, lodash-3.9.3.tgz, lodash-2.4.2.tgz, lodash-4.3.0.tgz

lodash-2.4.1.tgz

A utility library delivering consistency, customization, performance, & extras.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/reportback/node_modules/captains-log/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • reportback-0.1.9.tgz
      • captains-log-0.11.11.tgz
        • lodash-2.4.1.tgz (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: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/lodash/package.json

Dependency Hierarchy:

  • include-all-1.0.8.tgz (Root Library)
    • lodash-3.10.1.tgz (Vulnerable Library)
lodash-3.9.3.tgz

The modern build of lodash modular utilities.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/anchor/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-generate-0.13.0.tgz
      • sails-generate-new-0.10.29.tgz
        • lodash-3.9.3.tgz (Vulnerable Library)
lodash-2.4.2.tgz

A utility library delivering consistency, customization, performance, & extras.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/machine/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • sails-hook-orm-1.0.9.tgz
      • waterline-0.11.12.tgz
        • waterline-criteria-0.11.2.tgz
          • lodash-2.4.2.tgz (Vulnerable Library)
lodash-4.3.0.tgz

Lodash modular utilities.

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

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/grunt-legacy-util/node_modules/lodash/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • grunt-1.0.1.tgz
      • grunt-legacy-util-1.0.0.tgz
        • lodash-4.3.0.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

WS-2018-0111 (High) detected in base64-url-1.2.1.tgz

WS-2018-0111 - High Severity Vulnerability

Vulnerable Library - base64-url-1.2.1.tgz

Base64 encode, decode, escape and unescape for URL applications

Library home page: https://registry.npmjs.org/base64-url/-/base64-url-1.2.1.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/base64-url/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • uid-safe-1.1.0.tgz
      • base64-url-1.2.1.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

Vulnerability Details

Versions of base64-url before 2.0.0 are vulnerable to out-of-bounds read as it allocates uninitialized Buffers when number is passed in input.

Publish Date: 2018-05-16

URL: WS-2018-0111

CVSS 2 Score Details (8.6)

Base Score Metrics not available

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-01-27

Fix Resolution: 2.0.0


Step up your Open Source Security Game with WhiteSource here

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

CVE-2017-16136 - High Severity Vulnerability

Vulnerable Library - method-override-2.3.5.tgz

Override HTTP verbs

Library home page: http://registry.npmjs.org/method-override/-/method-override-2.3.5.tgz

Path to dependency file: /HF-Trello-Estimator/package.json

Path to vulnerable library: /tmp/git/HF-Trello-Estimator/node_modules/method-override/package.json

Dependency Hierarchy:

  • sails-0.12.14.tgz (Root Library)
    • method-override-2.3.5.tgz (Vulnerable Library)

Found in HEAD commit: 91410603cb02e1e4dfcf912543301e47f8a392dd

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

Release Date: 2017-09-27

Fix Resolution: Update to version 2.3.10 or later


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.