UA RU EN

Intel and AMD Processors at Risk from TONTOU, a Newly Identified Attack Technique

Новітня атака TONTOU загрожує процесорам Intel та AMD, виявлені нові вразливості. Photo: НВ — Техно

Attack Overview

A newly discovered exploit named TONTOU targets current Intel and AMD processors. Researchers at MIT's Computer Science and Artificial Intelligence Laboratory found that the attack operates through speculative execution, manipulating observable side-channel signs left in the system. The exposed window lasts only tens of nanoseconds, yet it is enough to get past built-in processor defenses. This work is connected to a wider body of research on speculative-execution vulnerabilities that have reshaped security expectations for modern CPUs.

To trigger the flaw, the team injected interrupts with finely tuned timers. On a system running an AMD processor and the Linux kernel, just five attempts were required to break memory protection and exfiltrate the root password file. TONTOU succeeded in all test runs: 10 out of 10 tries defeated kernel address-space layout randomization, with each trial taking about nine minutes.

Testing and Disclosure

Tests were performed across four generations of Intel and AMD chips. For Intel products, the attack bypassed software protections used by older models and also circumvented newer hardware defenses. In the AMD tests, the researchers deliberately slowed the CPU to hit a two-instruction window that allowed the attack to land. After the vulnerability was confirmed, Intel, AMD, and Linux kernel maintainers all received disclosure notifications; AMD has since released a security update for its operating system.

The TONTOU discovery highlights the need for continuous monitoring and stronger security mechanisms in computing hardware. Since speculative execution remains widespread, developers must assume that similar attacks will keep appearing. AMD's patch is a meaningful first response, but users should still update their systems promptly and remain cautious about potential data leakage. The findings are also likely to inspire further research into defensive techniques.