Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

github логотип

GHSA-jr5x-6h83-wrxf

Опубликовано: 21 июл. 2026
Источник: github
Github: Прошло ревью
CVSS4: 5.3

Описание

Gitea: REST API exposes organization membership of private organizations to public

Summary

The endpoint "/orgs/{org}/public_members/{username}" + GET exposes organization membership of public members in a private organization.

PoC

  1. Spin up the nightly container of Gitea.
  2. Perform the default installation.
  3. Register a new user (let's call this user "user1").
  4. Create a new organization with "private" visibility. We will refer to this organization as "user1org".
  5. Make the user "user1" inside the organization visible.
  6. Log out and register a new user ("user2").
  7. Create an access token for "user2" with full access to the API.
  8. Use the endpoint "/orgs/{org}/public_members/{username}" + GET with the correct username of "user1", organization name, and access token of "user2" to query whether "user1" is a member of the organization. The following curl command demonstrates the usage:

curl -X 'GET'
'http://localhost:4700/api/v1/orgs/user1org/public_members/user1'
-H 'accept: application/json'
-H 'authorization: token '

  1. You will receive status code 204, which leaks the organization membership.

Impact

The vulnerability discloses organization membership. An information that is not accessible via the web app (the organization is hidden, and therefore, the organization membership on the user's profile page is also hidden).

Пакеты

Наименование

gitea.dev

go
Затронутые версииВерсия исправления

< 1.27.0

1.27.0

EPSS

Процентиль: 27%
0.00342
Низкий

5.3 Medium

CVSS4

Дефекты

CWE-200
CWE-863

Связанные уязвимости

CVSS3: 4.3
redhat
20 дней назад

REST API exposes organization membership of private organizations to public

CVSS3: 7.5
nvd
20 дней назад

REST API exposes organization membership of private organizations to public

CVSS3: 4.3
redos
21 день назад

Уязвимость gitea

CVSS3: 4.3
redos
21 день назад

Уязвимость gitea

EPSS

Процентиль: 27%
0.00342
Низкий

5.3 Medium

CVSS4

Дефекты

CWE-200
CWE-863