Vulnerability Description
Gogs is an open source self-hosted Git service. In 0.14.3 and earlier, any authenticated user can watch a private repository they have no access to, because the access check in the Watch API handler is inverted. The code checks if repoCtx.ViewerCanRead() (returns 404 when the user CAN read) instead of if !repoCtx.ViewerCanRead() (return 404 when the user CANNOT read). Once watching, the attacker's dashboard activity feed shows commit messages, branch names, issue titles, and PR details from the private repository. If email notifications are enabled, the attacker also receives emails containing issue and comment content.
CVSS Score
MEDIUM
Related Weaknesses (CWE)
References
- https://github.com/gogs/gogs/commit/d61caa3676fde060d0c03ccf815851dddc7c67e0
- https://github.com/gogs/gogs/security/advisories/GHSA-v8w7-f6gc-cqc2
- https://github.com/gogs/gogs/security/advisories/GHSA-v8w7-f6gc-cqc2
FAQ
What is CVE-2026-52795?
CVE-2026-52795 is a vulnerability with a CVSS score of 4.3 (MEDIUM). Gogs is an open source self-hosted Git service. In 0.14.3 and earlier, any authenticated user can watch a private repository they have no access to, because the access check in the Watch API handler i...
How severe is CVE-2026-52795?
CVE-2026-52795 has been rated MEDIUM with a CVSS base score of 4.3/10. Review the CVSS metrics above for detailed severity breakdown.
Is there a patch for CVE-2026-52795?
Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.