Cybersecurity Aug 28, 2026Add to bookmarks

Researchers unveil GPUThor, a Rowhammer attack targeting NVIDIA GPUs that bypasses ECC memory on an RTX A6000 and achieves root privileges on the host machine—a new hardware-layer privilege escalation vector.
GPUThor is a Rowhammer-style attack targeting NVIDIA GPUs. Documented by academic researchers and covered by The Hacker News, it targets the GDDR6 memory of an NVIDIA RTX A6000 and succeeds in bypassing ECC (Error-Correcting Code, error-correcting memory) — a hardware protection designed to render Rowhammer ineffective.
The ultimate goal: obtain a root shell on the machine from an unprivileged context (privilege escalation to a root shell). The result is demonstrated on an NVIDIA RTX A6000.
Rowhammer (French for "Marteau de rangée") is an attack technique that exploits a physical flaw in DRAM memory chips: by rapidly and repeatedly accessing a row of memory cells, it is possible to induce bit flips in adjacent rows — without directly accessing them. These bit flips can corrupt critical data: cryptographic keys, page table entries, permission bits.
ECC (error-correcting memory) is the classic hardware response to Rowhammer: the chip detects and corrects bit errors on the fly. Professional GPUs (RTX A6000, A100, H100) include ECC precisely for this reason — for ML/HPC workloads where computational integrity is critical.
GPUThor demonstrates that this protection is not absolute on the RTX A6000.
The most exposed environments are those where multiple users or VMs share a physical GPU:
Consumer GPUs without ECC (RTX 4090, RTX 5090) are not protected by ECC — but GPUThor specifically demonstrates ECC bypass on professional hardware. Consumer GPUs have other Rowhammer vulnerability profiles.
GPUThor is part of a broader trend: hardware-level attacks on GPUs are increasing in sophistication as GPUs become critical components of infrastructure. By 2026, an A6000 GPU in an ML cluster will process confidential training data, proprietary model weights, and potentially authentication tokens.
Privilege escalation to a root shell from a GPU context — if the technique is reproducible and generalizable — is a scenario that hyperscaler security teams take very seriously.
Rowhammer was first documented on DRAM (system RAM) in 2014. Applying it to GDDR (graphics memory) is more complex because memory architecture, controller, and timings differ. GPUThor shows that the principle remains exploitable on GDDR6 with ECC — a notable first on NVIDIA professional hardware.
Immediate actions:
nvidia.com/en-us/security/) — watch for a GPUThor-specific advisory.Article produced by artificial intelligence, reviewed under human editorial control.