uniquelyparticular / sync-shipengine-to-moltin

This Particular example demonstrates how you can sync shipping delivered status from ShipEngine into Moltin via Webhook API.
https://uniquelyparticular.com
MIT License
1 stars 0 forks source link

WS-2020-0068 (High) detected in multiple libraries #79

Open mend-bolt-for-github[bot] opened 4 years ago

mend-bolt-for-github[bot] commented 4 years ago

WS-2020-0068 - High Severity Vulnerability

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

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: /tmp/ws-scm/sync-shipengine-to-moltin/package.json

Path to vulnerable library: /tmp/ws-scm/sync-shipengine-to-moltin/node_modules/ts-jest/node_modules/yargs-parser/package.json

Dependency Hierarchy: - ts-jest-24.0.2.tgz (Root Library) - :x: **yargs-parser-10.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: /tmp/ws-scm/sync-shipengine-to-moltin/package.json

Path to vulnerable library: /tmp/ws-scm/sync-shipengine-to-moltin/node_modules/npm/node_modules/yargs-parser/package.json

Dependency Hierarchy: - micro-dev-3.0.0.tgz (Root Library) - jsome-2.5.0.tgz - yargs-11.1.0.tgz - :x: **yargs-parser-9.0.2.tgz** (Vulnerable Library)

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: /tmp/ws-scm/sync-shipengine-to-moltin/package.json

Path to vulnerable library: /tmp/ws-scm/sync-shipengine-to-moltin/node_modules/semantic-release/node_modules/yargs-parser/package.json

Dependency Hierarchy: - semantic-release-15.13.14.tgz (Root Library) - yargs-13.2.4.tgz - :x: **yargs-parser-13.1.0.tgz** (Vulnerable Library)

Found in HEAD commit: 99cd2c67c336373c1c6a3e73206cff6053e41929

Vulnerability Details

Affected versions of yargs-parser are vulnerable to prototype pollution. Arguments are not properly sanitized, allowing an attacker to modify the prototype of Object, causing the addition or modification of an existing property that will exist on all objects. Parsing the argument --foo.__proto__.bar baz' adds a bar property with value baz to all objects. This is only exploitable if attackers have control over the arguments being passed to yargs-parser.

Publish Date: 2020-05-01

URL: WS-2020-0068

CVSS 3 Score Details (7.5)

Base Score Metrics: - Exploitability Metrics: - Attack Vector: Adjacent - Attack Complexity: High - Privileges Required: None - User Interaction: None - Scope: Unchanged - Impact Metrics: - Confidentiality Impact: High - Integrity Impact: High - Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://www.npmjs.com/package/yargs-parser

Release Date: 2020-05-04

Fix Resolution: https://www.npmjs.com/package/yargs-parser/v/18.1.2,https://www.npmjs.com/package/yargs-parser/v/15.0.1


Step up your Open Source Security Game with WhiteSource here