Описание
go-zserio has Unbounded Memory Allocation for All Platforms
Impact
When deserializing arrays, strings or bytes (blob) types zserio first reads the size of the variable, and then allocates sufficient memory to load data. Since the size is always trusted this can be abused by creating a data file with a large size value, causing the zserio runtime to allocate large amounts of memory.
Patches
Please apply this commit.
Workarounds
- Do not accept zserio data from non-trusted sources.
- Use secure transportation protocols (like TLS).
Пакеты
Наименование
github.com/woven-planet/go-zserio
go
Затронутые версииВерсия исправления
< 0.9.1
0.9.1
9.8 Critical
CVSS3
Дефекты
CWE-789
9.8 Critical
CVSS3
Дефекты
CWE-789