crates.io package
sized-chunks
pkg:cargo/sized-chunks
Vulnerabilities (6)
| CVE | Sev | CVSS | KEV | Affected versions | Fixed in | Published | Description |
|---|---|---|---|---|---|---|---|
| CVE-2020-25791 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with unit(). | ||
| CVE-2020-25793 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with From<InlineArray<A, T>>. | ||
| CVE-2020-25794 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, clone can have a memory-safety issue upon a panic. | ||
| CVE-2020-25795 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | 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. | ||
| CVE-2020-25796 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the InlineArray implementation, an unaligned reference may be generated for a type that has a large alignment requirement. | ||
| CVE-2020-25792 | — | < 0.6.3 | 0.6.3 | Sep 19, 2020 | An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with pair(). |
- CVE-2020-25791Sep 19, 2020affected < 0.6.3fixed 0.6.3
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with unit().
- CVE-2020-25793Sep 19, 2020affected < 0.6.3fixed 0.6.3
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with From<InlineArray<A, T>>.
- CVE-2020-25794Sep 19, 2020affected < 0.6.3fixed 0.6.3
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, clone can have a memory-safety issue upon a panic.
- CVE-2020-25795Sep 19, 2020affected < 0.6.3fixed 0.6.3
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.
- CVE-2020-25796Sep 19, 2020affected < 0.6.3fixed 0.6.3
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the InlineArray implementation, an unaligned reference may be generated for a type that has a large alignment requirement.
- CVE-2020-25792Sep 19, 2020affected < 0.6.3fixed 0.6.3
An issue was discovered in the sized-chunks crate through 0.6.2 for Rust. In the Chunk implementation, the array size is not checked when constructed with pair().