Description
Gitea 1.26.2 allows unauthorized users to access labels of private organizations.
Published: 2026-07-03
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The Gitea Open Source Git Server release 1.26.2 permits any visitor of the web interface or API to retrieve the labels attached to private organizations. As a result the server discloses internal metadata of the organization, a behavior that violates the expectation that private data remains hidden from unauthenticated users. The weakness is rooted in a missing access‑control check, which is reflected as CWE‑200 Information Exposure and CWE‑862 Missing Authorization.

Affected Systems

The vulnerable version is Gitea Open Source Git Server 1.26.2. Administrators maintaining a server running this release are impacted until an upgrade to 1.26.3 or any later patched build is performed.

Risk and Exploitability

The defect can be exploited by sending unauthenticated requests to the endpoint that, either through the web UI or the REST API. The CVSS score of 7.5 signals a high severity level, but the EPSS value of less than 1 % indicates that at present the likelihood of exploitation is low. The vulnerability is not listed in the CISA Key Exploited Vulnerabilities catalog. An attacker who successfully triggers the endpoint can gain visibility into private organization structure and potentially leverage that information for further reconnaissance.

Generated by OpenCVE AI on August 3, 2026 at 05:26 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Gitea 1.26.3 or newer to apply the information‑disclosure fix.
  • Configure the service so that only authenticated users can request organization label data, ensuring that proper authorization checks are enforced on the relevant endpoints.
  • Audit API access logs for unauthorized attempts to list organization labels.

Generated by OpenCVE AI on August 3, 2026 at 05:26 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-v73x-hx65-6pf4 Gitea: Unauthorized Access to Labels of Private Organizations
History

Tue, 07 Jul 2026 17:30:00 +0000

Type Values Removed Values Added
Metrics cvssV3_1

{'score': 7.5, 'vector': 'CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N'}

ssvc

{'options': {'Automatable': 'yes', 'Exploitation': 'poc', 'Technical Impact': 'partial'}, 'version': '2.0.3'}


Mon, 06 Jul 2026 23:15:00 +0000

Type Values Removed Values Added
First Time appeared Gitea
Gitea gitea Open Source Git Server
Vendors & Products Gitea
Gitea gitea Open Source Git Server

Fri, 03 Jul 2026 20:45:00 +0000

Type Values Removed Values Added
Description Gitea 1.26.2 allows unauthorized users to access labels of private organizations.
Title Gitea private organization labels are visible to unauthorized users
Weaknesses CWE-200
CWE-862
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-07-07T17:00:09.768Z

Reserved: 2026-03-03T03:26:00.351Z

Link: CVE-2026-25038

cve-icon Vulnrichment

Updated: 2026-07-07T16:02:16.283Z

cve-icon NVD

Status : Deferred

Published: 2026-07-03T21:16:57.503

Modified: 2026-07-07T18:16:36.270

Link: CVE-2026-25038

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-03T05:30:17Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization