惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

B
Blog
D
Docker
J
Java Code Geeks
腾讯CDC
Blog — PlanetScale
Blog — PlanetScale
G
Google Developers Blog
M
MIT News - Artificial intelligence
L
LangChain Blog
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
MyScale Blog
MyScale Blog
博客园 - Franky
GbyAI
GbyAI
Hugging Face - Blog
Hugging Face - Blog
aimingoo的专栏
aimingoo的专栏
Last Week in AI
Last Week in AI
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东
N
Netflix TechBlog - Medium
B
Blog RSS Feed
Y
Y Combinator Blog
阮一峰的网络日志
阮一峰的网络日志
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News

www.infosecurity-magazine.com

Just Three Ransomware Gangs Accounted for 40% of Attacks Last Month Google Chrome Rolls Out Protection Against Infostealers Targeting Session Cookies STX RAT Targets Finance Sector With Advanced Stealth Tactics Bitcoin Depot Reports $3.6m Crypto Theft After System Breach Atomic Stealer MacOS ClickFix Attack Bypasses Apple Security Warnings Middle East Hack-for-Hire Operation Traced to South Asian Cyber Espionage Group Governance Gaps Emerge as AI Agents Drive 76% Increase in NHIs Google Warns of New Threat Group Targeting BPOs and Helpdesks Google API Keys Quietly Gain Access to Gemini on Android Devices Critical Vulnerability in Ninja Forms Exposes WordPress Sites Anthropic Launches Project Glasswing to Use AI to Find and Fix Critical Software Vulnerabilities US Thwarts DNS Hijacking Network Controlled by Russian APT28 Hackers Claude Discovers Apache ActiveMQ Bug Hidden for 13 Years Iran‑Backed Threat Actors Hit US CNI Providers via Internet‑Facing OT Assets Russian APT28 Hackers Hijack Routers to Steal Credentials, UK Security Agency Warns GrafanaGhost Exploit Bypasses AI Guardrails for Silent Data Exfiltration Over $17bn Lost to Cyber Fraud in the Last Year, Warns FBI Storm-1175 Exploits Flaws in High-Velocity Medusa Attacks Fortinet Releases Emergency Patch After FortiClient EMS Bug Is Exploited New Phishing Platform Used in Credential Theft Campaigns Against C-Suite Execs New 'Storm' Infostealer Remotely Decrypts Stolen Credentials NCSC Issues Security Alert Over Hackers Targeting WhatsApp and Signal Accounts Apple Expands iOS 18 Security Updates Amid DarkSword Threat Researchers Observe Sub-One-Hour Ransomware Attacks GitHub Used as Covert Channel in Multi-Stage Malware Campaign Most CNI Firms Face Up to £5m in Downtime from OT Attacks Google Introduces Android Dev Verification Amid Openness Debate New Venom Stealer MaaS Platform Automates Continuous Data Theft Chinese Hackers Target European Governments in Espionage Campaigns Eight in 10 UK Manufacturers Hit by Cyber Incident in a Year
GPU Rowhammer Attack Enables Privilege Escalation and Ful...
Alessandro Mascellino · 2026-04-07 · via www.infosecurity-magazine.com

A new GPU-based Rowhammer attack capable of escalating privileges to a full system compromise has been demonstrated by researchers at the University of Toronto.

The technique, called GPUBreach by researchers at the University of Toronto, shows how memory corruption on modern graphics hardware can be leveraged to gain root-level access across both GPU and CPU environments.

The research, set to be presented at the 47th IEEE Symposium on Security & Privacy in 2026, builds on earlier work that identified bit flips in GPU memory but did not achieve targeted control or escalation.

Exploiting GPU Memory For Privilege Escalation

A technical blog post published by the researchers explained that GPUBreach focuses on corrupting GPU page tables, which are responsible for managing memory access on the device.

By using Rowhammer-induced bit flips in GDDR6 memory, the researchers demonstrated that an unprivileged CUDA kernel can gain arbitrary read and write access to GPU memory.

This access enables further exploitation. By targeting memory-safety vulnerabilities in the NVIDIA driver, the attack can extend beyond the GPU and compromise CPU memory.

The end result is full system control, including the ability to spawn a root shell, even when widely recommended protections such as the input-output memory management unit (IOMMU) remain enabled.

Read more on GPU security: CoffeeLoader Malware Loader Linked to SmokeLoader Operations

Impact and Security Implications

The study outlines several consequences of the attack across different workloads:

  • Arbitrary GPU memory access, including cross-process data exposure

  • Leakage of cryptographic keys during GPU-based operations

  • Manipulation of machine learning processes, reducing accuracy from 80% to 0%

  • Escalation to CPU-level privileges, resulting in full system compromise

The researchers also showed that sensitive data stored in GPU memory, including large language model (LLM) weights, could be extracted under certain conditions.

The findings challenge existing assumptions around GPU security. While mechanisms such as error-correcting code memory can mitigate some forms of bit corruption, they are not foolproof. In cases involving multiple bit flips, errors may go undetected, leaving systems exposed.

As GPUs continue to play a central role in high-performance computing, artificial intelligence and cryptographic operations, the research suggests that current defensive measures may require significant reassessment.