๐Ÿ” CVE Alert

CVE-2026-76847

HIGH 8.8

act 0.2.81 through 0.2.89 Missing Authorization in the Artifacts V4 Backend

CVSS Score
8.8
EPSS Score
0.0%
EPSS Percentile
0th

act starts an HTTP Artifacts V4 backend whenever a workflow uses actions/upload-artifact@v4 or actions/download-artifact@v4. The control-plane RPCs of that backend, including CreateArtifact, GetSignedArtifactURL, ListArtifacts, FinalizeArtifact and DeleteArtifact, accept a caller-supplied workflow_run_backend_id and never check that it belongs to the requester: validateRunIDV4 in pkg/artifacts/artifacts_v4.go parses the value and returns it with the comparison against the requesting task's run ID left commented out. The signed URLs the backend issues are authenticated by an HMAC whose key is hardcoded to the four bytes 0xba 0xdb 0xee 0xf0, identical in every build, computed over a concatenation of endpoint, expiry, artifact name and task ID with no length prefix or delimiter, so signatures are both forgeable and ambiguous between differing artifact name and task ID pairs. The --artifact-server-addr flag defaults to the host's outbound address rather than loopback, leaving the backend reachable from the surrounding network. Any client that can reach it may read, overwrite or delete the artifacts of a concurrently running job with no credentials, exposing build outputs such as secrets and deployment credentials and permitting their replacement before the owning job consumes them.

CWE CWE-862 CWE-321
Vendor nektos
Product act
Published Aug 24, 2026
Stay Ahead of the Next One

Get instant alerts for nektos act

Be the first to know when new high vulnerabilities affecting nektos act are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Attack Vector
Adjacent
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
High
Availability
High

Affected Versions

nektos / act
0.2.81 โ‰ค 0.2.89

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/nektos/act github.com: https://github.com/nektos/act/blob/v0.2.89/pkg/artifacts/artifacts_v4.go github.com: https://github.com/nektos/act/blob/v0.2.89/cmd/root.go vulncheck.com: https://www.vulncheck.com/advisories/act-through-missing-authorization-in-the-artifacts-v4-backend

Credits

Muhammad Sobirov