cve/2025/CVE-2025-54586.md
2025-09-29 21:09:30 +02:00

1.2 KiB
Raw Blame History

CVE-2025-54586

Description

GitProxy is an application that stands between developers and a Git remote endpoint. In versions 1.19.1 and below, attackers can inject extra commits into the pack sent to GitHub, commits that arent pointed to by any branch. Although these “hidden” commits never show up in the repositorys visible history, GitHub still serves them at their direct commit URLs. This lets an attacker exfiltrate sensitive data without ever leaving a trace in the branch view. We rate this a Highimpact vulnerability because it completely compromises repository confidentiality. This is fixed in version 1.19.2.

POC

Reference

Github

No PoCs found on GitHub currently.