CVE-2026-52808
Description
Gogs is an open source self-hosted Git service. Prior to 0.14.3, three API endpoints — PATCH /api/v1/repos/:owner/:repo/issue-tracker, PATCH /api/v1/repos/:owner/:repo/wiki, and POST /api/v1/repos/:owner/:repo/mirror-sync — are gated by reqRepoWriter() rather than reqRepoAdmin(). The equivalent operations in the web UI sit behind reqRepoAdmin, which requires AccessMode >= AccessModeAdmin. A write-level collaborator (who has AccessMode == AccessModeWrite < AccessModeAdmin) can therefore call these API endpoints directly to disable the native issue tracker or wiki, inject attacker-controlled external tracker/wiki URLs that redirect all repository visitors, or trigger mirror sync — none of which they are authorized to do. 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-268j-37xf-pp52ghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-52808ghsaADVISORY
- github.com/gogs/gogs/commit/6283462119bd8894f1599d70339b5e823f99954anvdWEB
- github.com/gogs/gogs/pull/8327nvdWEB
- github.com/gogs/gogs/releases/tag/v0.14.3nvdWEB
- github.com/gogs/gogs/security/advisories/GHSA-268j-37xf-pp52nvdWEB
News mentions
0No linked articles in our index yet.