Security Advisory

CVE-2026-59703

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-07-08 14:55:33
Last updated 2026-07-20 17:45:57
Assigner VulnCheck
CVSS score 8.7
State PUBLISHED

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.