Sploitus

CVE-2026-52811

No indexed exploits for CVE-2026-52811 yet

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 <repo>.git/hooks/post-receive β†’ next-push RCE. This vulnerability is fixed in 0.14.3.

Affected products
Gogs
Fix
Available
CVSS 4.0
9.0 CRITICAL
EPSS
0.5% (37th percentile)
Weakness
CWE-61, CWE-22, CWE-59
NVD status
Deferred
Published
2026-06-24
CVE-2026-52811 at NVD
Authoritative description, scoring and affected products

No indexed exploits for CVE-2026-52811 yet

Our index is partial: it proves presence, never absence

No exploit for CVE-2026-52811 has been indexed yet. Our index is built from live traffic and upstream syncs, so this page can only say what it knows β€” not that no exploit exists.