CVE-2026-52796
Description
Gogs is an open source self-hosted Git service. Prior to 0.14.3, specially crafted issue index pattern can cause a panic when rendering, resulting in denial of service. In internal/markup/markup.go, RenderIssueIndexPattern renders the issue index pattern to a link using com.Expand, which is not safe: when the configured pattern contains an opening brace { but no closing brace }, strings.Index(template, "}") returns -1 and the subsequent slice template[:-1] triggers a panic. Once such a pattern is set, any page in the affected repository that contains an issue index reference such as #1 becomes unavailable. This vulnerability is fixed in 0.14.3.
AI Insight
LLM-synthesized narrative grounded in this CVE's description and references.
Affected packages
Versions sourced from the GitHub Security Advisory.
| Package | Affected versions | Patched versions |
|---|---|---|
gogs.io/gogsGo | < 0.14.3 | 0.14.3 |
Affected products
2- osv-coordsRange: < 0.0.20260723T184607-160000.1.1
Patches
Vulnerability mechanics
References
6- github.com/advisories/GHSA-4j89-2c4f-44c6ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-52796ghsaADVISORY
- github.com/gogs/gogs/commit/0529d95fc39f2b6d2997b19a2a12e24522684722ghsaWEB
- github.com/gogs/gogs/pull/8312ghsaWEB
- github.com/gogs/gogs/releases/tag/v0.14.3ghsaWEB
- github.com/gogs/gogs/security/advisories/GHSA-4j89-2c4f-44c6nvdWEB
News mentions
0No linked articles in our index yet.