Unrestricted file upload leading to privilege escalation in act
Description
act is a project which allows for local running of github actions. The artifact server that stores artifacts from Github Action runs does not sanitize path inputs. This allows an attacker to download and overwrite arbitrary files on the host from a Github Action. This issue may lead to privilege escalation. The /upload endpoint is vulnerable to path traversal as filepath is user controlled, and ultimately flows into os.Mkdir and os.Open. The /artifact endpoint is vulnerable to path traversal as the path is variable is user controlled, and the specified file is ultimately returned by the server. This has been addressed in version 0.2.40. Users are advised to upgrade. Users unable to upgrade may, during implementation of Open and OpenAtEnd for FS, ensure to use ValidPath() to check against path traversal or clean the user-provided paths manually.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
github.com/nektos/actGo | < 0.2.40 | 0.2.40 |
Affected products
2Patches
Vulnerability mechanics
References
11- github.com/advisories/GHSA-pc99-qmg4-rcffghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2023-22726ghsaADVISORY
- securitylab.github.com/advisories/GHSL-2023-004_actghsaADVISORY
- github.com/nektos/act/blob/master/pkg/artifacts/server.goghsax_refsource_MISCWEB
- github.com/nektos/act/blob/v0.2.35/pkg/artifacts/server.goghsax_refsource_MISCWEB
- github.com/nektos/act/blob/v0.2.35/pkg/artifacts/server.goghsax_refsource_MISCWEB
- github.com/nektos/act/commit/63ae215071f94569d910964bdee866d91d6e3a10ghsax_refsource_MISCWEB
- github.com/nektos/act/issues/1553ghsax_refsource_MISCWEB
- github.com/nektos/act/releases/tag/v0.2.40ghsaWEB
- github.com/nektos/act/security/advisories/GHSA-pc99-qmg4-rcffghsax_refsource_CONFIRMWEB
- securitylab.github.com/advisories/GHSL-2023-004_act/mitrex_refsource_MISC
News mentions
0No linked articles in our index yet.