CVE-2026-52796
Last modified
CVE-2026-52796 is a low-severity vulnerability rated 3.5/10 on the CVSS scale. 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. EPSS estimates a 0.28% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:L
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52796?
How severe is CVE-2026-52796?
How do I fix CVE-2026-52796?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-52784OpenProject is open-source, web-based project management sof…8.8
- CVE-2026-52785OpenProject is open-source, web-based project management sof…9.9
- CVE-2026-5279Object corruption in V8 in Google Chrome prior to 146.0.7680…8.8
- CVE-2026-52791fuse-overlayfs is an implementation of overlayfs in FUSE for…2
- CVE-2026-52794Sentry is an error tracking and performance monitoring tool.…7.5
- CVE-2026-52795Gogs is an open source self-hosted Git service. In 0.14.3 an…4.3
- CVE-2026-52797Gogs is an open source self-hosted Git service. Prior to 0.1…8.5
- CVE-2026-52798Gogs is an open source self-hosted Git service. Prior to 0.1…8.9
- CVE-2026-52799Gogs is an open source self-hosted Git service. Prior to 0.1…7.5
- CVE-2026-5280Use after free in WebCodecs in Google Chrome prior to 146.0.…8.8
- CVE-2026-52800Gogs is an open source self-hosted Git service. Prior to 0.1…8.8
- CVE-2026-52801Gogs is an open source self-hosted Git service. Prior to 0.1…8.1
Are you affected by CVE-2026-52796?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
