Rust rustles up fix for 10/10 critical command injection bug on Windows

April 10, 2024 at 09:20AM A critical vulnerability CVE-2024-24576 in Rust’s standard library can lead to malicious command injections on Windows. Attackers can execute arbitrary shell commands by bypassing the escaping of arguments passed to the spawned process. The issue, also affecting other technologies, requires updating to Rust version 1.77.2 and raises concerns about application … Read more