HIGHVulnerability
Verified
Global

NVD HIGH: CVE-2026-59703 — repomix contains a local file inclusion vulnerability in the git clone endpoint ...

·Source: NIST NVD

Updated:

Executive Summary

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 a

Analysis

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. CVSS Score: 7.5. Published: 2026-07-08T15:16:32.173.

Indicators of Compromise (1)

CVE (1)
CVE-2026-59703
Source Attribution

Originally published by NIST NVD on Jul 8, 2026. Verified by: NIST.

Related Threats