Answer in brief
CVE-2026-82248 records a Unknown severity vulnerability in gitoxide before 0.33.0 Path Traversal via symlink following. The current sources do not mark it as known exploited. The current feed maps GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic). Check affected ranges and fixed versions before updating.
Analysis pending evidence review
HOL Guard separates source facts from reviewed analysis. See the methodology.
A CVSS score is not reported in the current record. The current sources do not mark it as known exploited. Treat this as a source-backed prioritization signal, not a statement about your environment.
Analysis status
Analysis pending evidence review
Factual feed record only; HOL analysis is not approved for indexing. Read the methodology.
The current feed maps GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic), GitoxideLabs/gitoxide (generic). Check affected ranges and fixed versions before updating.
| Package | Affected range | Fixed version |
|---|---|---|
| GitoxideLabs/gitoxidegeneric | >=0 <0.33.0 | 0.33.0 |
| GitoxideLabs/gitoxidegeneric | >=0 <0.55.0 | 0.55.0 |
| GitoxideLabs/gitoxidegeneric | >=0 <0.49.0 | 0.49.0 |
| GitoxideLabs/gitoxidegeneric | >=0 <0.86.0 | 0.86.0 |
Published upstream
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordSource modified
Aug 28, 2026
Evidence: source:cvelist:source_dates:source-dates:recordFirst seen by HOL
Aug 28, 2026
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.
Quoted source text, attributed separately from HOL analysis.