Description
Private org member list leaked via /members API endpoint — incomplete fix for PR #38145
Published: 2026-08-13
Score: n/a
EPSS: n/a
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. No publicly available EPSS score is listed, and the vulnerability has not been reported in KEV, but the information disclosure remains a serious concern.

Generated by OpenCVE AI on August 13, 2026 at 18:44 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 13, 2026 at 18:44 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

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

No data.

cve-icon MITRE

Status: PUBLISHED

Assigner: Gitea

Published:

Updated: 2026-08-13T16:44:48.425Z

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

Link: CVE-2026-58427

cve-icon Vulnrichment

No data.

cve-icon NVD

Status : Received

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

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

Link: CVE-2026-58427

cve-icon Redhat

No data.

cve-icon OpenCVE Enrichment

Updated: 2026-08-13T18:45:04Z

Weaknesses
  • CWE-200

    Exposure of Sensitive Information to an Unauthorized Actor

  • CWE-863

    Incorrect Authorization