CVE Catalog

CVE-2026-82248

MediumCVSS 5.3
Published: Updated: Translated: NVD NIST

Exploitation Probability (EPSS)

Low risk
0.23%

14th percentile - higher than 14% of all known CVEs

Summary

Vulnerability in gix-worktree-state before 0.33.0 (part of gitoxide) allows writing files outside the worktree on Windows. The checkout() function follows an existing terminal symlink during incremental materialization, allowing overwriting files outside the worktree.

Risk Assessment

An attacker can overwrite arbitrary files on Windows that the process has access to, potentially leading to privilege escalation or data corruption.

Recommendation

Update gix-worktree-state to version 0.33.0 or later, which includes the fix.

Other vulnerabilities in gitoxide

See all
Original NVD description (English source)

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.

Vulnerability data from NVD (NIST) · CISA KEV · EPSS