Researchers found a way to bypass recent mitigations for Spectre v2 speculative execution side-channel attacks and developed an exploit to leak secrets from Linux machines. The method works against Spectre v2 defenses on AMD and Intel processors that rely on sanitizing or isolating branch predictors, which researchers generically refer to as neutralization-based mitigations. Spectre v2 is also known as Branch Target Injection (BTI) and is a variant of the Spectre class of vulnerabilities. It exploits a processor's indirect branch predictor and causes it to mispredict the target of an indirect branch, leading to speculative execution along an attacker-influenced code path. Modern processors use branch prediction to guess the most likely execution path and speculative execution to run instructions along that predicted path before the branch outcome is known. Spectre v2 allows an attacker to manipulate the CPU's indirect branch predictor so that the processor speculatively executes instructions at an attacker-chosen location, which could expose sensitive data. With neutralization-based mitigations (eIBRS on Intel and Safe RET on AMD), there is a gap between the time the branch predictor is isolated and when it is used by the victim branch. Active Spectre v2 mitigations assume that an attacker cannot use to their advantage the time between cleaning the branch predictor state and using it. However, the researchers introduced a primitive that enables re-poisoning the CPU’s state ...
New TONTOU CPU attack bypasses Spectre v2 fixes, leaks Linux password hashes
BleepingComputer
·Ionut Ilascu
·Published Aug 6, 2026
·Updated
Affected Software
3 affected components
Intel processors (Spectre v2 mitigations using eIBRS)
AMD processors (Spectre v2 mitigations using Safe RET)
Linux Kernel=Linux 6.14.0-37-generic
Frequently Asked Questions
1
What is the main topic of this article?
The article discusses a new CPU attack called TONTOU that bypasses Spectre v2 mitigations and leaks password hashes from Linux systems.
2
What security implications are discussed in the article?
The article highlights potential risks of leaking sensitive information, specifically Linux password hashes, due to the vulnerability of mitigations against Spectre v2.
3
What products or software are affected by this attack?
The attack specifically targets the Linux Kernel and can affect machines running on AMD and Intel processors.
4
When was this vulnerability first exploited, according to the article?
The vulnerability was first listed as exploited on August 7, 2026.
5
How does the TONTOU attack work against existing defenses?
The TONTOU attack exploits weaknesses in the sanitization or isolation mechanisms of branch predictors used in Spectre v2 defenses.