Dima2021 / juice-shop

OWASP Juice Shop: Probably the most modern and sophisticated insecure web application
https://owasp-juice.shop
MIT License
0 stars 0 forks source link

check-dependencies-1.1.0.tgz: 3 vulnerabilities (highest severity is: 9.8) #179

Open mend-for-github-com[bot] opened 1 year ago

mend-for-github-com[bot] commented 1 year ago
Vulnerable Library - check-dependencies-1.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/bower-config/node_modules/minimist/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (check-dependencies version) Remediation Available
CVE-2021-44906 High 9.8 minimist-0.2.1.tgz Transitive N/A*
CVE-2022-21213 High 7.5 mout-1.2.3.tgz Transitive N/A*
CVE-2022-38900 High 7.5 decode-uri-component-0.2.0.tgz Transitive N/A*

*For some transitive vulnerabilities, there is no version of direct dependency with a fix. Check the "Details" section below to see if there is a version of transitive dependency where vulnerability is fixed.

Details

CVE-2021-44906 ### Vulnerable Library - minimist-0.2.1.tgz

parse argument options

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/bower-config/node_modules/minimist/package.json

Dependency Hierarchy: - check-dependencies-1.1.0.tgz (Root Library) - bower-config-1.4.3.tgz - :x: **minimist-0.2.1.tgz** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

Minimist <=1.2.5 is vulnerable to Prototype Pollution via file index.js, function setKey() (lines 69-95).

Publish Date: 2022-03-17

URL: CVE-2021-44906

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

Release Date: 2022-03-17

Fix Resolution: minimist - 1.2.6

CVE-2022-21213 ### Vulnerable Library - mout-1.2.3.tgz

Modular Utilities

Library home page: https://registry.npmjs.org/mout/-/mout-1.2.3.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy: - check-dependencies-1.1.0.tgz (Root Library) - bower-config-1.4.3.tgz - :x: **mout-1.2.3.tgz** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

This affects all versions of package mout. The deepFillIn function can be used to 'fill missing properties recursively', while the deepMixIn mixes objects into the target object, recursively mixing existing child objects as well. In both cases, the key used to access the target object recursively is not checked, leading to exploiting this vulnerability. **Note:** This vulnerability derives from an incomplete fix of [CVE-2020-7792](https://security.snyk.io/vuln/SNYK-JS-MOUT-1014544).

Publish Date: 2022-06-17

URL: CVE-2022-21213

### 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.

CVE-2022-38900 ### Vulnerable Library - decode-uri-component-0.2.0.tgz

A better decodeURIComponent

Library home page: https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/decode-uri-component/package.json

Dependency Hierarchy: - check-dependencies-1.1.0.tgz (Root Library) - findup-sync-2.0.0.tgz - micromatch-3.1.10.tgz - snapdragon-0.8.2.tgz - source-map-resolve-0.5.3.tgz - :x: **decode-uri-component-0.2.0.tgz** (Vulnerable Library)

Found in base branch: master

### Vulnerability Details

decode-uri-component 0.2.0 is vulnerable to Improper Input Validation resulting in DoS.

Publish Date: 2022-11-28

URL: CVE-2022-38900

### 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://github.com/advisories/GHSA-w573-4hg7-7wgq

Release Date: 2022-11-28

Fix Resolution: decode-uri-component - 0.2.1