CVE-2024-35183
Last modified
CVE-2024-35183 is a medium-severity vulnerability rated 4.4/10 on the CVSS scale. wolfictl is a command line tool for working with Wolfi. A git authentication issue in versions prior to 0.16.10 allows a local user’s GitHub token to be sent to remote servers other than `github.com`. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
wolfictl is a command line tool for working with Wolfi. A git authentication issue in versions prior to 0.16.10 allows a local user’s GitHub token to be sent to remote servers other than `github.com`. Most git-dependent functionality in wolfictl relies on its own `git` package, which contains centralized logic for implementing interactions with git repositories. Some of this functionality requires authentication in order to access private repositories. A central function `GetGitAuth` looks for a GitHub token in the environment variable `GITHUB_TOKEN` and returns it as an HTTP basic auth object to be used with the `github.com/go-git/go-git/v5` library. Most callers (direct or indirect) of `GetGitAuth` use the token to authenticate to github.com only; however, in some cases callers were passing this authentication without checking that the remote git repository was hosted on github.com. This behavior has existed in one form or another since commit 0d06e1578300327c212dda26a5ab31d09352b9d0 - committed January 25, 2023. This impacts anyone who ran the `wolfictl check update` commands with a Melange configuration that included a `git-checkout` directive step that referenced a git repository not hosted on github.com. This also impacts anyone who ran `wolfictl update <url>` with a remote URL outside of github.com. Additionally, these subcommands must have run with the `GITHUB_TOKEN` environment variable set to a valid GitHub token. Users should upgrade to version 0.16.10 to receive a patch.
Metrics
CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2024-35183?
How severe is CVE-2024-35183?
How do I fix CVE-2024-35183?
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 2024
- CVE-2024-35178The Jupyter Server provides the backend for Jupyter web appl…7.5
- CVE-2024-35179Stalwart Mail Server is an open-source mail server. Prior to…6.8
- CVE-2024-3518The Media Library Assistant plugin for WordPress is vulnerab…6.5
- CVE-2024-35180OMERO.web provides a web based client and plugin infrastruct…6.1
- CVE-2024-35181Meshery is an open source, cloud native manager that enables…8.1
- CVE-2024-35182Meshery is an open source, cloud native manager that enables…8.1
- CVE-2024-35184Paperless-ngx is a document management system that transform…5.5
- CVE-2024-35185Minder is a software supply chain security platform. Prior t…5.3
- CVE-2024-35186gitoxide is a pure Rust implementation of Git. During checko…8.8
- CVE-2024-35187Stalwart Mail Server is an open-source mail server. Prior to…9.1
- CVE-2024-35189Fides is an open-source privacy engineering platform. The Fi…6.5
- CVE-2024-3519The Media Library Assistant plugin for WordPress is vulnerab…6.1
Are you affected by CVE-2024-35183?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
