AUGUST 24, 2026
Live Feed
Back to database
Case File

CVE-2026-59703

HIGH · CVSS 7.5 EPSS 0.39% Public Exploit

Source: NVD + CISA KEV + EPSS · Published 2026-07-08 · Last synced 2026-08-07

CyberRota Analysis

AI-Generated

The vulnerability allows unauthenticated attackers to exploit the git clone endpoint in repomix, leading to local file inclusion that exposes arbitrary local git repositories. By bypassing validation through the isValidRemoteValue function, attackers can use file:// URLs to access sensitive data stored on the server's filesystem. Organizations utilizing repomix should prioritize remediation to prevent unauthorized data exposure.

Public Exploit Signal

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

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

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

Original NVD Description

repomix contains a local file inclusion vulnerability in the git clone endpoint that allows unauthenticated attackers to read arbitrary local git repositories. The isValidRemoteValue function in src/core/git/gitRemoteParse.ts fails to block file:// URLs, permitting attackers to supply file:// scheme URLs that bypass validation and are passed directly to git clone, enabling unauthorized access to all tracked file contents on the server filesystem.