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>>.
The product uses untrusted input when calculating or using an array index, but the product does not validate or incorrectly validates the index to ensure the index references a valid position within the array.
Link | Tags |
---|---|
https://rustsec.org/advisories/RUSTSEC-2020-0041.html | third party advisory |
https://github.com/bodil/sized-chunks/issues/11 | patch third party advisory exploit |