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

exploitDog

github логотип

GHSA-428g-f7cq-pgp5

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

Описание

Marshmallow has DoS in Schema.load(many)

Impact

Schema.load(data, many=True) is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time.

Patches

4.1.2, 3.26.2

Workarounds

# Fail fast def load_many(schema, data, **kwargs): if not isinstance(data, list): raise ValidationError(['Invalid input type.']) return [schema.load(item, **kwargs) for item in data]

Пакеты

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

marshmallow

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

>= 3.0.0rc1, < 3.26.2

3.26.2

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

marshmallow

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

>= 4.0.0, < 4.1.2

4.1.2

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-405

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

CVSS3: 5.3
ubuntu
24 дня назад

Marshmallow is a lightweight library for converting complex objects to and from simple Python datatypes. In versions from 3.0.0rc1 to before 3.26.2 and from 4.0.0 to before 4.1.2, Schema.load(data, many=True) is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time. This issue has been patched in version 3.26.2 and 4.1.2.

CVSS3: 5.3
nvd
24 дня назад

Marshmallow is a lightweight library for converting complex objects to and from simple Python datatypes. In versions from 3.0.0rc1 to before 3.26.2 and from 4.0.0 to before 4.1.2, Schema.load(data, many=True) is vulnerable to denial of service attacks. A moderately sized request can consume a disproportionate amount of CPU time. This issue has been patched in version 3.26.2 and 4.1.2.

CVSS3: 5.3
debian
24 дня назад

Marshmallow is a lightweight library for converting complex objects to ...

EPSS

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

5.3 Medium

CVSS3

Дефекты

CWE-405