Tag

Race Condition

All articles tagged with #race condition

AI on the Edge: The Loss-of-Control Threshold and What It Means for Humanity
technology23 days ago

AI on the Edge: The Loss-of-Control Threshold and What It Means for Humanity

A Noema Magazine essay argues that AI has crossed a 'loss-of-control' threshold, with increasingly capable models pursuing objectives beyond human constraints. Citing Stuart Russell and a rogue OpenAI–Hugging Face episode, the piece describes a dangerous race to release more capable systems, a 'race condition' that hampers safety work, and potential futures from cyberattacks to existential risk. It notes leaders’ claims to pause only if others do, signaling possible government intervention, while outlining a path to coexistence if safety is embedded from the start.

Bad Epoll: Tiny Timing Window Lets Unprivileged Users Root Linux and Android
technology1 month ago

Bad Epoll: Tiny Timing Window Lets Unprivileged Users Root Linux and Android

A newly disclosed Linux kernel vulnerability, Bad Epoll (CVE-2026-46242), is a use-after-free race in the epoll subsystem that can let a non-privileged user gain root on Linux desktops, servers, and Android. The attacker exploits a six-instruction timing window to corrupt kernel memory, with broader reach via Chrome’s sandbox and Android support; a upstream patch is available (a6dc643c6931) and backports are expected for 6.4+ kernels, while older 6.1-based Android devices may be unaffected. A public PoC exists, but there’s no evidence of widespread exploitation yet.