SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-82251

HIGH · CVSS 7.5 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-08-28 · Last synced 2026-09-18

CyberRota Analysis

AI-Generated

The vulnerability in gitoxide prior to version 0.52.1 allows attackers to exploit improperly validated submodule names in the .gitmodules configuration, leading to potential path traversal attacks. This can result in unauthorized access to repositories outside the intended directory, enabling attackers to manipulate repository states and inspect maliciously controlled repositories. Organizations using gitoxide should prioritize patching to mitigate the risk of repository compromise and data exposure.

Public Exploit Signal

A public exploit, PoC, GitHub repository or Metasploit reference was detected for this CVE.

GitHub PoC Links

Note: these links are listed for security research and verification purposes only.

CVE
CVE-2026-82251
Severity
HIGH
CVSS
7.5
EPSS
0.39%

Original NVD Description

gitoxide before 0.52.1 fails to validate submodule names from .gitmodules configuration, allowing path traversal when deriving submodule git directories. Attackers can craft malicious submodule names with traversal segments to redirect state() and open() functions to repositories outside .git/modules, causing repository confusion and inspection of attacker-controlled repositories.