CVE-2026-44471
Last modified
CVE-2026-44471 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out with gitoxide, permit writing an attacker-controlled symlink into any existing directory the user has write access to. EPSS estimates a 0.25% chance of exploitation in the next 30 days.
Description
gitoxide is an implementation of git written in Rust. Prior to 0.21.1, a malicious tree can be constructed that will, when checked out with gitoxide, permit writing an attacker-controlled symlink into any existing directory the user has write access to. During checkout, all symlink index entries are deferred and created after regular files using a single shared gix_worktree::Stack. Internally, this uses a gix_fs::Stack. gix_fs::Stack::make_relative_path_current() caches validated path prefixes: when the previously-processed leaf component exactly matches the leading component(s) of the next path, the leaf-to-directory transition at gix-fs/src/stack.rs invokes only delegate.push_directory(), never delegate.push(). In gix_worktree::stack::delegate::StackDelegate, when the state member is State::CreateDirectoryAndAttributesStack, Attributes::push_directory() only loads attributes (from the ODB, in the clone case), and does not perform any other checks. The on-disk symlink_metadata() check and unlink-on-collision live in StackDelegate::push()'s invocation of create_leading_directory(), which is therefore bypassed for the cached prefix. The final symlink is created with plain std::os::unix::fs::symlink, which follows symlinks in parent directories. Therefore, it's possible to provide a tree with duplicate symlink and directory entries that exploits this. This vulnerability is fixed in 0.21.1.
Metrics
CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions |
|---|---|---|
| Gitoxidelabs | Gix-Fs | < 0.21.1 |
References
- https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-f89h-2fjh-2r9qExploit, Vendor Advisory
- https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-f89h-2fjh-2r9qExploit, Vendor Advisory
Timeline
- Published
- Last Modified
- Status
- Analyzed
Frequently Asked Questions
What is CVE-2026-44471?
How severe is CVE-2026-44471?
How do I fix CVE-2026-44471?
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 2026
- CVE-2026-44466Zed is a code editor. Prior to 0.229.0, Zed's terminal tool …8.6
- CVE-2026-44467The Claude Desktop app gives you Claude Code with a graphica…6.8
- CVE-2026-44468The affected product creates a directory with insecure defau…8.5
- CVE-2026-44469The affected product extracts installation files to a tempor…7
- CVE-2026-4447Inappropriate implementation in V8 in Google Chrome prior to…8.8
- CVE-2026-44470The Claude Desktop app gives you Claude Code with a graphica…7.8
- CVE-2026-44473Ella Core is a 5G core designed for private networks. Prior …7.1
- CVE-2026-44474Ella Core is a 5G core designed for private networks. Prior …3.7
- CVE-2026-44475Ella Core is a 5G core designed for private networks. Prior …6.1
- CVE-2026-44477CloudNativePG is a platform designed to manage PostgreSQL da…9.9
- CVE-2026-44478hoppscotch is an open source API development ecosystem. The …7.5
- CVE-2026-44479Vercel’s AI Cloud is a unified platform for building modern …5.5
Are you affected by CVE-2026-44471?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
