GHSA-3h87-v52r-p9rg
Dashboard / Vulnerabilities / GHSA-3h87-v52r-p9rg
GHSA-3h87-v52r-p9rg
Summary: Out of bounds write in reorder
Details: swap_index takes an iterator and swaps the items with their corresponding indexes. It reserves capacity and sets the length of the vector based on the .len() method of the iterator. If the len() returned by the iterator is larger than the actual number of elements yielded, then swap_index creates a vector containing uninitialized members. If the len() returned by the iterator is smaller than the actual number of members yielded, then swap_index can write out of bounds past its allocated vector. As noted by the Rust documentation, len() and size_hint() are primarily meant for optimization and incorrect values from their implementations should not lead to memory safety violations.
References: https://nvd.nist.gov/vuln/detail/CVE-2021-29941, https://github.com/tiby312/reorder/issues/1, https://github.com/tiby312/reorder, https://rustsec.org/advisories/RUSTSEC-2021-0050.html
Affected packages
Package
Name: reorder
Purl: pkg:cargo/reorder
Affected ranges
Type: SEMVER
Events:
