Threat actors can exploit a security vulnerability in the Rust standard library to target Windows systems in command injection attacks. […]
Threat actors can exploit a security vulnerability in the Rust standard library to target Windows systems in command injection attacks. […]
I’m not sure why everyone’s focusing in on Rust, this seems like a general Windows issue to me, thus affecting most major languages.
Original Report: BatBadBut: You can’t securely execute commands on Windows
Yeah it seems weirdly specific. Also, if you pass user input to command args directly, you are asking for trouble.
According to the article the following other langs are affected:
Seems like most languages don’t even treat this as a real security vulnerability?