All intelligence
// vulnerability record
cached · NVD via COSMOS syncCVE-2026-52802
MEDIUMpublished 2026-06-24 21:16 UTC · 4 days ago · modified 2026-06-25 17:16 UTC
5.4
CVSS / 10
// 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 3.1 vector
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:N
// weaknesses (CWE)
- CWE-601