You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
Found in HEAD commit: c81f33f37cd7029e9584979e43d78bace51d91bb
Found in base branch: master
Vulnerability Details
In the
@actions/core
npm module before version 1.2.6,addPath
andexportVariable
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 theset-env
andadd-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 theset-env
oradd-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:
Suggested Fix
Type: Upgrade version
Origin: GHSA-mfwh-5m23-j46w
Release Date: 2020-07-21
Fix Resolution: 1.2.6
The text was updated successfully, but these errors were encountered: