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

CVE-2020-15228 (Medium) detected in core-1.1.3.tgz #23

Open
1 task
mylocalghcomapp bot opened this issue Dec 4, 2020 · 0 comments
Open
1 task

CVE-2020-15228 (Medium) detected in core-1.1.3.tgz #23

mylocalghcomapp bot opened this issue Dec 4, 2020 · 0 comments
Labels
security vulnerability Security vulnerability detected by WhiteSource

Comments

@mylocalghcomapp
Copy link

CVE-2020-15228 - Medium Severity Vulnerability

Vulnerable Library - core-1.1.3.tgz

Actions core lib

Library home page: https://registry.npmjs.org/@actions/core/-/core-1.1.3.tgz

Path to dependency file: GprAction\package.json

Path to vulnerable library: GprAction\node_modules\@actions\core\package.json

Dependency Hierarchy:

  • core-1.1.3.tgz (Vulnerable Library)

Found in HEAD commit: c81f33f37cd7029e9584979e43d78bace51d91bb

Found in base branch: master

Vulnerability Details

In the @actions/core npm module before version 1.2.6,addPath and exportVariable functions communicate with the Actions Runner over stdout by generating a string in a specific format. Workflows that log untrusted data to stdout may invoke these commands, resulting in the path or environment variables being modified without the intention of the workflow or action author. The runner will release an update that disables the set-env and add-path workflow commands in the near future. For now, users should upgrade to @actions/core v1.2.6 or later, and replace any instance of the set-env or add-path commands in their workflows with the new Environment File Syntax. Workflows and actions using the old commands or older versions of the toolkit will start to warn, then error out during workflow execution.

Publish Date: 2020-10-01

URL: CVE-2020-15228

CVSS 3 Score Details (5.0)

Base Score Metrics:

  • Exploitability Metrics:
    • Attack Vector: Network
    • Attack Complexity: Low
    • Privileges Required: Low
    • User Interaction: None
    • Scope: Changed
  • 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: GHSA-mfwh-5m23-j46w

Release Date: 2020-07-21

Fix Resolution: 1.2.6


  • Check this box to open an automated fix PR
@mylocalghcomapp mylocalghcomapp bot added the security vulnerability Security vulnerability detected by WhiteSource label Dec 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
security vulnerability Security vulnerability detected by WhiteSource
Projects
None yet
Development

No branches or pull requests

0 participants