CVE-2026-52805: Gogs has a Migration Redirect Bypass that Leads to Internal Repository Theft
A Server-Side Request Forgery (SSRF) vulnerability exists in the repository migration functionality. The application validates only the initially submitted URL hostname, but git clone --mirror follows HTTP redirects. An authenticated user can submit a public URL that redirects to a blocked internal endpoint (e.g., 127.0.0.1), importing the internal repository’s contents into an attacker-controlled repository.
References
Code Behaviors & Features
Detect and mitigate CVE-2026-52805 with GitLab Dependency Scanning
Secure your software supply chain by verifying that all open source dependencies used in your projects contain no disclosed vulnerabilities. Learn more about Dependency Scanning →