In the standard library in Rust before 1.52.0, a double free can occur in the Vec::from_iter function if freeing the element panics.
The product calls free() twice on the same memory address.
Link | Tags |
---|---|
https://github.com/rust-lang/rust/issues/83618 | third party advisory exploit |
https://github.com/rust-lang/rust/pull/83629 | third party advisory patch |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/CZ337CM4GFJLRDFVQCGC7J25V65JXOG5/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/VZG65GUW6Z2CYOQHF7T3TB5CZKIX6ZJE/ | vendor advisory |
https://lists.fedoraproject.org/archives/list/package-announce%40lists.fedoraproject.org/message/TFUO3URYCO73D2Q4WYJBWAMJWGGVXQO4/ | vendor advisory |
https://github.com/rust-lang/rust/pull/84603 | third party advisory patch |
https://security.gentoo.org/glsa/202210-09 | third party advisory vendor advisory |