TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Hot Pixels: Frequency, Power, and Temperature Attacks on GPUs and ARM SoCs

14 点作者 ManDeJan将近 2 年前

4 条评论

ManDeJan将近 2 年前
The drive to create thinner, lighter, and more energy efficient devices has resulted in modern SoCs being forced to balance a delicate tradeoff between power consumption, heat dissipation, and execution speed (i.e., frequency). While beneficial, these DVFS mechanisms have also resulted in software-visible hybrid side-channels, which use software to probe analog properties of computing devices. Such hybrid attacks are an emerging threat that can bypass countermeasures for traditional microarchitectural side-channel attacks. Given the rise in popularity of both Arm SoCs and GPUs, in this paper we investigate the susceptibility of these devices to information leakage via power, temperature and frequency, as measured via internal sensors. We demonstrate that the sensor data observed correlates with both instructions executed and data processed, allowing us to mount software-visible hybrid side-channel attacks on these devices. To demonstrate the real-world impact of this issue, we present JavaScript-based pixel stealing and history sniffing attacks on Chrome and Safari, with all side channel countermeasures enabled. Finally, we also show website fingerprinting attacks, without any elevated privileges.
admash将近 2 年前
I wonder to what extent these attacks can be mitigated by the addition of “noise” in the form of concurrent&#x2F;interleaved computational loads, analogous to how fuzzy fonts can be used mitigate TEMPEST radiation-based information leakage ( <a href="https:&#x2F;&#x2F;www.mdpi.com&#x2F;2076-3417&#x2F;10&#x2F;8&#x2F;2828&#x2F;html" rel="nofollow">https:&#x2F;&#x2F;www.mdpi.com&#x2F;2076-3417&#x2F;10&#x2F;8&#x2F;2828&#x2F;html</a> ).<p>Obviously this would necessitate a security&#x2F;performance trade-off.
hovav将近 2 年前
See also the closely related &quot;DVFS Frequently Leaks Secrets: Hertzbleed Attacks Beyond SIKE, Cryptography, and CPU-Only Data,&quot; which will be presented at Oakland today: <a href="https:&#x2F;&#x2F;www.hertzbleed.com&#x2F;2h2b.pdf" rel="nofollow">https:&#x2F;&#x2F;www.hertzbleed.com&#x2F;2h2b.pdf</a><p>(It&#x27;s citation 68 in the Hot Pixels paper.)
Tepix将近 2 年前
Ouch. Matthew Green&#x27;s take: <a href="https:&#x2F;&#x2F;twitter.com&#x2F;matthew_d_green&#x2F;status&#x2F;1660830161057488898" rel="nofollow">https:&#x2F;&#x2F;twitter.com&#x2F;matthew_d_green&#x2F;status&#x2F;16608301610574888...</a><p>&quot;<i>It is time to give up on computers altogether.</i>&quot;