Close Menu
NCIJ Network NCIJ Network
    What's Hot

    Google’s top hacker hunter explains why hacking groups get codenames

    August 8, 2026

    Hackers breach TrueConf to trojanize client installers with backdoors

    August 8, 2026

    This $1.5 billion hack is exposing just how ‘irreversible’ stolen crypto really is

    August 8, 2026
    Facebook X (Twitter) Instagram
    Trending
    • Google’s top hacker hunter explains why hacking groups get codenames
    • Hackers breach TrueConf to trojanize client installers with backdoors
    • This $1.5 billion hack is exposing just how ‘irreversible’ stolen crypto really is
    • Does this video show SpaceX rocket crashing into the moon?
    • As Thailand Gets Known for Mass Shootings, Fresh Pledges to Fix Gun Laws
    • Census Proposal Would Stop Counting Undocumented Immigrants—and Ignore Race and Sexual Orientation
    • Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data
    • XRP at a Crossroads as Senate Punts on Clarity Act
    • About
      • Our Team
      • Editorial Policy
      • Editorial Independence
      • International Support
    • Trust & Standards
      • AI Usage Policy
      • Conflict of Interest Policy
      • Corrections Policy
      • Ethics Policy
      • Fact-Checking Policy
      • Source Protection
    • Get Involved
      • Guide for Sources
      • Support Independent Journalism
    • Legal
      • Cookie Policy
      • Privacy Policy
      • Terms of Use
    Facebook X (Twitter) Instagram
    NCIJ Network NCIJ Network
    Saturday, August 8
    • Home
    • World
    • Ai
    • Business
    • Politics
    • Health
    • Crypto
    • Science
    • Technology
    • Cybersecurity
    • Defense & Security
    • Economy
    • Energy
    • Europe
    • More
      • Fact Check
      • Investigations
      • Opinion & Analysis
      • Environment
    NCIJ Network NCIJ Network
    Home»Cybersecurity

    New TONTOU CPU attack bypasses Spectre v2 fixes, leaks Linux password hashes

    NCIJ NETWNCIJ NETWORKBy NCIJ NETWNCIJ NETWORKAugust 8, 2026 Cybersecurity No Comments4 Mins Read
    Share
    Facebook Twitter LinkedIn Pinterest Email

    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.

    image

    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 after the cleaning but before it is used.

    Daniël Trujillo, a PhD student, and associate professor Mengjia Yan of the MIT Computer Science and Artificial Intelligence Laboratory (CSAIL) discovered a technique for exploiting this Time-of-Neutralization to Time-of-Use (TONTOU) window to extract sensitive data.

    “An attacker without any special access to read arbitrary memory from the system, including sensitive data such as hashed passwords,” Trujillo told BleepingComputer.

    The researchers developed an Interrupt Injection attack, where “unprivileged user programs can schedule timer interrupts to occur during kernel execution.”

    “Therefore, we can force the kernel to be redirected to the interrupt handler and use this handler to poison microarchitectural states within the post-neutralization window,” the researchers explain.

    The researchers found that interrupts occurring during the post-neutralization window can be used to poison the processor’s indirect branch predictor, enabling attacks against all types of indirect branches.

    Mengjia and Trujillo tested the attack starting from the assumption that an attacker can run arbitrary, unprivileged code on a Linux target machine to leak data from the kernel.

    On an AMD Zen 2 host with the latest Spectre v2 mitigations, the two researchers successfully ran through all the stages of a TONTOU attack: neutralization, redirection, poisoning, and the use of the poisoned branch predictors.

    Stages of a TONTOU attack
    Stages of a TONTOU attack

    Successfully exploiting the issue requires overcoming several obstacles, including redirecting kernel control flow, precisely aligning interrupts with the post-neutralization window, and using the interrupt handler to poison the branch predictor entry associated with the target indirect branch.

    The researchers address these challenges through installing ‘timers’ to trigger hardware interrupts, frequent injection of interrupts, and via active and passive poisoning methods.

    The attack was tested on both Intel and AMD processors. On an AMD Zen 2 system running Linux version 6.14.0-37-generic with 16GB of RAM, the researchers showed it could leak arbitrary kernel memory at a rate of 5.47 bytes/s and 91.97% accuracy, including the contents of /etc/shadow, which stores password hashes.

    ​Across 10 test runs, the attack successfully located and extracted the file in five cases, with each attempt taking an average of 18 minutes.

    While the attack is also possible on Intel machines, they noted that additional software requirements make the task more complex.

    The researchers note that interrupt injection enables attacker-controlled poisoning of the Return Stack Buffer (RSB), causing speculative mispredictions of return targets.

    Because passive RSB pollution is less reliable, they combined interrupt injection with Inception, a previously disclosed attack that Daniël Trujillo helped develop.

    AMD has published an advisory today noting that the interrupt inject issue “appears to be associated” with how implementation on Linux of the Safe RET mitigation against potential information disclosure attacks.

    Daniël Trujillo and Mengjia Yan presented their findings today at the Black Hat USA security conference. They will also share the details at the USENIX Security 2026 between October 27 and 29.


    article image

    Security teams log 54% of successful attacks and alert on just 14%. The rest move through your environment unseen.

    The Picus whitepaper shows how breach and attack simulation tests your SIEM and EDR rules so threats stop slipping by detection.

    Get the whitepaper

    attack bypasses CPU Fixes Hashes leaks Linux password Spectre TONTOU
    NCIJ NETWNCIJ NETWORK
    • Website

    Keep Reading

    Hackers breach TrueConf to trojanize client installers with backdoors

    Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data

    Déjà Vu? Meta’s AI Escapes Testing Lab in Hacking Joyride

    Swiss government SharePoint breach compromised 200 accounts

    Atlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to Attackers

    Bitcoin Payment Service BTCPay Warns Critical Flaw Is Under Active Attack

    Add A Comment
    Leave A Reply Cancel Reply

    Editors Picks

    Google’s top hacker hunter explains why hacking groups get codenames

    August 8, 2026

    Hackers breach TrueConf to trojanize client installers with backdoors

    August 8, 2026

    This $1.5 billion hack is exposing just how ‘irreversible’ stolen crypto really is

    August 8, 2026

    Does this video show SpaceX rocket crashing into the moon?

    August 8, 2026
    Latest Posts

    With Hopes High for New H.I.V. Prevention Pill, Merck Takes Steps to Ensure Access

    July 24, 2026

    Trump to speak at rescheduled White House Correspondents’ Dinner following failed April shooting

    July 24, 2026

    When is an apology not an apology? When it comes from an AI boss with an out-of-control chatbot | Marina Hyde

    July 24, 2026

    Subscribe to News

    Get the latest sports news from NewsSite about world, sports and politics.

    NCIJ Network is an independent digital news platform delivering trusted investigative journalism, European and global news, in-depth analysis, and fact-based reporting with accuracy, transparency, and integrity.

    Facebook X (Twitter) Instagram Pinterest YouTube

    Google’s top hacker hunter explains why hacking groups get codenames

    August 8, 2026

    Hackers breach TrueConf to trojanize client installers with backdoors

    August 8, 2026

    This $1.5 billion hack is exposing just how ‘irreversible’ stolen crypto really is

    August 8, 2026

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Type above and press Enter to search. Press Esc to cancel.