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

exploitDog

github логотип

GHSA-p5h2-vr99-xm99

Опубликовано: 27 мая 2024
Источник: github
Github: Прошло ревью
CVSS3: 4.3

Описание

silverstripe/framework ChangePasswordForm does not check Member::canLogIn()

After performing a password reset, ChangePasswordForm::doChangePassword() logs in the user without checking Member::canLogIn(). This presents an issue for sites that are using the extension point in that method to deny access to users (for example members that have not been “approved”, or members that have had their access revoked temporarily). It looks like Member::canLogIn() was originally designed to only be used for checking whether the user is locked out (due to too many incorrect login attempts) but has been opened up to other uses.

Пакеты

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

silverstripe/framework

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

>= 3.1.19-rc1, < 3.1.20

3.1.20

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

silverstripe/framework

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

>= 3.2.4-rc1, < 3.2.5

3.2.5

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

silverstripe/framework

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

>= 3.3.2-rc1, < 3.3.3

3.3.3

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

silverstripe/framework

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

>= 3.4.0-rc1, < 3.4.1

3.4.1

4.3 Medium

CVSS3

Дефекты

CWE-287

4.3 Medium

CVSS3

Дефекты

CWE-287