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

exploitDog

github логотип

GHSA-97jm-g33h-f46g

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

Описание

silverstripe/framework ReadOnly transformation for formfields exploitable

Form fields returning isReadonly() as true are vulnerable to reflected XSS injections. This includes ReadonlyField, LookupField, HTMLReadonlyField, as well as special purpose fields like TimeField_Readonly. Values submitted to through these form fields are not filtered out from the form session data, and might be shown to the user depending on the form behaviour. For example, form validation errors cause the form to re-render with previously submitted values by default.

SilverStripe forms automatically load values from request data (GET and POST), which enables malicious use of URLs if your form uses these fields and doesn't overwrite data on form construction.

Readonly and disabled form fields are already filtered out in Form->saveInto(), so maliciously submitted data on these fields doesn't make it into the database unless you are accessing form values directly in your saving logic.

Пакеты

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

silverstripe/framework

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

< 3.1.21

3.1.21

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

silverstripe/framework

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

>= 3.2.0, < 3.2.6

3.2.6

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

silverstripe/framework

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

>= 3.3.0, < 3.3.4

3.3.4

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

silverstripe/framework

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

>= 3.4.0, < 3.4.2

3.4.2

6.1 Medium

CVSS3

Дефекты

CWE-79

6.1 Medium

CVSS3

Дефекты

CWE-79