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

snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable #2

Open
dev-mend-for-github-com bot opened this issue Oct 17, 2023 · 0 comments
Labels
Mend: dependency security vulnerability Security vulnerability detected by Mend

Comments

@dev-mend-for-github-com
Copy link

dev-mend-for-github-com bot commented Oct 17, 2023

Vulnerable Library - snyk-1.434.3.tgz

Library home page: https://registry.npmjs.org/snyk/-/snyk-1.434.3.tgz

Path to dependency file: /package.json

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

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (snyk version) Remediation Possible** Reachability
CVE-289561-266276 Critical 9.8 inherits-2.0.4.tgz Transitive N/A*

Reachable

CVE-2021-23406 High 8.1 detected in multiple dependencies Transitive 1.518.0

Reachable

CVE-2022-40764 High 7.8 snyk-1.434.3.tgz Direct 1.996.0

Reachable

CVE-2024-4068 High 7.5 braces-3.0.2.tgz Transitive N/A*

Reachable

CVE-2022-24441 Medium 5.8 snyk-1.434.3.tgz Direct 1.1064.0

Reachable

CVE-2021-29418 Medium 5.3 netmask-1.0.6.tgz Transitive 1.518.0

Reachable

CVE-2021-23362 Medium 5.3 detected in multiple dependencies Transitive 1.434.4

Reachable

CVE-2021-44906 Critical 9.8 detected in multiple dependencies Transitive 1.434.4

Unreachable

CVE-2021-3807 High 7.5 detected in multiple dependencies Transitive 1.434.4

Unreachable

CVE-2021-33502 High 7.5 normalize-url-4.5.0.tgz Transitive 1.434.4

Unreachable

CVE-2020-7598 Medium 5.6 minimist-1.2.0.tgz Transitive 1.434.4

Unreachable

CVE-2022-33987 Medium 5.3 detected in multiple dependencies Transitive 1.685.0

Unreachable

CVE-2022-25881 Medium 5.3 http-cache-semantics-4.1.0.tgz Transitive 1.434.4

Unreachable

CVE-2022-22984 Medium 5.0 detected in multiple dependencies Transitive 1.685.0

Unreachable

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

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

Details

CVE-289561-266276

Vulnerable Library - inherits-2.0.4.tgz

Browser-friendly inheritance fully compatible with standard node.js inherits()

Library home page: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/http-errors/node_modules/inherits/package.json,/node_modules/express/node_modules/inherits/package.json,/node_modules/body-parser/node_modules/inherits/package.json,/node_modules/bl/node_modules/inherits/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • proxy-agent-3.1.1.tgz
      • pac-proxy-agent-3.0.1.tgz
        • raw-body-2.4.1.tgz
          • http-errors-1.7.3.tgz
            • inherits-2.0.4.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/src/lib/auth.js (Application)
  -> http-errors-1.8.0/index.js (Extension)
   -> ❌ inherits-2.0.4/inherits.js (Vulnerable Component)

Vulnerability Details

Created automatically by the test suite

Publish Date: 2010-06-07

URL: CVE-289561-266276

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.

CVE-2021-23406

Vulnerable Libraries - pac-resolver-3.0.0.tgz, degenerator-1.0.4.tgz

pac-resolver-3.0.0.tgz

Generates an asynchronous resolver function from a PAC file

Library home page: https://registry.npmjs.org/pac-resolver/-/pac-resolver-3.0.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/pac-resolver/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • proxy-agent-3.1.1.tgz
      • pac-proxy-agent-3.0.1.tgz
        • pac-resolver-3.0.0.tgz (Vulnerable Library)

degenerator-1.0.4.tgz

Turns sync functions into async generator functions

Library home page: https://registry.npmjs.org/degenerator/-/degenerator-1.0.4.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • proxy-agent-3.1.1.tgz
      • pac-proxy-agent-3.0.1.tgz
        • pac-resolver-3.0.0.tgz
          • degenerator-1.0.4.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> snyk-1.434.3/dist/lib/request/index.js (Extension)
    ...
      -> proxy-agent-3.1.1/index.js (Extension)
       -> pac-proxy-agent-3.0.1/index.js (Extension)
        -> ❌ pac-resolver-3.0.0/index.js (Vulnerable Component)

Vulnerability Details

This affects the package pac-resolver before 5.0.0. This can occur when used with untrusted input, due to unsafe PAC file handling. NOTE: The fix for this vulnerability is applied in the node-degenerator library, a dependency written by the same maintainer.

Publish Date: 2021-08-24

URL: CVE-2021-23406

CVSS 3 Score Details (8.1)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • 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: GHSA-9j49-mfvp-vmhm

Release Date: 2021-08-24

Fix Resolution (pac-resolver): 5.0.0

Direct dependency fix Resolution (snyk): 1.518.0

Fix Resolution (degenerator): 5.0.0

Direct dependency fix Resolution (snyk): 1.518.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2022-40764

Vulnerable Library - snyk-1.434.3.tgz

Library home page: https://registry.npmjs.org/snyk/-/snyk-1.434.3.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> snyk-1.434.3/dist/lib/plugins/get-deps-from-plugin.js (Extension)
    ...
      -> snyk-1.434.3/dist/lib/plugins/index.js (Extension)
       -> snyk-1.434.3/dist/lib/plugins/rubygems/index.js (Extension)
        -> ❌ snyk-1.434.3/dist/lib/plugins/rubygems/inspectors/index.js (Vulnerable Component)

Vulnerability Details

Snyk CLI before 1.996.0 allows arbitrary command execution, affecting Snyk IDE plugins and the snyk npm package. Exploitation could follow from the common practice of viewing untrusted files in the Visual Studio Code editor, for example. The original demonstration was with shell metacharacters in the vendor.json ignore field, affecting snyk-go-plugin before 1.19.1. This affects, for example, the Snyk TeamCity plugin (which does not update automatically) before 20220930.142957.

Publish Date: 2022-10-03

URL: CVE-2022-40764

CVSS 3 Score Details (7.8)

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: High
    • Availability Impact: High

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: GHSA-hpqj-7cj6-hfj8

Release Date: 2022-10-03

Fix Resolution: 1.996.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2024-4068

Vulnerable Library - braces-3.0.2.tgz

Bash-like brace expansion, implemented in JavaScript. Safer than other brace expansion libs, with complete support for the Bash 4.3 braces specification, without sacrificing speed.

Library home page: https://registry.npmjs.org/braces/-/braces-3.0.2.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk/node_modules/braces/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • micromatch-4.0.2.tgz
      • braces-3.0.2.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> snyk-1.434.3/dist/lib/plugins/nodejs-plugin/yarn-workspaces-parser.js (Extension)
    ...
      -> braces-3.0.2/index.js (Extension)
       -> braces-3.0.2/lib/stringify.js (Extension)
        -> ❌ braces-3.0.2/lib/utils.js (Vulnerable Component)

Vulnerability Details

The NPM package braces, versions prior to 3.0.3, fails to limit the number of characters it can handle, which could lead to Memory Exhaustion. In lib/parse.js, if a malicious user sends "imbalanced braces" as input, the parsing will enter a loop, which will cause the program to start allocating heap memory without freeing it at any moment of the loop. Eventually, the JavaScript heap limit is reached, and the program will crash.

Publish Date: 2024-05-13

URL: CVE-2024-4068

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

Release Date: 2024-05-13

Fix Resolution: braces - 3.0.3

CVE-2022-24441

Vulnerable Library - snyk-1.434.3.tgz

Library home page: https://registry.npmjs.org/snyk/-/snyk-1.434.3.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> snyk-1.434.3/dist/lib/index.js (Extension)
    ...
      -> snyk-1.434.3/dist/lib/snyk-test/run-test.js (Extension)
       -> snyk-1.434.3/dist/lib/project-metadata/index.js (Extension)
        -> ❌ snyk-1.434.3/dist/lib/project-metadata/target-builders/git.js (Vulnerable Component)

Vulnerability Details

The package snyk before 1.1064.0 are vulnerable to Code Injection when analyzing a project. An attacker who can convince a user to scan a malicious project can include commands in a build file such as build.gradle or gradle-wrapper.jar, which will be executed with the privileges of the application. This vulnerability may be triggered when running the the CLI tool directly, or when running a scan with one of the IDE plugins that invoke the Snyk CLI. Successful exploitation of this issue would likely require some level of social engineering - to coerce an untrusted project to be downloaded and analyzed via the Snyk CLI or opened in an IDE where a Snyk IDE plugin is installed and enabled. Additionally, if the IDE has a Trust feature then the target folder must be marked as ‘trusted’ in order to be vulnerable. NOTE: This issue is independent of the one reported in CVE-2022-40764, and upgrading to a fixed version for this addresses that issue as well. The affected IDE plugins and versions are: - VS Code - Affected: <=1.8.0, Fixed: 1.9.0 - IntelliJ - Affected: <=2.4.47, Fixed: 2.4.48 - Visual Studio - Affected: <=1.1.30, Fixed: 1.1.31 - Eclipse - Affected: <=v20221115.132308, Fixed: All subsequent versions - Language Server - Affected: <=v20221109.114426, Fixed: All subsequent versions

Publish Date: 2022-11-30

URL: CVE-2022-24441

CVSS 3 Score Details (5.8)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • Privileges Required: None
    • User Interaction: Required
    • Scope: Changed
  • 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.cve.org/CVERecord?id=CVE-2022-24441

Release Date: 2022-11-30

Fix Resolution: 1.1064.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-29418

Vulnerable Library - netmask-1.0.6.tgz

Parse and lookup IP network blocks

Library home page: https://registry.npmjs.org/netmask/-/netmask-1.0.6.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • proxy-agent-3.1.1.tgz
      • pac-proxy-agent-3.0.1.tgz
        • pac-resolver-3.0.0.tgz
          • netmask-1.0.6.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> proxy-agent-3.1.1/index.js (Extension)
    ...
      -> pac-resolver-3.0.0/index.js (Extension)
       -> pac-resolver-3.0.0/isInNet.js (Extension)
        -> ❌ netmask-1.0.6/lib/netmask.js (Vulnerable Component)

Vulnerability Details

The netmask package before 2.0.1 for Node.js mishandles certain unexpected characters in an IP address string, such as an octal digit of 9. This (in some situations) allows attackers to bypass access control that is based on IP addresses. NOTE: this issue exists because of an incomplete fix for CVE-2021-28918.

Publish Date: 2021-03-30

URL: CVE-2021-29418

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: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://vuln.ryotak.me/advisories/6.txt

Release Date: 2021-03-30

Fix Resolution (netmask): 2.0.1

Direct dependency fix Resolution (snyk): 1.518.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-23362

Vulnerable Libraries - hosted-git-info-3.0.7.tgz, hosted-git-info-2.8.8.tgz

hosted-git-info-3.0.7.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-3.0.7.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-cpp-plugin/node_modules/hosted-git-info/package.json,/node_modules/snyk-module/node_modules/hosted-git-info/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-module-3.1.0.tgz
      • hosted-git-info-3.0.7.tgz (Vulnerable Library)

hosted-git-info-2.8.8.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.8.8.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-resolve-deps-4.4.0.tgz
      • snyk-module-1.9.1.tgz
        • hosted-git-info-2.8.8.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

This vulnerability is potentially reachable

verdaccio-2.3.1/package.json (Application)
  -> snyk-1.434.3/dist/cli/index.js (Extension)
   -> snyk-1.434.3/dist/lib/analytics.js (Extension)
    -> snyk-1.434.3/dist/lib/index.js (Extension)
    ...
      -> snyk-1.434.3/dist/lib/snyk-test/run-test.js (Extension)
       -> snyk-module-3.1.0/dist/index.js (Extension)
        -> ❌ hosted-git-info-3.0.7/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): 3.0.8

Direct dependency fix Resolution (snyk): 1.434.4

Fix Resolution (hosted-git-info): 3.0.8

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-44906

Vulnerable Libraries - minimist-1.2.0.tgz, minimist-1.2.5.tgz

minimist-1.2.0.tgz

parse argument options

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

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • update-notifier-4.1.3.tgz
      • latest-version-5.1.0.tgz
        • package-json-6.5.0.tgz
          • registry-url-5.1.0.tgz
            • rc-1.2.8.tgz
              • minimist-1.2.0.tgz (Vulnerable Library)

minimist-1.2.5.tgz

parse argument options

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk/node_modules/minimist/package.json,/node_modules/mkdirp/node_modules/minimist/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-config-4.0.0-rc.2.tgz
      • minimist-1.2.5.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

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

Direct dependency fix Resolution (snyk): 1.434.4

Fix Resolution (minimist): 1.2.6

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-3807

Vulnerable Libraries - ansi-regex-5.0.0.tgz, ansi-regex-4.1.0.tgz

ansi-regex-5.0.0.tgz

Regular expression for matching ANSI escape codes

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk/node_modules/inquirer/node_modules/ansi-regex/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • inquirer-7.3.3.tgz
      • strip-ansi-6.0.0.tgz
        • ansi-regex-5.0.0.tgz (Vulnerable Library)

ansi-regex-4.1.0.tgz

Regular expression for matching ANSI escape codes

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

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk/node_modules/ansi-regex/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • strip-ansi-5.2.0.tgz
      • ansi-regex-4.1.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

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): 5.0.1

Direct dependency fix Resolution (snyk): 1.434.4

Fix Resolution (ansi-regex): 5.0.1

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2021-33502

Vulnerable Library - normalize-url-4.5.0.tgz

Normalize a URL

Library home page: https://registry.npmjs.org/normalize-url/-/normalize-url-4.5.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/normalize-url/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • update-notifier-4.1.3.tgz
      • latest-version-5.1.0.tgz
        • package-json-6.5.0.tgz
          • got-9.6.0.tgz
            • cacheable-request-6.1.0.tgz
              • normalize-url-4.5.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

The normalize-url package before 4.5.1, 5.x before 5.3.1, and 6.x before 6.0.1 for Node.js has a ReDoS (regular expression denial of service) issue because it has exponential performance for data: URLs.

Publish Date: 2021-05-24

URL: CVE-2021-33502

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://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-33502

Release Date: 2021-05-24

Fix Resolution (normalize-url): 4.5.1

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2020-7598

Vulnerable Library - minimist-1.2.0.tgz

parse argument options

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

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • update-notifier-4.1.3.tgz
      • latest-version-5.1.0.tgz
        • package-json-6.5.0.tgz
          • registry-url-5.1.0.tgz
            • rc-1.2.8.tgz
              • minimist-1.2.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

minimist before 1.2.2 could be tricked into adding or modifying properties of Object.prototype using a "constructor" or "proto" payload.

Publish Date: 2020-03-11

URL: CVE-2020-7598

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2020-03-11

Fix Resolution (minimist): 1.2.3

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2022-33987

Vulnerable Libraries - got-11.4.0.tgz, got-9.6.0.tgz

got-11.4.0.tgz

Human-friendly and powerful HTTP request library for Node.js

Library home page: https://registry.npmjs.org/got/-/got-11.4.0.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-nodejs-lockfile-parser-1.30.1.tgz
      • got-11.4.0.tgz (Vulnerable Library)

got-9.6.0.tgz

Simplified HTTP requests

Library home page: https://registry.npmjs.org/got/-/got-9.6.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/package-json/node_modules/got/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • update-notifier-4.1.3.tgz
      • latest-version-5.1.0.tgz
        • package-json-6.5.0.tgz
          • got-9.6.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

The got package before 12.1.0 (also fixed in 11.8.5) for Node.js allows a redirect to a UNIX socket.

Publish Date: 2022-06-18

URL: CVE-2022-33987

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: Low
    • Availability Impact: None

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Origin: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-33987

Release Date: 2022-06-18

Fix Resolution (got): 11.8.6

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (got): 11.8.6

Direct dependency fix Resolution (snyk): 1.685.0

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2022-25881

Vulnerable Library - http-cache-semantics-4.1.0.tgz

Parses Cache-Control and other headers. Helps building correct HTTP caches and proxies

Library home page: https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/http-cache-semantics/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • update-notifier-4.1.3.tgz
      • latest-version-5.1.0.tgz
        • package-json-6.5.0.tgz
          • got-9.6.0.tgz
            • cacheable-request-6.1.0.tgz
              • http-cache-semantics-4.1.0.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

This affects versions of the package http-cache-semantics before 4.1.1. The issue can be exploited via malicious request header values sent to a server, when that server reads the cache policy from the request using this library.

Publish Date: 2023-01-31

URL: CVE-2022-25881

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: https://www.cve.org/CVERecord?id=CVE-2022-25881

Release Date: 2023-01-31

Fix Resolution (http-cache-semantics): 4.1.1

Direct dependency fix Resolution (snyk): 1.434.4

⛑️ Automatic Remediation will be attempted for this issue.

CVE-2022-22984

Vulnerable Libraries - snyk-docker-plugin-4.12.0.tgz, snyk-cocoapods-plugin-2.5.1.tgz, snyk-sbt-plugin-2.11.0.tgz, snyk-1.434.3.tgz, snyk-mvn-plugin-2.25.0.tgz, snyk-python-plugin-1.19.1.tgz, snyk-gradle-plugin-3.10.3.tgz

snyk-docker-plugin-4.12.0.tgz

Library home page: https://registry.npmjs.org/snyk-docker-plugin/-/snyk-docker-plugin-4.12.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-docker-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-docker-plugin-4.12.0.tgz (Vulnerable Library)

snyk-cocoapods-plugin-2.5.1.tgz

Snyk CLI CocoaPods plugin

Library home page: https://registry.npmjs.org/@snyk/snyk-cocoapods-plugin/-/snyk-cocoapods-plugin-2.5.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/@snyk/snyk-cocoapods-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-cocoapods-plugin-2.5.1.tgz (Vulnerable Library)

snyk-sbt-plugin-2.11.0.tgz

Snyk CLI SBT plugin

Library home page: https://registry.npmjs.org/snyk-sbt-plugin/-/snyk-sbt-plugin-2.11.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-sbt-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-sbt-plugin-2.11.0.tgz (Vulnerable Library)

snyk-1.434.3.tgz

Library home page: https://registry.npmjs.org/snyk/-/snyk-1.434.3.tgz

Path to dependency file: /package.json

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

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Vulnerable Library)

snyk-mvn-plugin-2.25.0.tgz

Snyk CLI Maven plugin

Library home page: https://registry.npmjs.org/snyk-mvn-plugin/-/snyk-mvn-plugin-2.25.0.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-mvn-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-mvn-plugin-2.25.0.tgz (Vulnerable Library)

snyk-python-plugin-1.19.1.tgz

Library home page: https://registry.npmjs.org/snyk-python-plugin/-/snyk-python-plugin-1.19.1.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-python-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-python-plugin-1.19.1.tgz (Vulnerable Library)

snyk-gradle-plugin-3.10.3.tgz

Library home page: https://registry.npmjs.org/snyk-gradle-plugin/-/snyk-gradle-plugin-3.10.3.tgz

Path to dependency file: /package.json

Path to vulnerable library: /node_modules/snyk-gradle-plugin/package.json

Dependency Hierarchy:

  • snyk-1.434.3.tgz (Root Library)
    • snyk-gradle-plugin-3.10.3.tgz (Vulnerable Library)

Found in base branch: master

Reachability Analysis

The vulnerable code is unreachable

Vulnerability Details

The package snyk before 1.1064.0; the package snyk-mvn-plugin before 2.31.3; the package snyk-gradle-plugin before 3.24.5; the package @snyk/snyk-cocoapods-plugin before 2.5.3; the package snyk-sbt-plugin before 2.16.2; the package snyk-python-plugin before 1.24.2; the package snyk-docker-plugin before 5.6.5; the package @snyk/snyk-hex-plugin before 1.1.6 are vulnerable to Command Injection due to an incomplete fix for CVE-2022-40764. A successful exploit allows attackers to run arbitrary commands on the host system where the Snyk CLI is installed by passing in crafted command line flags. In order to exploit this vulnerability, a user would have to execute the snyk test command on untrusted files. In most cases, an attacker positioned to control the command line arguments to the Snyk CLI would already be positioned to execute arbitrary commands. However, this could be abused in specific scenarios, such as continuous integration pipelines, where developers can control the arguments passed to the Snyk CLI to leverage this component as part of a wider attack against an integration/build pipeline. This issue has been addressed in the latest Snyk Docker images available at https://hub.docker.com/r/snyk/snyk as of 2022-11-29. Images downloaded and built prior to that date should be updated. The issue has also been addressed in the Snyk TeamCity CI/CD plugin as of version v20221130.093605.

Publish Date: 2022-11-30

URL: CVE-2022-22984

CVSS 3 Score Details (5.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: High
    • 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: https://www.cve.org/CVERecord?id=CVE-2022-22984

Release Date: 2022-11-30

Fix Resolution (snyk-docker-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (@snyk/snyk-cocoapods-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (snyk-sbt-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (snyk-mvn-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (snyk-python-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

Fix Resolution (snyk-gradle-plugin): 5.6.5

Direct dependency fix Resolution (snyk): 1.685.0

⛑️ Automatic Remediation will be attempted for this issue.


⛑️Automatic Remediation will be attempted for this issue.

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Oct 17, 2023
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 12 vulnerabilities (highest severity is: 9.8) snyk-1.434.3.tgz: 13 vulnerabilities (highest severity is: 9.8) Dec 7, 2023
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 13 vulnerabilities (highest severity is: 9.8) snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) Jan 28, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable May 30, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable snyk-1.434.3.tgz: 15 vulnerabilities (highest severity is: 9.8) reachable Dec 23, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 15 vulnerabilities (highest severity is: 9.8) reachable snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable Jan 12, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable snyk-1.434.3.tgz: 13 vulnerabilities (highest severity is: 9.8) reachable Jan 13, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 13 vulnerabilities (highest severity is: 9.8) reachable snyk-1.434.3.tgz: 12 vulnerabilities (highest severity is: 9.8) reachable Jan 16, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title snyk-1.434.3.tgz: 12 vulnerabilities (highest severity is: 9.8) reachable snyk-1.434.3.tgz: 14 vulnerabilities (highest severity is: 9.8) reachable Jan 26, 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