Incorrect authorization in Gitea - CVE-2026-27761
Published: June 22, 2026
Gitea
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information from private repository commit feeds.
The vulnerability exists due to incorrect authorization in repository RSS/Atom feed handlers when handling feed requests authenticated with a personal access token that lacks repository scope. A remote user can send a request to repository feed endpoints using a non-repository-scoped token to disclose sensitive information from private repository commit feeds.
Feeds must be enabled, and the issue affects private repositories the token owner is permitted to read. Exposed data can include commit SHAs, full commit messages, and committer names and email addresses.