Vulnerability Description
Gogs is an open source self-hosted Git service. Prior to 0.14.3, an open redirect vulnerability exists in Gogs where attacker-controlled redirect_to parameters can bypass validation, allowing redirection to arbitrary external sites. All redirects in Gogs that are validated via the IsSameSite function are vulnerable. The function only inspects the first two characters of the URL string. This check fails to account for directory traversal sequences followed by backslashes. This vulnerability is fixed in 0.14.3.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/gogs/gogs/commit/c5da9631dc75f692f313373ae229c4d47ba6517f
- https://github.com/gogs/gogs/pull/8322
- https://github.com/gogs/gogs/releases/tag/v0.14.3
- https://github.com/gogs/gogs/security/advisories/GHSA-xxhq-69mf-w8cr
- https://github.com/gogs/gogs/security/advisories/GHSA-xxhq-69mf-w8cr
FAQ
What is CVE-2026-52802?
CVE-2026-52802 is a vulnerability with a CVSS score of 5.4 (MEDIUM). Gogs is an open source self-hosted Git service. Prior to 0.14.3, an open redirect vulnerability exists in Gogs where attacker-controlled redirect_to parameters can bypass validation, allowing redirect...
How severe is CVE-2026-52802?
CVE-2026-52802 has been rated MEDIUM with a CVSS base score of 5.4/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52802?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.