Malicious Rust crate Arrayref runs a build-time payload
1–10 of 529 posts
Re: Malicious Rust crate Arrayref runs a build-time payload
#2Re: Malicious Rust crate Arrayref runs a build-time payload
#3There is an open issue for this: https://github.com/rust-lang/cargo/issues/13681
Re: Malicious Rust crate Arrayref runs a build-time payload
#4It seems like we should be building and testing everything in bubblewrap or some other sandbox going forward.
Re: Malicious Rust crate Arrayref runs a build-time payload
#5Re: Malicious Rust crate Arrayref runs a build-time payload
#6Why do none of these hijacks embed runtime attacks? It seems like worming the build machines is the goal, rather than compromising downstream users. It seems like we should be building and testing everything in bubblewrap or some other sandbox going forward.
Re: Malicious Rust crate Arrayref runs a build-time payload
#7Discussion: https://news.ycombinator.com/item?id=49372853
Re: Malicious Rust crate Arrayref runs a build-time payload
#8Direct post link: https://blog.rust-lang.org/2026/08/20/supply-chain-attack-on...
Initial report: https://github.com/rustsec/advisory-db/issues/3161
Other vendor posts:
* https://www.stepsecurity.io/blog/arrayref-rust-crate-supply-...
* https://research.jfrog.com/post/arrayref-proc-macro1-crates-...
* https://www.aikido.dev/blog/two-popular-rust-crates-arrayref...
Re: Malicious Rust crate Arrayref runs a build-time payload
#9Re: Malicious Rust crate Arrayref runs a build-time payload
#10Why this still happens? Why after many previous supply-chain attacks maintainers of package repositories still allow anyone uploading packages and pushing updates without security audit?