SEPTEMBER 18, 2026
Live Feed
Back to database
Case File

CVE-2026-59702

CRITICAL · CVSS 9.3 EPSS 0.32% Public Exploit

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

CyberRota Analysis

AI-Generated

The vulnerability in repomix allows unauthenticated attackers to exploit the POST /api/pack endpoint through server-side request forgery, enabling them to make arbitrary outbound requests. This flaw can lead to unauthorized access to sensitive internal resources, including private network addresses and local filesystem paths. Organizations using repomix should prioritize remediation to mitigate the risk of data exposure and potential system compromise.

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-59702
Severity
CRITICAL
CVSS
9.3
EPSS
0.32%

Original NVD Description

repomix contains a server-side request forgery vulnerability in the POST /api/pack endpoint that allows unauthenticated attackers to make arbitrary outbound requests. The endpoint fails to properly validate http://, https://, and file:// URLs before passing them to git clone, enabling attackers to access private network addresses, GCP metadata services, or local filesystem paths.