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

exploitDog

github логотип

GHSA-38wq-6q2w-hcf9

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

Описание

Rucio WebUI has Username Enumeration via Login Error Message

Summary

The WebUI login endpoint returns distinct error messages depending on whether a supplied username exists, allowing unauthenticated attackers to enumerate valid usernames.

Details

When submitting invalid credentials to /ui/login, the WebUI responds with different error messages based on the existence of the provided username (identity). A non-existent username results in an error indicating that no account is associated with the identity, while an existing username with an incorrect password produces a different authentication-related error.

This behavioral difference allows an attacker to distinguish valid usernames from invalid ones by observing the response content.

Proof of Concept

Bogus Login (Non-existent Username "15251087")
Response contains:

Cannot get find any account associated with 15251087 identity.

Bogus Login (Existing Username "root", Wrong Password)
Response contains:

Cannot get auth token. It is possible that the presented identity root is not mapped to any Rucio account root.

The difference in error messages confirms whether a username exists.

Impact

An unauthenticated attacker can enumerate valid usernames, which may be leveraged for targeted password guessing, credential stuffing, or social engineering attacks.

Remediation / Mitigation

Return a generic authentication failure message for all login errors, regardless of whether the username exists. Avoid disclosing account or identity existence through error responses. Consider implementing rate limiting or additional login throttling to further reduce abuse.

Reources:

Пакеты

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

rucio-webui

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

< 35.8.3

35.8.3

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

rucio-webui

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

>= 36.0.0rc1, < 38.5.4

38.5.4

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

rucio-webui

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

>= 39.0.0rc1, < 39.3.1

39.3.1

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-204

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

CVSS3: 5.3
nvd
7 месяцев назад

Rucio is a software framework that provides functionality to organize, manage, and access large volumes of scientific data using customizable policies. Prior to versions 35.8.3, 38.5.4, and 39.3.1, the WebUI login endpoint returns distinct error messages depending on whether a supplied username exists, allowing unauthenticated attackers to enumerate valid usernames. Versions 35.8.3, 38.5.4, and 39.3.1 fix the issue.

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-204