๐Ÿ” CVE Alert

CVE-2026-82253

HIGH 7.5

gitoxide before 0.82.0 Path Traversal via Submodule Name Validation Bypass

CVSS Score
7.5
EPSS Score
0.0%
EPSS Percentile
0th

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.

CWE CWE-22
Vendor gitoxidelabs
Product gitoxide
Published Aug 28, 2026
Stay Ahead of the Next One

Get instant alerts for gitoxidelabs gitoxide

Be the first to know when new high vulnerabilities affecting gitoxidelabs gitoxide are published โ€” delivered to Slack, Telegram or Discord.

Get Free Alerts โ†’ Free ยท No credit card ยท 60 sec setup

CVSS v3 Breakdown

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N
Attack Vector
Network
Attack Complexity
Low
Privileges Required
None
User Interaction
None
Scope
Unchanged
Confidentiality
High
Integrity
None
Availability
None

Affected Versions

GitoxideLabs / gitoxide
0 < 0.82.0
GitoxideLabs / gitoxide
0 < 0.11.1

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-p3hw-mv63-rf9w vulncheck.com: https://www.vulncheck.com/advisories/gitoxide-before-0.82.0-path-traversal-via-submodule-name-validation-bypass

Credits

๐Ÿ” kodareef5