CVE-2026-59703 HIGH

CVE-2026-59703: repomix - Local File Inclusion via file:// URL Scheme in Git Clone Endpoint

Vendor Repomix
Product repomix
Weakness CWE-552 · Files accessible externally
Published July 8, 2026
Last update July 20, 2026

CVSS base score

8.7/10
Attack vector Network
Attack complexity Low
Privileges required None
User interaction None
Confidentiality
Integrity

CVSS vector

CVSS:4.0/AV:N/AC:L/AT:N/PR:N/UI:N/VC:H/VI:N/VA:N/SC:N/SI:N/SA:N

What the vulnerability does

01Description

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.

Key dates

02Disclosure timeline

July 8, 2026 CVE published
July 20, 2026 Record updated