CVE-2023-22726
Last modified
CVE-2023-22726 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. 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. EPSS estimates a 1.26% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Act Project | Act | < 0.2.40 |
References
- https://github.com/nektos/act/blob/master/pkg/artifacts/server.go#L65Third Party Advisory
- https://github.com/nektos/act/blob/v0.2.35/pkg/artifacts/server.go#L245Third Party Advisory
- https://github.com/nektos/act/commit/63ae215071f94569d910964bdee866d91d6e3a10Patch, Third Party Advisory
- https://github.com/nektos/act/issues/1553Issue Tracking, Third Party Advisory
- https://github.com/nektos/act/security/advisories/GHSA-pc99-qmg4-rcffExploit, Third Party Advisory
- https://securitylab.github.com/advisories/GHSL-2023-004_act/Exploit, Third Party Advisory
- https://github.com/nektos/act/blob/master/pkg/artifacts/server.go#L65Third Party Advisory
- https://github.com/nektos/act/blob/v0.2.35/pkg/artifacts/server.go#L245Third Party Advisory
- https://github.com/nektos/act/commit/63ae215071f94569d910964bdee866d91d6e3a10Patch, Third Party Advisory
- https://github.com/nektos/act/issues/1553Issue Tracking, Third Party Advisory
- https://github.com/nektos/act/security/advisories/GHSA-pc99-qmg4-rcffExploit, Third Party Advisory
- https://securitylab.github.com/advisories/GHSL-2023-004_act/Exploit, Third Party Advisory
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2023-22726?
How severe is CVE-2023-22726?
How do I fix CVE-2023-22726?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2023
- CVE-2023-2272The Tiempo.com WordPress plugin through 0.1.2 does not sanit…6.1
- CVE-2023-22720Auth. (contributor+) Stored Cross-Site Scripting (XSS) vulne…5.4
- CVE-2023-22721Auth. Stored Cross-Site Scripting (XSS) in Oi Yandex.Maps fo…5.4
- CVE-2023-22722GLPI is a Free Asset and IT Management Software package. Ver…6.1
- CVE-2023-22724GLPI is a Free Asset and IT Management Software package. Ver…4.8
- CVE-2023-22725GLPI is a Free Asset and IT Management Software package. Ver…4.8
- CVE-2023-22727CakePHP is a development framework for PHP web apps. In affe…9.8
- CVE-2023-22728Silverstripe Framework is the Model-View-Controller framewor…4.3
- CVE-2023-22729Silverstripe Framework is the Model-View-Controller framewor…6.1
- CVE-2023-2273Rapid7 Insight Agent token handler versions 3.2.6 and below,…7.5
- CVE-2023-22730Shopware is an open source commerce platform based on Symfon…7.5
- CVE-2023-22731Shopware is an open source commerce platform based on Symfon…8.8
Are you affected by CVE-2023-22726?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
