Pith. sign in

REVIEW 4 major objections 8 minor 18 references

Reviewed by Pith at T0; open to challenge.

T0 means a machine referee read the full paper against a public rubric. The mark states how deep the mechanical check went, never who wrote it. the ladder, T0–T4 →

T0 review · glm-5.2

GPU workloads weaponized to destabilize renewable-powered grids

2026-07-08 19:17 UTC pith:QKLXN54A

load-bearing objection Novel cross-domain vulnerability with real hardware validation, but headline severity numbers rest on an unrealistic synchronization assumption the 4 major comments →

arxiv 2607.05993 v1 pith:QKLXN54A submitted 2026-07-07 cs.CR cs.ARcs.DC

Bit2Watt: A Cyber-Physical Vulnerability Exploiting GPU Workloads Across Power and Computing Infrastructures

classification cs.CR cs.ARcs.DC
keywords powerbit2wattcomputingsystemworkloadschannelscyber-physicaldamping
verification ladder T0 review T1 audit T2 compute T3 formal T4 reserved

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

This paper identifies and analyzes a new class of cyber-physical vulnerability, which the authors call Bit2Watt, in which a legitimate cloud tenant manipulates GPU computational workloads to induce controlled, high-frequency power modulations that destabilize local power infrastructure. The core mechanism is the coupling between GPU power dynamics and inverter-dominated grids with high distributed energy resource (DER) penetration. GPUs act as near constant-power loads (CPLs) exhibiting negative incremental resistance, meaning that when grid voltage drops, GPU current draw increases to maintain power, which further depresses voltage in a positive feedback loop. The authors design two attack methods: a synthetic workload modulation attack (SWMA) using custom CUDA kernels that achieves modulation frequencies up to 6,000 Hz, and an LLM training modulation attack (LTMA) that embeds modulation logic within standard deep learning training pipelines. They validate through impedance-based analysis, Simulink simulations, and real-world experiments on GPUs and PV inverters. Under a synchronized worst-case aggregation model, manipulating 1,000 GPUs in a 1-MW system with 90% DERs raises current total harmonic distortion (THD) to 46.8% and produces a negative damping ratio of -0.27, indicating an unstable operating mode. The attack operates entirely through legitimate workload execution paths, making it difficult to detect with standard cloud- and facility-side monitoring tools, which typically report coarse-grained, temporally averaged statistics rather than high-bandwidth instantaneous waveforms. The authors further analyze a feedback path they term Watt2Bit, where grid disturbances propagate back to disrupt computing services through protection trips and thermal stress, and demonstrate a covert EMI side-channel exfiltration vector achieving over 99% bit recovery accuracy.

Core claim

The central discovery is that legitimate, user-level GPU workload manipulation can serve as a high-frequency actuator capable of destabilizing inverter-dominated power grids. The mechanism rests on two interacting properties: the negative incremental resistance of GPU clusters as constant-power loads, and the frequency-shaped output impedance of inverter-based DERs, which exhibits resonant peaks at high frequencies that conventional stability analysis does not typically consider. When GPU-induced power modulations align with these resonant frequencies, they can amplify harmonic distortion, degrade system damping past the stability boundary (Hopf bifurcation), and in simulated extreme cases,

What carries the argument

Impedance-based model linking GPU constant-power-load negative incremental resistance with DER inverter frequency-shaped output impedance, validated through Simulink simulations and hardware experiments on GPU clusters and PV inverters

Load-bearing premise

The synchronized worst-case aggregation model assumes all victim GPUs switch between high- and low-power states with identical modulation frequency and phase, without modeling device-level heterogeneity, phase dispersion, or communication delays. The paper acknowledges this is a conservative bound, and its own analysis shows that at 100 microseconds of timing jitter, attack amplitude drops by roughly 20%. Real cloud environments exhibit millisecond-scale scheduling non-determ

What would settle it

If realistic cloud scheduling jitter (millisecond-scale) and device heterogeneity reduce the aggregated modulation amplitude below the threshold needed to excite DER resonant modes or push damping negative, the attack would not achieve grid destabilization with practically obtainable numbers of GPUs.

Watch this falsifier — get emailed when new claim-graph text bears on it.

If this is right

  • Cloud providers and grid operators may need to jointly monitor workload-level power signatures and grid-side power quality, as isolated monitoring at either layer fails to detect this attack class.
  • Data center power architecture standards may need revision to account for high-frequency load modulation capabilities of GPU clusters, particularly as DER penetration increases and grid stiffness decreases.
  • The Watt2Bit feedback loop suggests that power-quality degradation from workload manipulation could cascade into computing service disruptions, creating a self-reinforcing cyber-physical failure cycle.
  • The demonstrated EMI exfiltration channel (99%+ accuracy) suggests that workload-induced power modulation could serve as a covert communication path across air-gapped or isolated computing environments.
  • Grid stability analysis for regions with high data-center concentration and high DER penetration may need to incorporate workload-induced high-frequency excitation as a threat scenario.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit.

Referee Report

4 major / 8 minor

Summary. This paper introduces Bit2Watt, a cyber-physical vulnerability in which a legitimate but malicious cloud tenant manipulates GPU workloads to induce high-frequency power modulations (up to 6 kHz) that can destabilize local power infrastructure in high-DER-penetration scenarios. The paper proposes two attack methods (SWMA and LTMA), validates GPU power modulation on 6 GPU models, and validates the CPL/NIR behavior of GPU clusters and the frequency response of DER output impedance through hardware experiments. The grid impact is assessed via Simulink simulations, showing that 1,000 synchronized GPUs in a 1-MW system with 90% DERs can raise current THD to 46.8% and produce a negative damping ratio of -0.27. The paper also analyzes a Watt2Bit feedback path including DoS and EMI-based exfiltration.

Significance. The paper identifies a genuinely novel and timely attack surface at the intersection of GPU-accelerated computing and renewable-integrated power systems. The cross-domain threat model—operating entirely within legitimate tenant privileges—is well-motivated. Strengths include real-world GPU power modulation measurements across 6 architectures (Table 1), hardware testbed experiments validating CPL/NIR behavior with 10 trials (Figure 6), impedance-based stability analysis using the standard Middlebrook criterion (Eq. 1), a hardware power delivery chain testbed (Figure 10), and a detectability analysis against realistic monitoring tools (Table 4, Figure 14). The falsifiable predictions regarding THD and damping ratio under specific GPU counts and DER penetration levels are commendable.

major comments (4)
  1. §5.1: The synchronized worst-case aggregation model is the load-bearing assumption for all headline grid-impact results (46.8% THD, -0.27 damping ratio, 81% cascading load loss). The paper models 1,000 GPUs as a single ideal current source with perfect phase alignment. The paper's own jitter analysis (§5.3.2) reports ~20% amplitude reduction at σ_τ = 100 μs for 2 kHz modulation. However, realistic cloud scheduling jitter—including OS scheduling non-determinism, CUDA kernel launch latency, VRM response variability, and network latency—plausibly falls in the 0.5–5 ms range, which would largely randomize phases at the claimed 2–6 kHz modulation frequencies. With randomized phases, aggregate amplitude scales as √N rather than N, reducing the effective modulation from 1,000 GPUs to approximately 3% of the synchronized value. The paper does not adequately characterize realistic jitter magnitud
  2. §5.3.2: The claim that asynchronization 'can be compensated by increasing the number of victim devices, owing to the scaling effect of large populations' is misleading. If phase randomization reduces aggregate amplitude by a factor of k, compensating requires k² more devices (since √N scaling), not k more. This statement should be corrected, as it materially affects the feasibility assessment of the attack under realistic conditions.
  3. §5.1 and §5.2.1: The simulation models 1,000 GPUs as a single current source, bypassing per-GPU SPS dynamics. However, the paper's own hardware experiments (§5.2.1, Figure 11a) show that 'the SPS stage introduces the strongest high-frequency attenuation,' absorbing high-frequency modulation locally. The simulation thus omits a filtering stage that the paper's own empirical evidence identifies as the primary attenuator of the attack signal. The paper should either (a) incorporate per-GPU SPS filtering into the simulation model and re-evaluate the headline results, or (b) provide a quantitative bound on how much the SPS attenuation would reduce the effective aggregated modulation reaching the PCC, and discuss the implications for the reported THD and damping ratio values.
  4. §5.3.2: The jitter analysis is limited to σ_τ ≤ 100 μs at a single frequency (2 kHz). Given that the paper claims modulation frequencies up to 6 kHz (period ≈ 167 μs), and that the robustness 'decreases as the frequency increases' (acknowledged in the text), the absence of jitter analysis at higher frequencies leaves the feasibility of the most novel aspect of the attack (high-frequency modulation) unexamined. A sensitivity analysis at 5–6 kHz with realistic jitter values would substantially strengthen or constrain the claims.
minor comments (8)
  1. Table 1: The LTMA frequency for RTX 2080 is listed as 1,200 Hz, but the text in §4.2.3 references '1.23 kHz' for LTMA. Please reconcile.
  2. §4.2.3: The sentence 'This limitation is attributed to the finite dynamic response of GPU power management and voltage regulation, which cannot fully track rapid workload transitions' could benefit from a quantitative characterization of the VRM bandwidth to support the 6 kHz ceiling claim.
  3. Figure 4: The x-axis labels are somewhat unclear regarding which segments correspond to which attack. Consider adding vertical separators or annotations.
  4. §5.1: The load composition (1/4 GPU, 3/4 background) is motivated by Virginia electricity consumption patterns, but no specific citation or data is provided for this ratio. Please add a reference.
  5. Table 3: The SPS rectifier inner loop lists i*_q = 0, but the SPS is a DC-DC converter. Please clarify whether this refers to a front-end AC-DC stage or correct if it is a typo.
  6. Figure 19 (Appendix C): The legend text appears garbled ('<<== = 10.0 77s'). Please fix the rendering of σ_τ values.
  7. §5.3.5: The exfiltration experiment uses a 50-bit test sequence. A BER analysis over a longer sequence with varying SNR conditions would strengthen the covert channel claim.
  8. The paper would benefit from a clearer statement, early in §5.1, that all simulation results represent a synchronized worst-case bound, so that readers do not interpret the headline numbers as expected realistic outcomes.

Simulated Author's Rebuttal

4 responses · 0 unresolved

We thank the referee for a careful and substantive review. The referee's comments on synchronization realism, the SPS filtering gap between simulation and hardware, and the limited jitter analysis are well-taken. We address each below.

read point-by-point responses
  1. Referee: §5.1: The synchronized worst-case aggregation model is the load-bearing assumption for all headline grid-impact results. Realistic cloud scheduling jitter (0.5–5 ms) would largely randomize phases at 2–6 kHz, reducing aggregate amplitude from N to √N scaling. The paper does not adequately characterize realistic jitter magnitudes.

    Authors: The referee raises a valid and important concern. We acknowledge that the synchronized worst-case aggregation model represents an idealized upper bound, and that realistic cloud scheduling jitter—arising from OS scheduling non-determinism, CUDA kernel launch latency, VRM response variability, and network latency—would substantially reduce the aggregate modulation amplitude. The referee's estimate of 0.5–5 ms jitter is plausible for general cloud environments, and at 2–6 kHz modulation frequencies (periods of 500 μs to 167 μs), such jitter would indeed drive the system toward √N scaling rather than N scaling, reducing the effective aggregate modulation by roughly an order of magnitude or more. Our current jitter analysis (σ_τ ≤ 100 μs at 2 kHz) does not cover this realistic regime. We will revise the manuscript to: (1) explicitly acknowledge that the headline results (46.8% THD, -0.27 damping ratio, 81% cascading loss) represent a synchronized worst-case upper bound; (2) add a quantitative discussion of the √N scaling regime under realistic jitter, including the implied increase in required GPU counts; and (3) reframe the contribution as characterizing the vulnerability's maximum potential impact rather than its expected impact under typical conditions. We believe the vulnerability remains relevant even under √N scaling—large-scale GPU deployments of 10⁴–10⁵ units are increasingly common—but the required scale and the framing of results must be revised to reflect this honestly. revision: yes

  2. Referee: §5.3.2: The claim that asynchronization 'can be compensated by increasing the number of victim devices, owing to the scaling effect of large populations' is misleading. If phase randomization reduces aggregate amplitude by a factor of k, compensating requires k² more devices (since √N scaling), not k more.

    Authors: The referee is mathematically correct. Under √N scaling, if the aggregate amplitude is reduced by a factor of k relative to the synchronized case, compensating for this reduction requires k² additional devices, not k. Our statement as written is misleading and will be corrected. We will revise §5.3.2 to state the correct scaling relationship and discuss its implications for attack feasibility. Specifically, we will note that under realistic jitter conditions, the number of GPUs required to achieve the same impact as the synchronized case grows quadratically with the amplitude reduction factor, which materially affects the feasibility assessment. revision: yes

  3. Referee: §5.1 and §5.2.1: The simulation models 1,000 GPUs as a single current source, bypassing per-GPU SPS dynamics. The paper's own hardware experiments show SPS introduces the strongest high-frequency attenuation. The simulation omits a filtering stage that the paper's own empirical evidence identifies as the primary attenuator.

    Authors: This is a fair and significant observation. There is an internal inconsistency in the paper: our hardware experiments (Figure 11a) demonstrate that the SPS stage introduces the strongest high-frequency attenuation, yet the Simulink model in §5.1 aggregates all GPUs into a single current source at the PCC without explicitly modeling per-GPU SPS filtering. We will address this in two ways. First, we will add a quantitative bound on the SPS attenuation effect. Based on the spectral measurements in Figure 11a, the SPS stage attenuates high-frequency components (above ~1 kHz) by approximately 15–25 dB relative to the GPU-side signal. We will incorporate this as a frequency-dependent attenuation factor applied to the aggregated current source in the simulation, and re-evaluate the headline THD and damping ratio results. We expect the THD and damping degradation to be reduced but not eliminated, since (a) the SPS attenuation is frequency-dependent and less severe below ~300 Hz, and (b) the UPS stage reshapes rather than purely attenuates the disturbance, projecting energy into lower-frequency bands that still interact with DER control loops. Second, we will explicitly discuss the gap between the simulation model and the hardware measurements as a limitation, and clarify that the revised results represent a more realistic—though still conservative—estimate. We note that fully incorporating per-GPU SPS dynamics with individual VRM models for 1,000 GPUs is computationally prohibitive in Simulink, so the attenuation-factor approach is a practical middle ground. revision: partial

  4. Referee: §5.3.2: The jitter analysis is limited to σ_τ ≤ 100 μs at a single frequency (2 kHz). Given claims up to 6 kHz (period ≈ 167 μs), the absence of jitter analysis at higher frequencies leaves the feasibility of the most novel aspect unexamined.

    Authors: The referee is correct that the jitter analysis should be extended to higher frequencies. At 5–6 kHz, the modulation period is 167–200 μs, meaning that even σ_τ = 50 μs represents a quarter-period of jitter, which would significantly degrade phase coherence. We will add a sensitivity analysis at 5 kHz and 6 kHz with σ_τ values of 10, 50, 100, 500, and 1000 μs. Based on preliminary reasoning, we expect that at 6 kHz, even σ_τ = 50 μs will reduce aggregate amplitude by more than 50%, and σ_τ ≥ 500 μs will effectively randomize phases entirely. This analysis will likely constrain the feasibility of high-frequency modulation under realistic conditions and will be reported honestly. We anticipate that the results will show a clear frequency-dependent feasibility boundary: lower modulation frequencies (e.g., 500 Hz–1 kHz) remain robust under realistic jitter, while the highest frequencies (5–6 kHz) require either very tight synchronization (as in dedicated HPC clusters with PTP) or very large GPU populations to compensate for √N scaling. This will strengthen the paper by providing a more nuanced and realistic feasibility assessment rather than presenting the maximum frequency as practically achievable under all conditions. revision: yes

Circularity Check

0 steps flagged

No circularity found: GPU modulation data is hardware-measured, stability analysis uses standard Middlebrook criterion, and simulation parameters are independently specified.

full rationale

The paper's derivation chain is self-contained and does not reduce to its own inputs by construction. (1) GPU power modulation frequencies and amplitudes (Table 1) are independently measured from real hardware experiments using a DAQ on GPU power supply lines (Section 4.2.3). (2) The impedance-based stability analysis (Section 4.3) uses the standard Middlebrook criterion (Eq. 1) from Sun11, an external reference, not a self-authored definition. (3) The simulation parameters (Tables 2-3) are independently specified physical values (PV array specs, PI controller gains, line parameters). (4) The headline grid-impact results (46.8% THD, -0.27 damping ratio) are outputs of Simulink simulations fed by these independently measured and specified inputs, not fitted parameters renamed as predictions. (5) The synchronized aggregation model (Section 5.1) is an explicit modeling assumption stated as a 'conservative bound,' not a result derived from a self-citation chain. While the worst-case synchronization assumption is a strong modeling choice that affects the magnitude of downstream results, it is a stated assumption, not a circular derivation. The paper's own jitter analysis (Section 5.3.2) independently quantifies sensitivity to this assumption. No step in the derivation chain reduces to its inputs by definition or through a self-citation that is itself unverified. The concerns about synchronization realism are correctness/assessment risks, not circularity. The derivation is self-contained against external benchmarks (real hardware measurements, standard stability criteria, IEEE standard bus systems).

Axiom & Free-Parameter Ledger

5 free parameters · 4 axioms · 0 invented entities

The paper does not invent new physical entities, particles, forces, or dimensions. It introduces a named attack framework ('Bit2Watt'/'Watt2Bit') and two attack techniques (SWMA, LTMA), but these are methodological constructs, not postulated physical objects. The analysis relies on standard power-electronic components (inverters, PLLs, UPS, SPS) and well-known stability criteria. The main burden is the synchronization assumption, which is an axiom (ad_hoc_to_paper) rather than an invented entity.

free parameters (5)
  • Simulink PV array configuration = Nseries=100, Nparallel=47, Pm=214.97W
    Chosen to represent a specific DER-rich scenario; not fitted to the target THD/damping results but selected to model a plausible 1-MW system.
  • DER penetration levels = 10%, 50%, 80%, 90%
    Swept as scenario parameters to show sensitivity; the headline 90% case is an extreme but increasingly plausible scenario.
  • Number of manipulated GPUs = 200-1000
    Swept as attack parameter; 1000 RTX 3090s at ~350W each = ~350kW, which is ~35% of the 1-MW load, consistent with the stated 25% GPU load fraction.
  • PI controller gains (all loops) = Various, e.g., Kp=0.001/Ki=0.01 for PV DC/DC, Kp=30/Ki=200 for inverter current loop
    Standard controller parameters for a C2000 inverter dev kit; not fitted to produce instability but representative of typical hardware.
  • Attack modulation frequency = Up to 6000 Hz (SWMA), up to 3000 Hz (LTMA)
    Measured from real hardware experiments, not fitted.
axioms (4)
  • domain assumption GPU clusters behave as constant-power loads (CPL) with negative incremental resistance in the short-term electrical regime.
    Stated in Section 4.3.3 and validated empirically in Figure 6 with voltage perturbation experiments showing I ∝ 1/V behavior. This is a standard power electronics assumption for regulated loads.
  • standard math The Middlebrook stability criterion (|Zg/Zdl| < 1) is applicable to the grid-DER-GPU system.
    Invoked in Section 4.3.4, Eq. 1, from prior literature [Sun11]. Standard impedance-based stability analysis for grid-connected inverters.
  • ad hoc to paper All victim GPUs can be synchronized to switch between high- and low-power states with identical frequency and phase.
    Section 5.1 states this is a 'synchronized worst-case aggregation model' where 'device-level heterogeneity, phase dispersion, and communication delays across individual GPU units are not explicitly modeled.' This is the most aggressive simplification in the paper.
  • domain assumption Cloud monitoring tools (NVML, RAPL, BMC, PDU) do not capture high-frequency power signatures relevant to this attack.
    Section 5.3.4, Table 4 documents sampling rates (1 Hz to 1 kHz) that are indeed too slow for kHz-scale modulation. Empirically supported by Figure 14(a).

pith-pipeline@v1.1.0-glm · 25801 in / 3599 out tokens · 608119 ms · 2026-07-08T19:17:53.719915+00:00 · methodology

0 comments
read the original abstract

Modern data centers increasingly rely on large-scale GPU clusters and on-site renewable energy resources, resulting in a tightly coupled cyber-physical system between computing workloads and power-electronic-dominated grids. In this paper, we reveal Bit2Watt, a previously unexplored vulnerability in which an adversary manipulates GPU workloads to induce controlled, high-frequency power modulations that destabilize local power infrastructure and propagate back to disrupt computing services. Unlike traditional attacks that compromise grid-side devices or communication channels, Bit2Watt operates entirely within the cyber layer as a legal tenant, which could amplify fluctuations, harmonic distortion, and damping degradation, particularly in high-DER-penetration scenarios. This risk is difficult to detect under routine cloud- and facility-side monitoring because it exploits legitimate workload execution paths and concentrates much of its distinctive behavior in high-frequency components that are weakly captured by common telemetry. We validate Bit2Watt through impedance-based analysis, power system simulations, and real-world experiments on GPUs and grid-connected PV inverters. Under the synchronized worst-case aggregation model studied in the paper, manipulating 1,000 GPUs in a 1-MW local power system with 90% DERs raises current THD to 46.8% and results in a damping ratio of -0.27. We further show that the resulting power-quality degradation can stress data-center power-delivery equipment, trigger protection mechanisms, and, in extreme simulated cases, induce cascading failures in transmission-scale systems. In addition, we analyze a plausible Watt2Bit feedback path, including denial-of-service risks and covert information exfiltration via EMI side channels. This work highlights the urgent need for cross-layer defenses that jointly consider workload scheduling and power electronics.

Figures

Figures reproduced from arXiv: 2607.05993 by Kaikai Pan, Wenyuan Xu, Zhouhao Ji.

Figure 1
Figure 1. Figure 1: Instantaneous power draw of a single NVIDIA Volta V100 GPU [ [PITH_FULL_IMAGE:figures/full_fig_p004_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: Typical power supply architecture in modern data centers. [PITH_FULL_IMAGE:figures/full_fig_p005_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Overview of the Bit2Watt risk. It has a four-stage cycle. It begins with the malicious workload design, i.e., malicious Bit. After the malicious Bit is deployed on the cloud platform, it induces high RoCoP and disrupts the local power grid. Power distortions in turn interrupt the computing devices via overheating and triggering the shedding protection, forming Watt2Bit. Finally, a vicious circle is establi… view at source ↗
Figure 4
Figure 4. Figure 4: Concatenated results of different power modulation methods on RTX 3090. The [PITH_FULL_IMAGE:figures/full_fig_p008_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: Typical power supply system of the local data center with integration of DERs. [PITH_FULL_IMAGE:figures/full_fig_p009_5.png] view at source ↗
Figure 6
Figure 6. Figure 6: Validation of the CPL and NIR of the GPU clusters. [PITH_FULL_IMAGE:figures/full_fig_p012_6.png] view at source ↗
Figure 7
Figure 7. Figure 7: Validation of the frequency response of the DER output impedance. [PITH_FULL_IMAGE:figures/full_fig_p012_7.png] view at source ↗
Figure 8
Figure 8. Figure 8: System topologies used in the simulation. [PITH_FULL_IMAGE:figures/full_fig_p014_8.png] view at source ↗
Figure 10
Figure 10. Figure 10: Results of the hardware experiments. loss of synchronism indicates transient grid partitioning, which may trigger widespread protection actions and potentially lead to a black-start condition. 5.2 Real-world Experiments Experiment setup. We build a local power grid testbed that emulates a small-scale, inverter-dominated distribution system, as illustrated in [PITH_FULL_IMAGE:figures/full_fig_p016_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: Spectral attenuation and reshaping across the power delivery chain. [PITH_FULL_IMAGE:figures/full_fig_p017_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Cascading results in the 9241-bus European transmission network and associ [PITH_FULL_IMAGE:figures/full_fig_p018_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Frequency as a function of inertia and damping. The frequency values are color-coded, with cool colors representing low values and hot colors indicating high values. Black indicates that the grid becomes destabilized under this combination. 12(b), both the total load loss and the propagation abruptness exhibit sharp extrema when the number of tampered GPUs reaches 300/MW, indicating strong sensitivity to … view at source ↗
Figure 14
Figure 14. Figure 14: Detectability and stealth evaluation. and rack-level monitoring. Since no established detector specifically targets this attack class, we implement a lightweight logistic-regression baseline and evaluate four settings: power-only monitoring, power combined with NVML runtime features, power combined with NVML and CUPTI features, and EMI side channel sensing from the power line and VRM. As shown in [PITH_F… view at source ↗
Figure 15
Figure 15. Figure 15: Watt2Bit risk analysis. a current doubling leads to a trip within approximately two seconds. It manifests as DoS events, abruptly shutting down GPU servers and terminating active workloads. In large￾scale training or inference, even brief interruptions can cause task failures and cascading restarts, allowing watt-level disturbances to propagate into bit-level service disruptions. In our exfiltration exper… view at source ↗
Figure 16
Figure 16. Figure 16: Spatial distribution of the data centers in the U.S. [ [PITH_FULL_IMAGE:figures/full_fig_p025_16.png] view at source ↗
Figure 17
Figure 17. Figure 17: Board-level voltage and single-line current waveforms of an RTX 3090 GPU [PITH_FULL_IMAGE:figures/full_fig_p027_17.png] view at source ↗
Figure 18
Figure 18. Figure 18: System-level voltage and current at the distribution cabinet of a GPU cluster. [PITH_FULL_IMAGE:figures/full_fig_p027_18.png] view at source ↗
Figure 19
Figure 19. Figure 19: Aggregated Bit2Watt-induced power modulation of 1,000 GPUs under different levels of timing jitter [PITH_FULL_IMAGE:figures/full_fig_p028_19.png] view at source ↗

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

18 extracted references · 18 canonical work pages · 4 internal anchors

  1. [1]

    IEEE Standard for Interconnection and Inter- operability of Distributed Energy Resources with Associated Electric Power Systems

    [Ass18] IEEE Standards Association. IEEE Standard for Interconnection and Inter- operability of Distributed Energy Resources with Associated Electric Power Systems. IEEE Std 1547-2018 (Revision of IEEE Std 1547-2003) ,

  2. [2]

    Power Stabilization for AI Training Datacenters

    [CWH+25] Esha Choukse, Brijesh Warrier, Scot Heath, Luz Belmont, April Zhao, Has- san Ali Khan, Brian Harry, Matthew Kappel, Russell J Hewett, Kushal Datta, et al. Power stabilization for AI training datacenters. arXiv preprint arXiv:2508.14318,

  3. [3]

    See where data centers are across the US on our interactive map

    [DC25] Hannah Beckler Dakin Campbell. See where data centers are across the US on our interactive map. https://www.businessinsider.com/data-center-loc ations-us-map-ai-boom-2025-9 ,

  4. [4]

    Gigawatt Clus- ters, Telecom Networking, Long Haul Fiber, Hierarchical & Asynchronous SGD, Distributed Infrastructure Winners

    [DPO25] Daniel Nishball Dylan Patel and Jeremie Eliahou Ontiveros. Gigawatt Clus- ters, Telecom Networking, Long Haul Fiber, Hierarchical & Asynchronous SGD, Distributed Infrastructure Winners. https://semianalysis.com/2024/ 09/04/multi-datacenter-training-openais/ ,

  5. [5]

    https://docs.jarvislabs.ai/blog/h100-price#2-cloud-gpu-pricing-p er-hour,

    [GPU25b] NVIDIA H100 Price Guide 2025: Detailed Costs, Comparisons & Expert Insights. https://docs.jarvislabs.ai/blog/h100-price#2-cloud-gpu-pricing-p er-hour,

  6. [6]

    [Int11] International Electrotechnical Commission. Electromagnetic compatibility (EMC) - Part 3-12: Limits - Limits for harmonic currents produced by equipment connected to public low-voltage systems with input current > 16 A and <= 75 A per phase. Standard IEC 61000-3-12:2011, IEC, Geneva, Switzerland,

  7. [7]

    A novel side-channel timing attack on GPUs

    [JFK17] Zhen Hang Jiang, Yunsi Fei, and David Kaeli. A novel side-channel timing attack on GPUs. In Proceedings of the Great Lakes Symposium on VLSI 2017, pages 167–172,

  8. [8]

    AI Load Dynamics--A Power Electronics Perspective

    [LL25] Yuzhuo Li and Yunwei Li. AI Load Dynamics–A Power Electronics Perspec- tive. arXiv preprint arXiv:2502.01647 ,

  9. [9]

    Empirical Measurements of AI Training Power Demand on a GPU-Accelerated Node

    [LNC+24] Imran Latif, Alex C Newkirk, Matthew R Carbone, Arslan Munir, Yuewei Lin, Jonathan Koomey, Xi Yu, and Zhiuha Dong. Empirical Measurements of AI Training Power Demand on a GPU-Accelerated Node. arXiv preprint arXiv:2412.08602,

  10. [10]

    Targeted attack synthesis for smart grid vulnerability analy- sis

    [MBA+23] Suman Maiti, Anjana Balabhaskara, Sunandan Adhikary, Ipsita Koley, and Soumyajit Dey. Targeted attack synthesis for smart grid vulnerability analy- sis. In Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security, pages 2576–2590,

  11. [11]

    Opportunities of Renewable Energy Powered DNN Inference

    [NG23] Seyed Morteza Nabavinejad and Tian Guo. Opportunities of renewable en- ergy powered DNN inference. arXiv preprint arXiv:2306.12247 ,

  12. [12]

    Rendered insecure: GPU side channel attacks are practical

    [NNQAG18] Hoda Naghibijouybari, Ajaya Neupane, Zhiyun Qian, and Nael Abu- Ghazaleh. Rendered insecure: GPU side channel attacks are practical. In Proceedings of the 2018 ACM SIGSAC conference on computer and commu- nications security, pages 2139–2153,

  13. [13]

    Meta signs deals to source more solar, wind power for data centers

    [Reu25] Reuters. Meta signs deals to source more solar, wind power for data centers. https://www.reuters.com/sustainability/invenergy-supply-meta-with-addit ional-791-mw-data-center-operations-2025-06-26/ ,

  14. [14]

    The MIT Supercloud Dataset

    [SWB+21] Siddharth Samsi, Matthew L Weiss, David Bestor, Baolin Li, Michael Jones, Albert Reuther, Daniel Edelman, William Arcand, Chansup Byun, John Holodnack, et al. The MIT Supercloud Dataset. In 2021 IEEE High Per- formance Extreme Computing Conference (HPEC) , pages 1–8. IEEE,

  15. [15]

    Survey of CPU Cache-Based Side-Channel At- tacks: Systematic Analysis, Security Models, and Countermeasures

    [SZ21] Chao Su and Qingkai Zeng. Survey of CPU Cache-Based Side-Channel At- tacks: Systematic Analysis, Security Models, and Countermeasures. Security and Communication Networks , 2021(1):5559552,

  16. [16]

    [WL23] Fanrong Wei and Xiangning Lin

    Accessed: 2026-07-04. [WL23] Fanrong Wei and Xiangning Lin. Cyber-physical attack launched from EVSE botnet. IEEE Transactions on Power Systems , 39(2):3603–3614,

  17. [17]

    Leading degree: A metric for model performance evaluation and hyperparameter tuning in deep learning-based side-channel analysis

    [ZL25] Junfan Zhu and Jiqiang Lu. Leading degree: A metric for model performance evaluation and hyperparameter tuning in deep learning-based side-channel analysis. IACR Transactions on Cryptographic Hardware and Embedded Sys- tems, 2025(2):333–361,

  18. [18]

    Byte Blackout

    A Landscape of U.S. Data Centers and Power Grid Stress This appendix provides supplementary evidence for the scale and distribution of data- center loads discussed in Section 2.1. As shown in Figure 16, data centers in the U.S. are widely deployed and form dense clusters in several major computing hubs. Table 5 further shows that data centers already cons...