Rating:

# Ghostbuster: Spectre exploitation in real life

## Introduction
After doing some research on Transient execution CPU vulnerabilities against Intel SGX enclaves, we wondered if these vulnerabilities were practical in real life, with fully patched operating systems and default mitigations. We took this opportunity to design a challenge ingeniously called Ghostbuster for the Ledger Donjon CTF, which targets the Spectre vulnerability in a cross-process scenario.

In order to make it more handy, the source code and the whole architecture are given to the participants, allowing them to deploy the very same version of the challenge locally.

Full write up [here](https://donjon.ledger.com/ghostbuster/).

Original writeup (https://donjon.ledger.com/ghostbuster/).