Rust arrayref 0.3.10 crate installs malware
Malware & Ransomware

Rust arrayref 0.3.10 crate installs malware

arrayref 0.3.10 (2026-08-20 07:15 UTC, by droundy) adds a first-ever dependency on proc-macro1 1.0.107 (07:11 UTC, by dtolney), whose build.rs downloads and executes a remote binary. Both are live as I file this; security@rust-lang.org e...

What it felt like to hit the Hacker News front page
Hacking

What it felt like to hit the Hacker News front page

heyjonny about const applyTheme = () => { const stored = localStorage.theme; const prefersDark = window.matchMedia( "(prefers-color-scheme: dark)", ).matches; document.documentElement.classList.toggle( "dark", stored === "dark" || (!stored && prefersDark), ); }; // Apply theme…

Packing Malware in Rosetta 2
Malware & Ransomware

Packing Malware in Rosetta 2

Packing malware in Rosetta 2 noblenote 19th Aug 2026•13 min read•Tags: talks, security, macOS, dyldUpdated on 19th Aug 2026Table of ContentsTL;DRIntroductionUnderstanding how Rosetta 2 ends up giving us AARCH64 Ahead-of-timeJust-in-timeWhat else is in Rosetta 2?Gamehacking over…