Skip to content

@actions/core has Delimiter Injection Vulnerability in exportVariable

Moderate severity GitHub Reviewed Published Aug 12, 2022 in actions/toolkit • Updated Jan 30, 2023

Package

npm @actions/core (npm)

Affected versions

<= 1.9.0

Patched versions

1.9.1

Description

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

If you have any questions or comments about this advisory:

References

@thboop thboop published to actions/toolkit Aug 12, 2022
Published by the National Vulnerability Database Aug 15, 2022
Published to the GitHub Advisory Database Aug 18, 2022
Reviewed Aug 18, 2022
Last updated Jan 30, 2023

Severity

Moderate
5.0
/ 10

CVSS base metrics

Attack vector
Network
Attack complexity
Low
Privileges required
Low
User interaction
None
Scope
Changed
Confidentiality
None
Integrity
Low
Availability
None
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:C/C:N/I:L/A:N

CVE ID

CVE-2022-35954

GHSA ID

GHSA-7r3h-m5j6-3q42

Source code

Credits

Checking history
See something to contribute? Suggest improvements for this vulnerability.