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

CVE-2020-7608 (Medium) detected in multiple libraries #108

Open
mend-bolt-for-github bot opened this issue Apr 28, 2020 · 0 comments
Open

CVE-2020-7608 (Medium) detected in multiple libraries #108

mend-bolt-for-github bot opened this issue Apr 28, 2020 · 0 comments
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

@mend-bolt-for-github
Copy link
Contributor

mend-bolt-for-github bot commented Apr 28, 2020

CVE-2020-7608 - Medium Severity Vulnerability

Vulnerable Libraries - yargs-parser-13.1.0.tgz, yargs-parser-9.0.2.tgz, yargs-parser-11.1.1.tgz, yargs-parser-10.1.0.tgz

yargs-parser-13.1.0.tgz

the mighty option parser used by yargs

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

Path to dependency file: import-moltin-to-algolia/package.json

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

Dependency Hierarchy:

  • semantic-release-15.13.15.tgz (Root Library)
    • yargs-13.2.4.tgz
      • yargs-parser-13.1.0.tgz (Vulnerable Library)
yargs-parser-9.0.2.tgz

the mighty option parser used by yargs

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

Path to dependency file: import-moltin-to-algolia/package.json

Path to vulnerable library: import-moltin-to-algolia/node_modules/npm/node_modules/yargs-parser/package.json

Dependency Hierarchy:

  • semantic-release-15.13.15.tgz (Root Library)
    • npm-5.1.7.tgz
      • npm-6.9.0.tgz
        • libnpx-10.2.0.tgz
          • yargs-11.0.0.tgz
            • yargs-parser-9.0.2.tgz (Vulnerable Library)
yargs-parser-11.1.1.tgz

the mighty option parser used by yargs

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

Path to dependency file: import-moltin-to-algolia/package.json

Path to vulnerable library: import-moltin-to-algolia/node_modules/jest-runtime/node_modules/yargs-parser/package.json,import-moltin-to-algolia/node_modules/jest/node_modules/yargs-parser/package.json

Dependency Hierarchy:

  • jest-24.8.0.tgz (Root Library)
    • jest-cli-24.8.0.tgz
      • yargs-12.0.5.tgz
        • yargs-parser-11.1.1.tgz (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: import-moltin-to-algolia/package.json

Path to vulnerable library: import-moltin-to-algolia/node_modules/ts-jest/node_modules/yargs-parser/package.json

Dependency Hierarchy:

  • ts-jest-24.0.2.tgz (Root Library)
    • yargs-parser-10.1.0.tgz (Vulnerable Library)

Found in HEAD commit: 96d5036998190b909eb8340eda98b0408660212a

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

Origin: yargs/yargs-parser@63810ca

Release Date: 2020-06-05

Fix Resolution: 5.0.1;13.1.2;15.0.1;18.1.1


Step up your Open Source Security Game with WhiteSource here

@mend-bolt-for-github mend-bolt-for-github bot added the security vulnerability Security vulnerability detected by WhiteSource label Apr 28, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (High) detected in multiple libraries CVE-2020-7608 (Medium) detected in multiple libraries Oct 29, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in multiple libraries CVE-2020-7608 (Medium) detected in yargs-parser-10.1.0.tgz, yargs-parser-11.1.1.tgz Oct 29, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in yargs-parser-10.1.0.tgz, yargs-parser-11.1.1.tgz CVE-2020-7608 (Medium) detected in yargs-parser-9.0.2.tgz, yargs-parser-13.1.0.tgz Oct 29, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in yargs-parser-9.0.2.tgz, yargs-parser-13.1.0.tgz CVE-2020-7608 (Medium) detected in multiple libraries Nov 28, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in multiple libraries CVE-2020-7608 (Medium) detected in yargs-parser-10.1.0.tgz, yargs-parser-11.1.1.tgz Nov 28, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in yargs-parser-10.1.0.tgz, yargs-parser-11.1.1.tgz CVE-2020-7608 (Medium) detected in yargs-parser-9.0.2.tgz, yargs-parser-13.1.0.tgz Nov 28, 2020
@mend-bolt-for-github mend-bolt-for-github bot changed the title CVE-2020-7608 (Medium) detected in yargs-parser-9.0.2.tgz, yargs-parser-13.1.0.tgz CVE-2020-7608 (Medium) detected in multiple libraries Nov 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants