Описание
Missing release of memory in sized-chunks
Chunk:
- Array size is not checked when constructed with unit() and pair().
- Array size is not checked when constructed with From<InlineArray<A, T>>.
- Clone and insert_from are not panic-safe; A panicking iterator causes memory safety issues with them.
InlineArray:
- Generates unaligned references for types with a large alignment requirement.
Пакеты
Наименование
sized-chunks
rust
Затронутые версииВерсия исправления
< 0.6.3
0.6.3
Связанные уязвимости
CVSS3: 7.5
ubuntu
больше 5 лет назад
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, insert_from can have a memory-safety issue upon a panic.
CVSS3: 7.5
nvd
больше 5 лет назад
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, insert_from can have a memory-safety issue upon a panic.
CVSS3: 7.5
msrc
больше 5 лет назад
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation insert_from can have a memory-safety issue upon a panic.
CVSS3: 7.5
debian
больше 5 лет назад
An issue was discovered in the sized-chunks crate through 0.6.2 for Ru ...