CVE-2026-82253
Reported by VulnCheck · Published August 28, 2026
gitoxide (Rust crates gix <= 0.72.0 and gix-validate <= 0.10.0) contains a path traversal vulnerability. The submodule name validation function in gix-validate only checks the first occurrence of '..' via name.find(b".."), allowing crafted names such as 'a..b/../../../.git/' to bypass the check; additionally this validation is never invoked in production code paths. Combined with a trust inheritance flaw in Submodule::open(), where the parent repository's git_dir_trust (Trust::Full) is cloned and the ownership verification is skipped, an attacker can craft a malicious .gitmodules file so that a victim tool built on gitoxide reads arbitrary git repository configuration (including embedded credentials) with full trust, bypassing safe-directory protections. Fixed in gix 0.82.0 and gix-validate 0.11.1.
Risk Scores
Affected Products
| Vendor | Product | Versions |
|---|---|---|
| GitoxideLabs | gitoxide | 0, 0.82.0 |
| GitoxideLabs | gitoxide | 0, 0.11.1 |
| GitoxideLabs | gitoxide | 0, 0.82.0, 0 |
| gitoxidelabs | gitoxide | 0, 0, 0 |
Timeline
- Aug 28, 2026 CVE Published
- Aug 29, 2026 EPSS Score
- Aug 30, 2026 EPSS Score
- Aug 31, 2026 CVE Updated
- Sep 3, 2026 EPSS Score
- Sep 6, 2026 EPSS Score
- Sep 9, 2026 EPSS Score
- Sep 12, 2026 EPSS Score
- Sep 16, 2026 EPSS Score
- Sep 18, 2026 EPSS Score
References
- GitHub Security Advisory (GHSA-p3hw-mv63-rf9w) vendor-advisory
- VulnCheck Advisory: gitoxide before 0.82.0 Path Traversal via Submodule Name Validation Bypass third-party-advisory