XSS in Gogs

CVE-2026-52807

Gogs is an open source self-hosted Git service. Prior to 0.14.3, in new_form.tmpl, milestone names are rendered with Go's default auto-escaping ({{.Name}}), which converts < to &lt; etc. This prevents direct HTML injection. However, when t…

Vulnerability class: XSS (Cross-Site Scripting)

Affected products

  • Gogs — versions < 0.14.3

Weakness classification (CWE)

References