Server-Side Request Forgery (SSRF) in GitPython - #VU140586
Published: July 31, 2026
GitPython
Detailed vulnerability description
The vulnerability allows a remote user to cause the application to send requests to arbitrary hosts.
The vulnerability exists due to improper input validation in Repo._clone() and unsafe_git_clone_options when processing caller-influenced clone options. A remote user can supply a crafted --bundle-uri option to cause the application to send requests to arbitrary hosts.
The advisory describes this as a blind SSRF condition and states that no response-content disclosure or code execution was demonstrated.