Vulnerability Description
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.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-pmm9-4h7q-24c8
- https://www.vulncheck.com/advisories/gitoxide-before-0.33.0-path-traversal-via-s
- https://github.com/GitoxideLabs/gitoxide/security/advisories/GHSA-pmm9-4h7q-24c8
FAQ
What is CVE-2026-82248?
CVE-2026-82248 is a vulnerability with a CVSS score of 5.3 (MEDIUM). 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 (incr...
How severe is CVE-2026-82248?
CVE-2026-82248 has been rated MEDIUM with a CVSS base score of 5.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-82248?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.