Remediation:
Upgrade to marshmallow-dataclass@8.6.1.
Overview
Affected versions of this package are vulnerable to Asymmetric Resource Consumption (Amplification) via the Schema.load method of the error storage utility, when handling input with the many parameter set to True. An attacker can cause excessive CPU consumption by submitting a moderately sized request.
Workaround
This vulnerability can be mitigated by validating the input type before processing, such as ensuring the data is a list and failing fast if it is not.
Remediation
Upgrade marshmallow to version 3.26.2, 4.1.2 or higher.