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 vulnerability in Gitea 1.26.2 allows users without authentication to retrieve labels of private organizations, revealing internal metadata about the organization. This omission of proper authorization checks manifests as a CWE‑200 information‑disclosure weakness combined with the absence of access control (CWE‑862).

Affected Systems

The affected software is the Gitea Open Source Git Server, version 1.26.2. Users running this release are at risk until they upgrade to a patched version, such as 1.26.3 or later.

Risk and Exploitability

The attack vector is likely via the web interface or API endpoint that returns organization labels; no authentication is required to reach the endpoint. The CVSS score of 7.5 indicates high severity, while the EPSS score of less than 1% suggests a low probability of exploitation at present. The vulnerability is not listed in the CISA KEV catalog. An attacker could leverage unauthenticated requests to this endpoint to gather confidential information about a private organization.

Generated by OpenCVE AI on July 23, 2026 at 16:18 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.
  • Restrict access to organization label endpoints by implementing proper authentication checks.
  • Enforce TLS/HTTPS to protect traffic and mitigate eavesdropping on unauthenticated requests.

Generated by OpenCVE AI on July 23, 2026 at 16:18 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

No data.

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-07-23T16:30:09Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-862

    Missing Authorization