๐Ÿ” CVE Alert

CVE-2026-82248

MEDIUM 5.3

gitoxide before 0.33.0 Path Traversal via symlink following

CVSS Score
5.3
EPSS Score
0.0%
EPSS Percentile
0th

gix-worktree-state before 0.33.0 (part of gitoxide) allows writing files outside the worktree on Windows. gix_worktree_state::checkout() follows an existing terminal symlink during non-exclusive (incremental) materialization (destination_is_initially_empty: false) when core.symlinks is true. If a symlink entry (mode 120000) is first checked out at a path P pointing outside the worktree, a subsequent incremental checkout of a regular-file entry (mode 100644) at the same path follows the existing reparse point and writes the blob content through the link, overwriting files outside the worktree.

CWE CWE-59
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 medium 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:H/PR:N/UI:R/S:U/C:N/I:H/A:N
Attack Vector
Network
Attack Complexity
High
Privileges Required
None
User Interaction
Required
Scope
Unchanged
Confidentiality
None
Integrity
High
Availability
None

Affected Versions

GitoxideLabs / gitoxide
0 < 0.33.0
GitoxideLabs / gitoxide
0 < 0.55.0
GitoxideLabs / gitoxide
0 < 0.49.0
GitoxideLabs / gitoxide
0 < 0.86.0

References

NVD โ†— CVE.org โ†— EPSS Data โ†—
github.com: https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-pmm9-4h7q-24c8 vulncheck.com: https://www.vulncheck.com/advisories/gitoxide-before-0.33.0-path-traversal-via-symlink-following

Credits

๐Ÿ” scadastrangelove