Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 6.22 KB

SCA.md

File metadata and controls

48 lines (35 loc) · 6.22 KB

Side-Channel Attacks

Table of Contents

Zombieload/RIDL https://www.cyberus-technology.de/posts/2019-05-14-zombieload.html https://www.redhat.com/en/blog/understanding-mds-vulnerability-what-it-why-it-works-and-how-mitigate-it https://seclists.org/bugtraq/2019/May/0


Side-Channel Attacks

  • Analysis
    • Tools
      • ChipWhisperer
        • ChipWhisperer is the first ever open-source solution that provides a complete toolchain for research and analysis of embedded hardware security. Side Channel Power Analysis, Clock Glitching, VCC Glitching, and more are all possible with this unique tool.
  • CPU
  • Electricity/Power-Based
    • Get Your Hands Off My Laptop: Physical Side-Channel Key-Extraction Attacks On PCs
      • We demonstrated physical side-channel attacks on a popular software implementation of RSA and ElGamal, running on laptop computers. Our attacks use novel side channels and are based on the observation that the "ground" electric potential in many computers fluctuates in a computation-dependent way. An attacker can measure this signal by touching exposed metal on the computer's chassis with a plain wire, or even with a bare hand. The signal can also be measured at the remote end of Ethernet, VGA or USB cables. Through suitable cryptanalysis and signal processing, we have extracted 4096-bit RSA keys and 3072-bit ElGamal keys from laptops, via each of these channels, as well as via power analysis and electromagnetic probing. Despite the GHz-scale clock rate of the laptops and numerous noise sources, the full attacks require a few seconds of measurements using Medium Frequency signals (around 2 MHz), or one hour using Low Frequency signals (up to 40 kHz).
    • An Inside Job: Remote Power Analysis Attacks on FPGAs
  • Attacks On Memory(RAM)
    • Rowhammer
      • Exploiting the DRAM rowhammer bug to gain kernel privileges
      • Row hammer - Wikipedia
      • Another Flip in the Wall of Rowhammer Defenses
      • rowhammer.js
        • Rowhammer.js - A Remote Software-Induced Fault Attack in JavaScript
      • Rowhammer.js: A Remote Software-Induced Fault Attack in JavaScript
      • Flipping Bits in Memory Without Accessing Them: An Experimental Study of DRAM Disturbance Errors
        • Abstract. Memory isolation is a key property of a reliable and secure computing system — an access to one memory ad- dress should not have unintended side e ects on data stored in other addresses. However, as DRAM process technology scales down to smaller dimensions, it becomes more diffcult to prevent DRAM cells from electrically interacting with each other. In this paper, we expose the vulnerability of commodity DRAM chips to disturbance errors. By reading from the same address in DRAM, we show that it is possible to corrupt data in nearby addresses. More specifically, activating the same row in DRAM corrupts data in nearby rows. We demonstrate this phenomenon on Intel and AMD systems using a malicious program that generates many DRAM accesses. We induce errors in most DRAM modules (110 out of 129) from three major DRAM manufacturers. From this we conclude that many deployed systems are likely to be at risk. We identify the root cause of disturbance errors as the repeated toggling of a DRAM row’s wordline, which stresses inter-cell coupling e ects that accelerate charge leakage from nearby rows. We provide an extensive characterization study of disturbance errors and their behavior using an FPGA-based testing plat- form. Among our key findings, we show that (i) it takes as few as 139K accesses to induce an error and (ii) up to one in every 1.7K cells is susceptible to errors. After examining var- ious potential ways of addressing the problem, we propose a low-overhead solution to prevent the errors.
  • Sound-Based
    • RSA Key Extraction via Low-Bandwidth Acoustic Cryptanalysis
      • Here, we describe a new acoustic cryptanalysis key extraction attack, applicable to GnuPG's current implementation of RSA. The attack can extract full 4096-bit RSA decryption keys from laptop computers (of various models), within an hour, using the sound generated by the computer during the decryption of some chosen ciphertexts. We experimentally demonstrate that such attacks can be carried out, using either a plain mobile phone placed next to the computer, or a more sensitive microphone placed 4 meters away.