Home
Home
Trends
Trends
Vulnerabilities
Vulnerabilities
News
News
Researchers
Researchers
Why dbugs?
Why dbugs?
Settings

Scadastrangelove

#46827of 56,330
6Total CVSS
Vulnerabilities · 1
PT-2026-83100
6.0
2026-08-28
Unknown · Gix-Worktree-Stat · CVE-2026-82248
**Name of the Vulnerable Software and Affected Versions** gix-worktree-state versions prior to 0.33.0 **Description** On Windows, the software allows writing files outside the worktree. This occurs when the `gix worktree state::checkout()` function follows an existing terminal symlink during non-exclusive incremental materialization (where `destination is initially empty` is false) while `core.symlinks` is enabled. If a symlink entry is first checked out at a specific path pointing outside the worktree, a subsequent incremental checkout of a regular-file entry at that same path follows the reparse point—a Windows object that redirects a file system operation to another target—and writes the blob content through the link, resulting in the overwriting of files outside the worktree. **Recommendations** Update gix-worktree-state to version 0.33.0 or later.