logo

CVE-2022-35954 @actions/core

Package

Manager: npm
Name: @actions/core
Vulnerable Version: >=0 <1.9.1

Severity

Level: Medium

CVSS v3.1: CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N

CVSS v4.0: CVSS:4.0/AV:N/AC:L/AT:N/PR:L/UI:N/VC:N/VI:L/VA:N/SC:N/SI:L/SA:N

EPSS: 0.00182 pctl0.40079

Details

@actions/core has Delimiter Injection Vulnerability in exportVariable ## Impact The `core.exportVariable` function uses a well known delimiter that attackers can use to break out of that specific variable and assign values to other arbitrary variables. Workflows that write untrusted values to the `GITHUB_ENV` file may cause the path or other environment variables to be modified without the intention of the workflow or action author. ## Patches Users should upgrade to `@actions/core v1.9.1`. ## Workarounds If you are unable to upgrade the `@actions/core` package, you can modify your action to ensure that any user input does not contain the delimiter `_GitHubActionsFileCommandDelimeter_` before calling `core.exportVariable`. ## References [More information about setting-an-environment-variable in workflows](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-environment-variable) If you have any questions or comments about this advisory: * Open an issue in [`actions/toolkit`](https://github.com/actions/toolkit/issues)

Metadata

Created: 2022-08-18T19:01:36Z
Modified: 2022-08-18T19:01:36Z
Source: https://github.com/github/advisory-database/blob/main/advisories/github-reviewed/2022/08/GHSA-7r3h-m5j6-3q42/GHSA-7r3h-m5j6-3q42.json
CWE IDs: ["CWE-74", "CWE-77"]
Alternative ID: GHSA-7r3h-m5j6-3q42
Finding: F422
Auto approve: 1