8000 actions-toolkit-2.0.0.tgz: 3 vulnerabilities (highest severity is: 9.8) · Issue #2 · amaybaum-dev/github-actions2 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

actions-toolkit-2.0.0.tgz: 3 vulnerabilities (highest severity is: 9.8) #2

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

Open
dev-mend-for-github-com bot opened this issue Dec 7, 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 Dec 7, 2023
Vulnerable Library - actions-toolkit-2.0.0.tgz

Path to dependency file: /nexmo-changelog/package.json

Vulnerabilities

CVE Severity CVSS Dependency Type Fixed in (actions-toolkit version) Remediation Possible** Reachability
CVE-2021-44906 Critical 9.8 detected in multiple dependencies Transitive 2.1.0
CVE-2022-3517 High 7.5 minimatch-3.0.4.tgz Transitive N/A*
CVE-2020-7598 Medium 5.6 detected in multiple dependencies Transitive 2.1.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.

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

Details

CVE-2021-44906

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

minimist-0.0.8.tgz

parse argument options

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

Dependency Hierarchy:

  • actions-toolkit-2.0.0.tgz (Root Library)
    • flat-cache-2.0.1.tgz
      • write-1.0.3.tgz
        • mkdirp-0.5.1.tgz
          • minimist-0.0.8.tgz (Vulnerable Library)

minimist-1.2.0.tgz

parse argument options

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

Dependency Hierarchy:

  • actions-toolkit-2.0.0.tgz (Root Library)
    • minimist-1.2.0.tgz (Vulnerable Library)

Found in base branch: main

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

Direct dependency fix Resolution (actions-toolkit): 2.1.0

Fix Resolution (minimist): 0.2.2

Direct dependency fix Resolution (actions-toolkit): 2.1.0

CVE-2022-3517

Vulnerable Library - minimatch-3.0.4.tgz

a glob matcher in javascript

Library home page: https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz

Dependency Hierarchy:

  • actions-toolkit-2.0.0.tgz (Root Library)
    • flat-cache-2.0.1.tgz
      • rimraf-2.6.3.tgz
        • glob-7.1.4.tgz
          • minimatch-3.0.4.tgz (Vulnerable Library)

Found in base branch: main

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

For more information on CVSS3 Scores, click here.

Suggested Fix

Type: Upgrade version

Release Date: 2022-10-17

Fix Resolution: minimatch - 3.0.5

CVE-2020-7598

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

minimist-1.2.0.tgz

parse argument options

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

Dependency Hierarchy:

  • actions-toolkit-2.0.0.tgz (Root Library)
    • minimist-1.2.0.tgz (Vulnerable Library)

minimist-0.0.8.tgz

parse argument options

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

Dependency Hierarchy:

  • actions-toolkit-2.0.0.tgz (Root Library)
    • flat-cache-2.0.1.tgz
      • write-1.0.3.tgz
        • mkdirp-0.5.1.tgz
          • minimist-0.0.8.tgz (Vulnerable Library)

Found in base branch: main

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 (actions-toolkit): 2.1.0

Fix Resolution (minimist): 1.2.3

Direct dependency fix Resolution (actions-toolkit): 2.1.0

@dev-mend-for-github-com dev-mend-for-github-com bot added the Mend: dependency security vulnerability Security vulnerability detected by Mend label Dec 7, 2023
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title actions-toolkit-2.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) reachable actions-toolkit-2.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) May 30, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title actions-toolkit-2.0.0.tgz: 1 vulnerabilities (highest severity is: 5.3) actions-toolkit-2.0.0.tgz: 1 vulnerabilities (highest severity is: 2.6) Jul 3, 2024
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title actions-toolkit-2.0.0.tgz: 1 vulnerabilities (highest severity is: 2.6) actions-toolkit-2.0.0.tgz: 4 vulnerabilities (highest severity is: 9.8) Jan 12, 2025
@dev-mend-for-github-com dev-mend-for-github-com bot changed the title actions-toolkit-2.0.0.tgz: 4 vulnerabilities (highest severity is: 9.8) actions-toolkit-2.0.0.tgz: 3 vulnerabilities (highest severity is: 9.8) Jan 16, 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
0