-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Vulnerable Library - grunt-contrib-jshint-0.11.3.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Vulnerabilities
| CVE | Severity | Dependency | Type | Fixed in (grunt-contrib-jshint version) | Remediation Available | |
|---|---|---|---|---|---|---|
| CVE-2019-10744 | 9.1 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| WS-2016-0036 | 7.5 | cli-0.6.6.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2022-3517 | 7.5 | minimatch-2.0.10.tgz | Transitive | N/A* | ❌ | |
| CVE-2016-10540 | 7.5 | minimatch-2.0.10.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2020-8203 | 7.4 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2021-23337 | 7.2 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2022-0144 | 7.1 | shelljs-0.3.0.tgz | Transitive | 3.1.0 | ✅ | |
| CVE-2019-1010266 | 6.5 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2018-3721 | 6.5 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2018-16487 | 5.6 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2020-28500 | 5.3 | lodash-3.7.0.tgz | Transitive | 0.12.0 | ✅ | |
| CVE-2016-10538 | 3.5 | cli-0.6.6.tgz | Transitive | 0.12.0 | ✅ |
*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-2019-10744
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
Versions of lodash lower than 4.17.12 are vulnerable to Prototype Pollution. The function defaultsDeep could be tricked into adding or modifying properties of Object.prototype using a constructor payload.
Publish Date: 2019-07-26
URL: CVE-2019-10744
CVSS 3 Score Details (9.1)
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: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: GHSA-jf85-cpcp-j695
Release Date: 2019-07-26
Fix Resolution (lodash): 4.17.12
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
WS-2016-0036
Vulnerable Library - cli-0.6.6.tgz
A tool for rapidly building command line apps
Library home page: https://registry.npmjs.org/cli/-/cli-0.6.6.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/cli/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ cli-0.6.6.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
The package node-cli insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.
Publish Date: 2016-08-16
URL: WS-2016-0036
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: High
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Release Date: 2016-08-16
Fix Resolution (cli): 1.0.0
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2022-3517
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: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/grunt-browserify/node_modules/minimatch/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ minimatch-2.0.10.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
A vulnerability was found in the minimatch package. This flaw allows a Regular Expression Denial of Service (ReDoS) when calling the braceExpand function with specific arguments, resulting in a Denial of Service.
Publish Date: 2022-10-17
URL: CVE-2022-3517
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
Suggested Fix
Type: Upgrade version
Release Date: 2022-10-17
Fix Resolution: minimatch - 3.0.5
CVE-2016-10540
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: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/grunt-browserify/node_modules/minimatch/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ minimatch-2.0.10.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
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
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2016-10540
Release Date: 2018-04-26
Fix Resolution (minimatch): 3.0.2
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2020-8203
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
Prototype pollution attack when using _.zipObjectDeep in lodash before 4.17.20.
Publish Date: 2020-07-15
URL: CVE-2020-8203
CVSS 3 Score Details (7.4)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Origin: https://www.npmjs.com/advisories/1523
Release Date: 2020-07-15
Fix Resolution (lodash): 4.17.9
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2021-23337
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
Lodash versions prior to 4.17.21 are vulnerable to Command Injection via the template function.
Publish Date: 2021-02-15
URL: CVE-2021-23337
CVSS 3 Score Details (7.2)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: High
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: High
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2021-02-15
Fix Resolution (lodash): 4.17.21
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2022-0144
Vulnerable Library - shelljs-0.3.0.tgz
Portable Unix shell commands for Node.js
Library home page: https://registry.npmjs.org/shelljs/-/shelljs-0.3.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/shelljs/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ shelljs-0.3.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
shelljs is vulnerable to Improper Privilege Management
Publish Date: 2022-01-11
URL: CVE-2022-0144
CVSS 3 Score Details (7.1)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Local
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: High
- Integrity Impact: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2022-01-11
Fix Resolution (shelljs): 0.8.5
Direct dependency fix Resolution (grunt-contrib-jshint): 3.1.0
⛑️ Automatic Remediation is available for this issue
CVE-2019-1010266
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
lodash prior to 4.17.11 is affected by: CWE-400: Uncontrolled Resource Consumption. The impact is: Denial of service. The component is: Date handler. The attack vector is: Attacker provides very long strings, which the library attempts to match using a regular expression. The fixed version is: 4.17.11.
Publish Date: 2019-07-17
URL: CVE-2019-1010266
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: None
- Availability Impact: High
Suggested Fix
Type: Upgrade version
Release Date: 2019-07-17
Fix Resolution (lodash): 4.17.11
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2018-3721
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
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
Suggested Fix
Type: Upgrade version
Origin: https://www.npmjs.com/advisories/1067
Release Date: 2018-04-26
Fix Resolution (lodash): 4.17.5
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2018-16487
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
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 (5.6)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: High
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: Low
Suggested Fix
Type: Upgrade version
Origin: https://hackerone.com/reports/380873
Release Date: 2019-02-01
Fix Resolution (lodash): 4.17.11
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2020-28500
Vulnerable Library - lodash-3.7.0.tgz
The modern build of lodash modular utilities.
Library home page: https://registry.npmjs.org/lodash/-/lodash-3.7.0.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/jshint/node_modules/lodash/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ lodash-3.7.0.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
Lodash versions prior to 4.17.21 are vulnerable to Regular Expression Denial of Service (ReDoS) via the toNumber, trim and trimEnd functions.
Mend Note: After conducting further research, Mend has determined that CVE-2020-28500 only affects environments with versions 4.0.0 to 4.17.20 of Lodash.
Publish Date: 2021-02-15
URL: CVE-2020-28500
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
Suggested Fix
Type: Upgrade version
Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2020-28500
Release Date: 2021-02-15
Fix Resolution (lodash): 4.17.21
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
CVE-2016-10538
Vulnerable Library - cli-0.6.6.tgz
A tool for rapidly building command line apps
Library home page: https://registry.npmjs.org/cli/-/cli-0.6.6.tgz
Path to dependency file: /justapis-javascript-sdk/package.json
Path to vulnerable library: /node_modules/cli/package.json
Dependency Hierarchy:
- grunt-contrib-jshint-0.11.3.tgz (Root Library)
- jshint-2.8.0.tgz
- ❌ cli-0.6.6.tgz (Vulnerable Library)
- jshint-2.8.0.tgz
Vulnerability Details
The package node-cli before 1.0.0 insecurely uses the lock_file and log_file. Both of these are temporary, but it allows the starting user to overwrite any file they have access to.
Publish Date: 2018-05-31
URL: CVE-2016-10538
CVSS 3 Score Details (3.5)
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: Low
- User Interaction: Required
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: None
- Integrity Impact: Low
- Availability Impact: None
Suggested Fix
Type: Upgrade version
Origin: https://nvd.nist.gov/vuln/detail/CVE-2016-10538
Release Date: 2018-05-31
Fix Resolution (cli): 1.0.0
Direct dependency fix Resolution (grunt-contrib-jshint): 0.12.0
⛑️ Automatic Remediation is available for this issue
⛑️ Automatic Remediation is available for this issue.