Description
act is a project which allows for local running of github actions. Prior to version 0.2.86, act's built in actions/cache server listens to connections on all interfaces and allows anyone who can connect to it including someone anywhere on the internet to create caches with arbitrary keys and retrieve all existing caches. If they can predict which cache keys will be used by local actions, they can create malicious caches containing whatever files they please most likely allowing arbitrary remote code execution within the docker container. This issue has been patched in version 0.2.86.
Published: 2026-03-31
Score: 8.2 High
EPSS: < 1% Very Low
KEV: No
Impact: Remote Code Execution
Action: Immediate Patch
AI Analysis

Impact

A flaw in act’s built‑in actions/cache server allows any entity that can reach the listening port to inject arbitrary cache entries. These entries can contain malicious files that, when a local action retrieves the cache, may be executed inside its Docker container, leading to unintended code execution on the host. The weakness is a missing authorization check when creating or retrieving caches.

Affected Systems

The vulnerability affects the open‑source act tool from nektos. All releases prior to 0.2.86 are impacted; version 0.2.86 and later contain a fix that limits the cache server to specific interfaces or disables the feature by default.

Risk and Exploitability

The CVSS score of 8.2 indicates a high severity. EPSS data is not available, and the issue is not listed in the CISA KEV catalog. The likely attack vector is remote: an adversary that can reach the cache server over the network can create or read arbitrary cache entries. Successful exploitation would allow the attacker to run arbitrary code within the containers used by local GitHub Actions workflows, potentially affecting confidentiality, integrity, and availability of the host system.

Generated by OpenCVE AI on March 31, 2026 at 05:23 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade act to version 0.2.86 or newer as the fix has been released.
  • If an upgrade is not immediately feasible, restrict the cache server to localhost or block its port with firewall rules so only trusted internal processes can connect.
  • Clear any existing caches that may have been populated during the vulnerable period.
  • Monitor act logs for unexpected cache creation or access patterns as an additional detection measure.

Generated by OpenCVE AI on March 31, 2026 at 05:23 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-x34h-54cw-9825 act: actions/cache server allows malicious cache injection
History

Wed, 01 Apr 2026 02:15:00 +0000

Type Values Removed Values Added
First Time appeared Nektos
Nektos act
Vendors & Products Nektos
Nektos act

Tue, 31 Mar 2026 19:15:00 +0000

Type Values Removed Values Added
Metrics ssvc

{'options': {'Automatable': 'no', 'Exploitation': 'none', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Tue, 31 Mar 2026 03:00:00 +0000

Type Values Removed Values Added
Description act is a project which allows for local running of github actions. Prior to version 0.2.86, act's built in actions/cache server listens to connections on all interfaces and allows anyone who can connect to it including someone anywhere on the internet to create caches with arbitrary keys and retrieve all existing caches. If they can predict which cache keys will be used by local actions, they can create malicious caches containing whatever files they please most likely allowing arbitrary remote code execution within the docker container. This issue has been patched in version 0.2.86.
Title act: actions/cache server allows malicious cache injection
Weaknesses CWE-862
References
Metrics cvssV3_1

{'score': 8.2, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:C/C:H/I:L/A:N'}


cve-icon MITRE

Status: PUBLISHED

Assigner: GitHub_M

Published:

Updated: 2026-03-31T18:53:13.564Z

Reserved: 2026-03-25T15:29:04.745Z

Link: CVE-2026-34042

cve-icon Vulnrichment

Updated: 2026-03-31T18:50:29.289Z

cve-icon NVD

Status : Deferred

Published: 2026-03-31T03:15:58.220

Modified: 2026-04-16T14:45:19.723

Link: CVE-2026-34042

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-03-31T20:39:37Z

Weaknesses