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

exploitDog

github логотип

GHSA-x5w2-wcr8-9q45

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

Описание

Silverstripe Missing security check on dev/build/defaults

The buildDefaults method on DevelopmentAdmin is missing a permission check.

In live mode, if you access /dev/build, you are requested to login first. However, if you access /dev/build/defaults, then the action is performed without any login check. This should be protected in the same way that /dev/build is. The buildDefaults view is requireDefaultRecords() on each DataObject class, and hence has the potential to modify database state. It also lists all modified tables, allowing attackers more insight into which modules are used, and how the database tables are structured.

Пакеты

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

silverstripe/framework

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

<= 3.1.16

3.1.17

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

silverstripe/framework

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

>= 3.2.0, <= 3.2.1

3.2.2

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

silverstripe/framework

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

>= 3.3.0-beta1, < 3.3.0

3.3.0

6.5 Medium

CVSS3

Дефекты

CWE-425

6.5 Medium

CVSS3

Дефекты

CWE-425