LIVE · cybersecurity feed
Live wire
Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive DataCritical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise DataCVE-2026-8037 · CISA Adds Progress LoadMaster Command Injection Flaw to KEV CatalogSensitive Info Goes Into ‘No Reply’ Emails Constantly. This Guy Sees It AllAtlassian Rovo Can Be Tricked Into Sending Jira and Confluence Data to AttackersNew CSS Attacks Can Break Webmail Defenses to Steal Passwords and TokensCVE-2023-38646 · Metabase Zero-Day Exploited in Wild Allows Admin Access Without AuthenticationCVE-2026-18577 · N-able Issues N-central Hotfix 2 as Attackers Reach Managed Systems and PersistCVE-2026-8037 · Progress Kemp LoadMaster Flaw Hits CISA KEV After 792 Reported Exploit AttemptsLiving off the coding agent: Two tales of tunnels and LaunchAgents
breach

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

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. [...]

zeroday.news ·

A new CPU attack technique, dubbed TONTOU (Time-of-Neutralization to Time-of-Use), has been discovered that can bypass existing Spectre v2 mitigations on both AMD and Intel processors. This method allows an unprivileged attacker to leak sensitive data from the kernel, including password hashes from the `/etc/shadow` file on Linux systems.

The Spectre v2 vulnerability, also known as Branch Target Injection (BTI), exploits a processor's indirect branch predictor to cause speculative execution along an attacker-influenced path. Modern processors employ branch prediction and speculative execution to enhance performance. Neutralization-based mitigations, such as Intel's eIBRS and AMD's Safe RET, aim to sanitize or isolate branch predictors to prevent such attacks.

However, researchers Daniël Trujillo, a PhD student, and Associate Professor Mengjia Yan, both from the MIT Computer Science and Artificial Intelligence Laboratory (CSAIL), identified a critical time window between when the branch predictor is cleaned and when it is subsequently used by the victim branch. Existing mitigations incorrectly assume that attackers cannot exploit this gap.

The TONTOU attack introduces a primitive that enables re-poisoning of the CPU's state within this post-neutralization window. The researchers developed an "Interrupt Injection" technique, where unprivileged user programs schedule timer interrupts to occur during kernel execution. This forces the kernel to redirect to an interrupt handler, which is then used to poison microarchitectural states in the vulnerable window. This method can poison the processor's indirect branch predictor, affecting all types of indirect branches.

The attack was successfully demonstrated on an AMD Zen 2 system running Linux kernel version 6.14.0-37-generic. The researchers achieved arbitrary kernel memory leakage at a rate of 5.47 bytes/s with 91.97% accuracy. In five out of ten test runs, the attack successfully extracted the contents of `/etc/shadow`, each attempt taking approximately 18 minutes. While possible on Intel machines, the researchers noted that additional software requirements make the attack more complex on those platforms.

Successful exploitation requires overcoming several challenges, including precise alignment of interrupts with the post-neutralization window and using the interrupt handler to poison the correct branch predictor entry. The researchers addressed these through frequent interrupt injection, timer-triggered hardware interrupts, and both active and passive poisoning methods. They also noted that interrupt injection can lead to attacker-controlled poisoning of the Return Stack Buffer (RSB), causing speculative mispredictions of return targets. For RSB attacks, they combined interrupt injection with "Inception," a previously disclosed attack.

AMD has acknowledged the issue, stating in an advisory that the interrupt injection problem "appears to be associated" with the Linux implementation of the Safe RET mitigation against potential information disclosure attacks.

Trujillo and Yan presented their findings at the Black Hat USA security conference and are scheduled to share further details at USENIX Security 2026 between October 27 and 29.

breachpatch
ShareXLinkedInWhatsAppFacebook

More News

view all →
breach

Hackers breach TrueConf to trojanize client installers with backdoors

The Head Mare hacktivist group has been exploiting vulnerabilities in unpatched TrueConf video conferencing servers to replace client installers with malicious versions that deliver backdoors. [...]

breachcritical

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

The RovoBlast attack method identified by Varonis researchers could have been exploited to steal Confluence, Jira and SharePoint data. The post Critical One-Click Vulnerability in Atlassian’s Rovo AI Exposed Enterprise Data appeared first on SecurityWeek.

cybersecurity

China Launches Cybersecurity Review of Palo Alto Networks Products

China's Cyberspace Administration has initiated a cybersecurity review of Palo Alto Networks' products sold within the country, citing national security concerns. The review, based on national security and cybersecurity laws, lacks specific details regarding the reasons or potential impact. Palo Alto Networks has stated that its operations and product delivery in the region remain unaffected for now.

ai

Devs to Anthropic, OpenAI, Cursor, and friends: Make security and privacy the default

Researchers scour social media to measure developer concerns about AI coding tools

vulnerabilityhigh

Metabase Zero-Day Exploited in the Wild, Exposing Admin Access and Sensitive Data

Attackers exploited a CVSS 10 Metabase zero-day to gain admin access and steal sensitive data. Framework confirmed it was among the victims. Metabase just confirmed something no analytics vendor wants to write: attackers found and used an unpatched, maximum-severity flaw against Metabase Cloud before anyone on the defense side knew it existed. The company’s own […]

CVE-2026-8037critical

CISA Adds Progress LoadMaster Command Injection Flaw to KEV Catalog

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has added a critical vulnerability in Progress LoadMaster products to its Known Exploited Vulnerabilities catalog. This OS command injection flaw, tracked as CVE-2026-8037, allows unauthenticated attackers to execute arbitrary commands remotely. Exploitation attempts were observed as early as June 29, 2026, shortly after a proof-of-concept exploit became available.