Rust 1.58.1 released
Rust 1.58.1 released
Posted Jan 21, 2022 16:57 UTC (Fri) by compenguy (guest, #25359)Parent article: Rust 1.58.1 released
IIRC, this vulnerability affects pretty much all extant versions of rust, but is limited to code that uses std::fs::remove_dir_all (either directly or indirectly), as there's a race condition that could allow a malicious unprivileged user to coax a privileged program that calls remove_dir_all() on a directory chain where the attacker has access to use symlinks to delete locations that the attacker wouldn't otherwise have access to.
