Description
Private org member list leaked via /members API endpoint — incomplete fix for PR #38145
Published: 2026-08-13
Score: 7.5 High
EPSS: < 1% Very Low
KEV: No
Impact: n/a
Action: n/a
AI Analysis

Impact

The vulnerability in Gitea allows an attacker to retrieve the list of members belonging to a private organization through the /members API endpoint. The endpoint returns member information that should be access‑controlled, leading to a confidentiality breach. The flaw is a result of an incomplete patch for pull request #38145 and can expose usernames, email addresses, and other identifying details of organization members. An attacker who can reach the API can gather sensitive personnel data without authentication or with minimal privileges.

Affected Systems

This weakness affects all installations of Gitea Open Source Git Server that have not applied the patch included in the 1.27.0 release. Earlier releases, particularly those older than 1.27.0, are vulnerable, as the fix was not fully integrated until that version. The issue is specific to the /members endpoint and applies to environments where private organizations exist.

Risk and Exploitability

The risk level is elevated in environments where private organizations are used, as an attacker can gather membership information by exercising the /members API. Since the vulnerability can be exercised by simply making authenticated or unauthenticated requests to the endpoint, it is presumed to be exploitable remotely. The CVSS score is 7.5, and the EPSS score is < 1%. The vulnerability is not listed in KEV, but the information disclosure remains a serious concern.

Generated by OpenCVE AI on August 22, 2026 at 09:38 UTC.

Remediation

No vendor fix or workaround currently provided.

OpenCVE Recommended Actions

  • Upgrade to Gitea 1.27.0 or later, which addresses the vulnerability.
  • Verify that the /members API endpoint is secured and not accessible to unauthenticated users; modify ACL or configuration to require authentication for private organization queries.
  • If an upgrade is not immediately possible, limit exposure by enforcing API authentication or temporarily disabling the /members endpoint for private orgs, or applying a network rule to block external access to that endpoint.

Generated by OpenCVE AI on August 22, 2026 at 09:38 UTC.

Tracking

Sign in to view the affected projects.

Advisories
Source ID Title
Github GHSA Github GHSA GHSA-prr9-9mp4-5gp2 Gitea: Private org member list leaked via /members API endpoint — incomplete fix for PR #38145
History

Fri, 21 Aug 2026 00:15:00 +0000

Type Values Removed Values Added
Weaknesses CWE-359
References
Metrics threat_severity

None

threat_severity

Moderate


Sat, 15 Aug 2026 01:30:00 +0000

Type Values Removed Values Added
Metrics ssvc

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


Fri, 14 Aug 2026 18: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'}


Thu, 13 Aug 2026 21:00: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

Thu, 13 Aug 2026 17:00:00 +0000

Type Values Removed Values Added
Description Private org member list leaked via /members API endpoint — incomplete fix for PR #38145
Title Private org member list leaked via /members API endpoint — incomplete fix for PR #38145
Weaknesses CWE-200
CWE-863
References

Subscriptions

Gitea Gitea Open Source Git Server
cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-14T17:30:58.822Z

Reserved: 2026-06-30T18:57:20.615Z

Link: CVE-2026-58427

cve-icon Vulnrichment

Updated: 2026-08-14T17:30:49.707Z

cve-icon NVD

Status : Deferred

Published: 2026-08-13T17:17:26.730

Modified: 2026-08-26T16:53:48.300

Link: CVE-2026-58427

cve-icon Redhat

Severity : Moderate

Publid Date: 2026-08-13T16:44:48Z

Links: CVE-2026-58427 - Bugzilla

cve-icon OpenCVE Enrichment

Updated: 2026-08-22T09:45:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-359

    Exposure of Private Personal Information to an Unauthorized Actor

  • CWE-863

    Incorrect Authorization