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

exploitDog

github логотип

GHSA-7mv4-4xpg-xq44

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

Описание

FormField with square brackets in field name skips validation

FileField with array notation skips validation

The FileField class is commonly used for file upload in custom code on a Silverstripe website. This field is designed to be used with a single file upload.

PHP allows for submitting multiple values by adding square brackets to the field name. When this is done to a FileField, it will be coerced into allowing multiple files by using this notation. This is not a supported feature, though nothing is done to prevent this.

In this scenario, validation such as limiting allowed extensions is not applied, and the FileField->saveInto() behaviour is not triggered. If custom controller logic is used to process the file uploads, it might implicitly rely on validation to be provided by the Form system, which is not the case.

Пакеты

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

silverstripe/framework

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

>= 3.0.0, < 4.7.4

4.7.4

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-20

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

CVSS3: 5.3
nvd
больше 4 лет назад

In SilverStripe through 4.6.0-rc1, a FormField with square brackets in the field name skips validation.

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-20