Be alert: targeted attacks on prominent Rustaceans

Simon Willison's Blog News

Summary

An ongoing campaign is targeting prominent Rust developers through social engineering to compromise devices and publish malware, with recent supply chain attacks on crates like array ref highlighted. Recommended defense includes dependency cooldowns to mitigate risks.

No content available
Original Article
View Cached Full Text

Cached at: 09/18/26, 02:56 AM

# Be alert: targeted attacks on prominent Rustaceans Source: [https://simonwillison.net/2026/Sep/17/targeted-attacks-on-rustaceans/](https://simonwillison.net/2026/Sep/17/targeted-attacks-on-rustaceans/) 17th September 2026 \- Link Blog **[Be alert: targeted attacks on prominent Rustaceans](https://blog.rust-lang.org/2026/09/17/targeted-attacks/)**\. Important warning from Adam Harvey and the crates security team: > We believe that there is an ongoing campaign targeting rust\-lang members and owners of popular crates that is attempting to compromise devices and accounts in order to use them to publish malware\. A video call is set up for something positive — maybe for a job, maybe for a project, maybe for a contract opportunity — and then that's used as a vector to either get the target to install something on their computer \(such as a purportedly missing audio codec\) or execute another command \(for example, via putting a command on the clipboard\)\. Last month this trick was used in a successful[supply chain attack against the array ref crate](https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on-arrayref/), among others\. Any piece of software that depends on open source \(which is almost*every*piece of software\) has a network of human beings who are potential attack vectors \- everyone with publishing rights to any of the packages in the dependency network for that software\. I guess our best defense right now is[dependency cooldowns](https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns)\- giving new package releases a few days before upgrading to them, in the hope that supply chain attacks like this will be spotted by someone else\.

Similar Articles

Be alert: targeted attacks on prominent Rustaceans

Lobsters Hottest

The Rust team warns of targeted cyber attacks on prominent Rust developers, using social engineering tactics to compromise devices and accounts for malware distribution, advising caution and security checks.

Making Rust supply chain attacks harder with Cackle (2023)

Lobsters Hottest

David Lattimore introduces Cackle, a tool that helps prevent supply chain attacks in Rust by using access control lists (ACLs) to restrict what dependencies can do, reducing the risk of malicious code being introduced via third-party crates.