news.mlab.sh
Back to the feed
threat-intel

New Bit2Watt Attack Could Let Cloud Tenants Disrupt Power Grids Without an Exploit

High
Summary

Researchers at Zhejiang University have discovered a method to potentially disrupt power grids using cloud GPUs. Dubbed ‘Bit2Watt,’ the technique involves manipulating a GPU’s power draw – switching between high-intensity compute and near-idle states – to create controllable power oscillations. The attack requires no exploit or compromised systems, relying instead on the inherent coupling between GPU workloads and the grid’s electrical infrastructure. While the research involved simulations and controlled experiments, it highlights a growing concern about the potential for large-scale data centers to inadvertently destabilize power grids, especially as renewable energy sources increasingly feed local grids. The researchers propose defenses on both the GPU and grid sides, but emphasize that the core vulnerability lies in the lack of coordination and monitoring between these systems.

A new research paper from Zhejiang University has revealed a concerning potential vulnerability within cloud computing infrastructure – the ability to disrupt power grids using standard GPU operations. The technique, termed ‘Bit2Watt,’ leverages the fundamental relationship between a GPU’s power consumption and its computational workload.

What happened

Researchers found that by strategically switching a GPU between a high-intensity compute mode and a near-idle state, they could generate controllable power oscillations at frequencies that could destabilize a power grid. This doesn't require any exploit, compromised credentials, or malicious software – it simply relies on the inherent connection between the GPU and the electrical grid. The research is based on two primary methods: SWMA (Synchronized Wave Modulation Algorithm) and LTMA (Localized Time Modulation Algorithm). SWMA uploads a custom CUDA kernel that alternates between high-intensity and low-intensity compute modes, while LTMA buries the modulation within a real Large Language Model (LLM) training run, subtly adjusting hyperparameters to create fluctuating power draw.

Both methods require no elevated privileges, as tenants already control their own training scripts and job schedules. The researchers demonstrated the potential impact with simulations, showing that a 1 MW local grid, 90% powered by distributed energy resources, could experience significant grid instability when 1,000 GPUs synchronized their power modulation. In a 2 kHz model, timing jitter reduced the aggregate amplitude by 20%, but the core issue remains: a synchronized load can drop off the grid faster than operators can react.

Furthermore, the technique can be used as a covert channel for data exfiltration, similar to the PowerHammer attack from 2018, but requiring a physical antenna near the hardware rather than tapping into the power line. Standard monitoring tools – rack PDU counters, NVIDIA’s NVML telemetry, and server BMCs – typically don’t capture the higher frequencies involved. A custom detector built on power and NVML data performed poorly, while dedicated EMI sensing worked best. The researchers also noted that the technique is harder to detect when embedded within an LLM training run (LTMA).

Interestingly, the issue isn’t solely about visibility; it’s about the architecture itself. The tight coupling between volatile GPU load and an inverter-heavy grid is a fundamental vulnerability that existing monitoring systems don’t address. The paper proposes a combined defense system, including batteries and harmonic filtering on the power side, and anomaly detection on GPU utilization and training schedules on the compute side.

Technical details

  • **Affected Products:** NVIDIA GPUs (RTX 4090, A100, Tesla V100) – the research focused on GPU performance, not specific product models.
  • **CVE/CWE Identifiers:** Not applicable – this is a novel attack vector, not a vulnerability in existing software.
  • **Attack Vector:** Manipulation of GPU workload to generate controllable power oscillations.
  • **Exploitation Status:** Not exploitable – requires deliberate manipulation of GPU operations.
  • **CVSS Score:** Not applicable – this is a conceptual attack, not a vulnerability with a score.

Impact

  • **Affected Organizations:** Cloud providers (e.g., Microsoft, OpenAI, NVIDIA) – the research highlights the potential impact on data centers.
  • **Scope:** Potential disruption of local power grids, especially those relying heavily on distributed energy resources.
  • **Real-World Risk:** The risk stems from the increasing prevalence of renewable energy sources and the growing concentration of computing power in data centers. The research demonstrates that a coordinated attack could cause significant grid instability and potentially lead to blackouts.

What to do

  • **Mitigations (Compute Side):** Implement anomaly detection on GPU utilization and training schedules to identify unusual power draw patterns.
  • **Mitigations (Grid Side):** Deploy harmonic filtering and battery systems to mitigate the effects of sudden power fluctuations.
  • **Recommendations:** Establish a combined monitoring system that ties GPU utilization and grid stability together.

Why it matters

The research underscores a growing concern about the potential for data centers to inadvertently destabilize power grids. As grids become increasingly reliant on distributed energy resources, the risk of localized disruptions due to synchronized GPU loads is rising. The lack of coordination and monitoring between compute and grid systems creates a significant vulnerability that requires proactive attention and a layered defense strategy. The research highlights the need for a fundamental shift in how we think about power management and grid resilience in the age of cloud computing.

Read the full article at The Hacker News