CVE-2026-59702 PUBLISHED

repomix - Server-Side Request Forgery via Unvalidated Repository URLs in POST /api/pack

Assigner: VulnCheck
Reserved: 06.07.2026 Published: 08.07.2026 Updated: 08.07.2026

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.

Metrics

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

Product Status

Vendor repomix
Product repomix
Versions Default: affected
  • affected from 0 to 1.14.1 (excl.)
  • affected from 0 to c748b52 (incl.)

Credits

  • George Chen reporter

References

Problem Types

  • Server-Side Request Forgery (SSRF) CWE