Skip to content

sslab-gatech/sgx-bomb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The SGX-Bomb attack

SGX-Bomb launches the Rowhammer attack against enclave memory to trigger the processor lockdown. If arbitrary bit flips have occurred inside the enclave because of the Rowhammer attack, any read attempts to the enclave memory results in a failure of integrity check so that the processor will be locked, and the system should be rebooted.

This repository contains proof-of-concept code snippets of the SGX-bomb attack, including

  1. A kernel module to retrieve physical addresses of the enclave pages
  2. An enclave program to launch SGX-bomb attack

Evaluation

We evaluated the effectiveness of the SGX-Bomb attack in a real environment with DDR4 DRAM; it takes 283 s to hang the entire system with the default DRAM refresh rate, 64 ms.

Kernel version: 4.15.0-33-generic

Intel SGX-SDK : SGX-2.2

More details

Contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published