CVE-2026-82253
Last modified
CVE-2026-82253 is a high-severity vulnerability rated 7.5/10 on the CVSS scale. 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. EPSS estimates a 0.50% chance of exploitation in the next 30 days.
Description
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N/E:X/CR:X/IR:X/AR:X/MAV:X/MAC:X/MAT:X/MPR:X/MUI:X/MVC:X/MVI:X/MVA:X/MSC:X/MSI:X/MSA:X/S:X/AU:X/R:X/V:X/RE:X/U:X
Weakness Enumeration
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| GitoxideLabs | gitoxide | < 0.82.0 |
| GitoxideLabs | gitoxide | < 0.11.1 |
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-82253?
How severe is CVE-2026-82253?
How do I fix CVE-2026-82253?
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-82248gix-worktree-state before 0.33.0 (part of gitoxide) allows w…5.3
- CVE-2026-82249gitoxide before 0.38.2 fails to validate carriage return cha…3.1
- CVE-2026-8225A vulnerability was identified in Open5GS up to 2.7.7. This …7.5
- CVE-2026-82250gitoxide gix-packetline versions before 0.21.5 contain a pan…6.5
- CVE-2026-82251gitoxide before 0.52.1 fails to validate submodule names fro…7.5
- CVE-2026-82252gitoxide before 0.52.1 follows symlinks when reading the wor…7.5
- CVE-2026-82254gitoxide before 0.69.0 contains unchecked array indexing in …7.5
- CVE-2026-82255gitoxide versions from 0.25.4 contain an HTTP credential lea…6.8
- CVE-2026-82256SvelteKit before 2.69.1 fails to properly validate remote fo…5.3
- CVE-2026-82257SvelteKit versions before 2.69.1 contain a prototype polluti…4.3
- CVE-2026-82258SvelteKit versions from 2.38.0 before 2.60.1 contain a race …4.8
- CVE-2026-82259SvelteKit versions from 2.49.0 through 2.53.2 (fixed in 2.53…7.5
Are you affected by CVE-2026-82253?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
