Missing Authorization in Gitea - CVE-2026-25038
Published: June 22, 2026
Gitea
Detailed vulnerability description
The vulnerability allows a remote user to disclose sensitive information.
The vulnerability exists due to missing authorization in the Organization Labels API endpoints when handling requests for labels of private organizations. A remote user can send crafted API requests to disclose sensitive information.
The issue is limited to read access through GET /api/v1/orgs/{org}/labels and GET /api/v1/orgs/{org}/labels/{id}. No unauthorized modification of labels was observed.