Improper access control in Gitea - CVE-2026-58427
Published: July 14, 2026
Vulnerability details
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to improper access control in the /orgs/{org}/members API endpoint when handling requests for organization member listings. A remote user can send a request to enumerate members of a private organization to disclose sensitive information.
The issue affects the ListMembers endpoint but not the public_members endpoints addressed by the earlier change.