CVE-2026-52812

Gogs is an open source self-hosted Git service. Prior to 0.14.3, Git LFS storage is content-addressed by OID alone (<LFS-root>/<oid[0]>/<oid[1]>/<oid>) but per-repo authorization lives in the lfs_object table keyed (repo_id, oid). serveUpload skips re-uploading when the OID file already exists on disk and inserts a new (repo_id, oid) row pointing at it without verifying the request body hashes to the OID being claimed. Any user with write access to one repo can bind their repo to an OID owned by a private repo and download the original bytes via their own download endpoint. This vulnerability is fixed in 0.14.3.
CVSS

No CVSS.

Configurations

No configuration.

History

26 Jun 2026, 00:16

Type Values Removed Values Added
References () https://github.com/gogs/gogs/security/advisories/GHSA-6p9m-q3jp-47h4 - () https://github.com/gogs/gogs/security/advisories/GHSA-6p9m-q3jp-47h4 -

24 Jun 2026, 21:16

Type Values Removed Values Added
New CVE

Information

Published : 2026-06-24 21:16

Updated : 2026-06-26 00:16


NVD link : CVE-2026-52812

Mitre link : CVE-2026-52812

CVE.ORG link : CVE-2026-52812


JSON object : View

Products Affected

No product.

CWE
CWE-345

Insufficient Verification of Data Authenticity

CWE-639

Authorization Bypass Through User-Controlled Key

CWE-862

Missing Authorization