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

exploitDog

github логотип

GHSA-3ggv-qwcp-j6xg

Опубликовано: 03 сент. 2025
Источник: github
Github: Прошло ревью
CVSS3: 5.9

Описание

Mautic Vulnerable to User Enumeration via Response Timing

Impact

The attacker can validate if a user exists by checking the time login returns. This timing difference can be used to enumerate valid usernames, after which an attacker could attempt brute force attacks.

Patches

This vulnerability has been patched, implementing a timing-safe form login authenticator that ensures consistent response times regardless of whether a user exists or not.

Technical Details

The vulnerability was caused by different response times when:

  • A valid username was provided (password hashing occurred)
  • An invalid username was provided (no password hashing occurred)

The fix introduces a TimingSafeFormLoginAuthenticator that performs a dummy password hash verification even for non-existent users, ensuring consistent timing.

Workarounds

No workarounds are available. Users should upgrade to the patched version.

References

Пакеты

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

mautic/core

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

>= 4.4.0, < 4.4.17

4.4.17

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

mautic/core

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

>= 5.0.0-alpha, < 5.2.8

5.2.8

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

mautic/core

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

>= 6.0.0-alpha, < 6.0.5

6.0.5

EPSS

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

5.9 Medium

CVSS3

Дефекты

CWE-204

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

CVSS3: 5.9
nvd
около 1 месяца назад

ImpactThe attacker can validate if a user exists by checking the time login returns. This timing difference can be used to enumerate valid usernames, after which an attacker could attempt brute force attacks. PatchesThis vulnerability has been patched, implementing a timing-safe form login authenticator that ensures consistent response times regardless of whether a user exists or not. Technical DetailsThe vulnerability was caused by different response times when: * A valid username was provided (password hashing occurred) * An invalid username was provided (no password hashing occurred) The fix introduces a TimingSafeFormLoginAuthenticator that performs a dummy password hash verification even for non-existent users, ensuring consistent timing. WorkaroundsNo workarounds are available. Users should upgrade to the patched version. References * https://owasp.org/www-project-web-security-testing-guide/latest/4-Web_Application_Security_Testing/03-Identity_Management_Testing/

EPSS

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

5.9 Medium

CVSS3

Дефекты

CWE-204