Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

concurrently-4.0.1.tgz: 6 vulnerabilities (highest severity is: 9.8) reachable #25

Open
dev-mend-for-jackfan.us.kg bot opened this issue May 31, 2024 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-jackfan.us.kg
Copy link

dev-mend-for-jackfan.us.kg bot commented May 31, 2024

Vulnerable Library - concurrently-4.0.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/hosted-git-info/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (concurrently version) Remediation Possible** Reachability
CVE-2019-15599 Critical 9.8 tree-kill-1.2.0.tgz Transitive 4.1.0

Reachable

CVE-2021-3807 High 7.5 ansi-regex-3.0.0.tgz Transitive 4.1.0

Reachable

CVE-2020-7774 High 7.3 y18n-3.2.1.tgz Transitive 4.1.0

Reachable

CVE-2021-23362 Medium 5.3 hosted-git-info-2.6.0.tgz Transitive 4.1.0

Reachable

CVE-2020-7608 Medium 5.3 yargs-parser-10.1.0.tgz Transitive 5.0.1

Reachable

WS-2019-0307 Medium 5.1 mem-1.1.0.tgz Transitive 4.1.0

Reachable

**In some cases, Remediation PR cannot be created automatically for a vulnerability despite the availability of remediation

Details

CVE-2019-15599

Vulnerable Library - tree-kill-1.2.0.tgz

kill trees of processes

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/tree-kill/package.json

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • tree-kill-1.2.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

cezerin-0.33.0/package.json (Application)
  -> concurrently-4.0.1/bin/concurrently.js (Extension)
   -> concurrently-4.0.1/index.js (Extension)
    -> concurrently-4.0.1/src/concurrently.js (Extension)
     -> ❌ tree-kill-1.2.0/index.js (Vulnerable Component)

Vulnerability Details

A Code Injection exists in tree-kill on Windows which allows a remote code execution when an attacker is able to control the input into the command.
Mend Note: Converted from WS-2020-0005, on 2022-11-08.

Publish Date: 2019-12-18

URL: CVE-2019-15599

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

Release Date: 2019-12-18

Fix Resolution (tree-kill): 1.2.2

Direct dependency fix Resolution (concurrently): 4.1.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-3807

Vulnerable Library - ansi-regex-3.0.0.tgz

Regular expression for matching ANSI escape codes

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/concurrently/node_modules/ansi-regex/package.json,/node_modules/eslint/node_modules/ansi-regex/package.json,/node_modules/table/node_modules/ansi-regex/package.json,/node_modules/webpack-cli/node_modules/ansi-regex/package.json,/node_modules/pretty-format/node_modules/ansi-regex/package.json,/node_modules/inquirer/node_modules/ansi-regex/package.json

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • yargs-12.0.1.tgz
      • string-width-2.1.1.tgz
        • strip-ansi-4.0.0.tgz
          • ansi-regex-3.0.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

cezerin-0.33.0/package.json (Application)
  -> eslint-5.4.0/bin/eslint.js (Extension)
   -> eslint-5.4.0/lib/config/config-initializer.js (Extension)
    -> inquirer-5.2.0/lib/prompts/password.js (Extension)
    ...
      -> inquirer-5.2.0/lib/utils/screen-manager.js (Extension)
       -> strip-ansi-4.0.0/index.js (Extension)
        -> ❌ ansi-regex-3.0.0/index.js (Vulnerable Component)

Vulnerability Details

ansi-regex is vulnerable to Inefficient Regular Expression Complexity

Publish Date: 2021-09-17

URL: CVE-2021-3807

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://huntr.dev/bounties/5b3cf33b-ede0-4398-9974-800876dfd994/

Release Date: 2021-09-17

Fix Resolution (ansi-regex): 3.0.1

Direct dependency fix Resolution (concurrently): 4.1.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2020-7774

Vulnerable Library - y18n-3.2.1.tgz

the bare-bones internationalization library used by yargs

Library home page: https://registry.npmjs.org/y18n/-/y18n-3.2.1.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • yargs-12.0.1.tgz
      • y18n-3.2.1.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

y18n-3.2.1/index.js (Application)
  -> yargs-12.0.1/yargs.js (Extension)
   -> yargs-12.0.1/index.js (Extension)
    -> concurrently-4.0.1/bin/concurrently.js (Extension)
     -> ❌ cezerin-0.33.0/package.json (Vulnerable Component)

Vulnerability Details

The package y18n before 3.2.2, 4.0.1 and 5.0.5, is vulnerable to Prototype Pollution.

Publish Date: 2020-11-17

URL: CVE-2020-7774

CVSS 3 Score Details (7.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2020-11-17

Fix Resolution (y18n): 3.2.2

Direct dependency fix Resolution (concurrently): 4.1.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-23362

Vulnerable Library - hosted-git-info-2.6.0.tgz

Provides metadata and conversions from repository urls for Github, Bitbucket and Gitlab

Library home page: https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/hosted-git-info/package.json

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • read-pkg-4.0.1.tgz
      • normalize-package-data-2.4.0.tgz
        • hosted-git-info-2.6.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

cezerin-0.33.0/package.json (Application)
  -> concurrently-4.0.1/bin/concurrently.js (Extension)
   -> concurrently-4.0.1/index.js (Extension)
    -> concurrently-4.0.1/src/command-parser/expand-npm-wildcard.js (Extension)
    ...
      -> normalize-package-data-2.4.0/lib/normalize.js (Extension)
       -> normalize-package-data-2.4.0/lib/fixer.js (Extension)
        -> ❌ hosted-git-info-2.6.0/index.js (Vulnerable Component)

Vulnerability Details

The package hosted-git-info before 3.0.8 are vulnerable to Regular Expression Denial of Service (ReDoS) via regular expression shortcutMatch in the fromUrl function in index.js. The affected regular expression exhibits polynomial worst-case time complexity.

Publish Date: 2021-03-23

URL: CVE-2021-23362

CVSS 3 Score Details (5.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-43f8-2h32-f4cj

Release Date: 2021-03-23

Fix Resolution (hosted-git-info): 2.8.9

Direct dependency fix Resolution (concurrently): 4.1.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2020-7608

Vulnerable Library - yargs-parser-10.1.0.tgz

the mighty option parser used by yargs

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/webpack-cli/node_modules/yargs-parser/package.json,/node_modules/concurrently/node_modules/yargs-parser/package.json

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • yargs-12.0.1.tgz
      • yargs-parser-10.1.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

yargs-parser-10.1.0/index.js (Application)
  -> yargs-12.0.1/yargs.js (Extension)
   -> yargs-12.0.1/index.js (Extension)
    -> concurrently-4.0.1/bin/concurrently.js (Extension)
     -> ❌ cezerin-0.33.0/package.json (Vulnerable Component)

Vulnerability Details

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

Publish Date: 2020-03-16

URL: CVE-2020-7608

CVSS 3 Score Details (5.3)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2020-03-16

Fix Resolution (yargs-parser): 13.1.2

Direct dependency fix Resolution (concurrently): 5.0.1

⛑️ Automatic Remediation will be attempted for this issue.

WS-2019-0307

Vulnerable Library - mem-1.1.0.tgz

Memoize functions - An optimization used to speed up consecutive function calls by caching the result of calls with identical input

Library home page: https://registry.npmjs.org/mem/-/mem-1.1.0.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • concurrently-4.0.1.tgz (Root Library)
    • yargs-12.0.1.tgz
      • os-locale-2.1.0.tgz
        • mem-1.1.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

mem-1.1.0/index.js (Application)
  -> os-locale-2.1.0/index.js (Extension)
   -> yargs-12.0.1/yargs.js (Extension)
    -> yargs-12.0.1/index.js (Extension)
     -> concurrently-4.0.1/bin/concurrently.js (Extension)
      -> ❌ cezerin-0.33.0/package.json (Vulnerable Component)

Vulnerability Details

In 'mem' before v4.0.0 there is a Denial of Service (DoS) vulnerability as a result of a failure in removal old values from the cache.

Publish Date: 2018-08-27

URL: WS-2019-0307

CVSS 3 Score Details (5.1)

Base Score Metrics:

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

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

Release Date: 2018-08-27

Fix Resolution (mem): 4.0.0

Direct dependency fix Resolution (concurrently): 4.1.0

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@dev-mend-for-jackfan.us.kg dev-mend-for-jackfan.us.kg bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label May 31, 2024
@dev-mend-for-jackfan.us.kg dev-mend-for-jackfan.us.kg bot changed the title concurrently-4.0.1.tgz: 2 vulnerabilities (highest severity is: 9.8) reachable concurrently-4.0.1.tgz: 2 vulnerabilities (highest severity is: 9.8) Jun 21, 2024
@dev-mend-for-jackfan.us.kg dev-mend-for-jackfan.us.kg bot changed the title concurrently-4.0.1.tgz: 2 vulnerabilities (highest severity is: 9.8) concurrently-4.0.1.tgz: 6 vulnerabilities (highest severity is: 9.8) Jan 12, 2025
@dev-mend-for-jackfan.us.kg dev-mend-for-jackfan.us.kg bot changed the title concurrently-4.0.1.tgz: 6 vulnerabilities (highest severity is: 9.8) concurrently-4.0.1.tgz: 5 vulnerabilities (highest severity is: 9.8) Jan 12, 2025
@dev-mend-for-jackfan.us.kg dev-mend-for-jackfan.us.kg bot changed the title concurrently-4.0.1.tgz: 5 vulnerabilities (highest severity is: 9.8) concurrently-4.0.1.tgz: 6 vulnerabilities (highest severity is: 9.8) reachable Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend
Projects
None yet
Development

No branches or pull requests

0 participants