CVE-2026-52811
Description
Gogs is an open source self-hosted Git service. Prior to 0.14.3, (*Repository).UploadRepoFiles checks for symlinks only on the leaf of the upload target (osx.IsSymlink(targetPath)). The siblings UpdateRepoFile, DeleteRepoFile, and GetDiffPreview use hasSymlinkInPath, which lstats every component — UploadRepoFiles is the lone outlier. An attacker with repo-write access plus a multipart upload whose filename contains a literal backslash (preserved by filepath.Base on Linux, then converted to / by pathx.Clean) redirects the write through a previously-committed directory symlink. iox.CopyFile opens the destination with os.Create (no O_NOFOLLOW), so the kernel follows the parent symlink and writes attacker bytes anywhere the gogs UID can write — ~git/.ssh/authorized_keys → SSH foothold, or .git/hooks/post-receive → next-push RCE. 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-89mr-xqfv-758mghsaADVISORY
- nvd.nist.gov/vuln/detail/CVE-2026-52811ghsaADVISORY
- github.com/gogs/gogs/commit/04cb8afbb01d855454e59977a1cdbf522ea1db31nvdWEB
- github.com/gogs/gogs/pull/8332nvdWEB
- github.com/gogs/gogs/releases/tag/v0.14.3nvdWEB
- github.com/gogs/gogs/security/advisories/GHSA-89mr-xqfv-758mnvdWEB
News mentions
1- Gogs: 18 Vulnerabilities Including RCE and Auth Bypass Disclosed in BatchVypr Intelligence · Jun 24, 2026