89
Critical 'BatBadBut' Rust Vulnerability Exposes Windows Systems to Attacks
(thehackernews.com)
This is a most excellent place for technology news and articles.
Because this is the status of the bug across the standard libraries of various languages, per this article and others:
Notably C and C++ are missing from this list because their standard libraries don't even offer this capability. Half of these standard libraries are responding to the issue by just warning you about it in the function documentation. Rust is one of the few that actually prevents the attack from happening.
The original BatBadBut bug report used JavaScript to illustrate the vulnerability.