CVE-2026-52795
Last modified
CVE-2026-52795 is a medium-severity vulnerability rated 4.3/10 on the CVSS scale. 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. EPSS estimates a 0.17% chance of exploitation in the next 30 days.
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.
Metrics
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
Weakness Enumeration
References
Timeline
- Published
- Last Modified
- Status
- Deferred
Frequently Asked Questions
What is CVE-2026-52795?
How severe is CVE-2026-52795?
How do I fix CVE-2026-52795?
Are you affected by CVE-2026-52795?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
