This repository contains the sources and documentation for the LVI-LFB Control Flow Hijacking attack PoC (CVE-2020-0551)# PoC for the LVI-LFB Control Flow Hijacking attack ([CVE-2020-0551](https://nvd.nist.gov/vuln/detail/CVE-2020-0551))
This repository holds the sources for the LVI-LFB Control Flow Hijacking attack PoC.
## Contents
* lvi-cfh-poc - hijack the control flow of another process via line-fill buffer spraying
* whitepaper
## Prerequisites
1. Visual Studio 2015
2. A vulnerable Intel CPU
## Authors
* Andrei Vlad LUȚAȘ
* Dan Horea LUȚAȘ
## Additional resources
* Bitdefender blog post: https://businessinsights.bitdefender.com/bitdefender-researchers-discover-new-side-channel-attack
* Official LVI web-site - https://lviattack.eu
* Intel Security Advisory - https://www.intel.com/content/www/us/en/security-center/advisory/intel-sa-00334.html
* Intel Deep Dive - https://software.intel.com/security-software-guidance/insights/deep-dive-load-value-injection
[4.0K] /data/pocs/50b1d97e117b62893dc192dbf01c88c046aeefaf
├── [4.0K] doc
│ └── [4.5M] Bitdefender_Whitepaper_LVI-LFB_EN.pdf
├── [1.4K] LICENSE
├── [ 865] README.md
└── [4.0K] src
├── [4.0K] lvi_cfh_poc
│ ├── [3.1K] asmhelper.asm
│ ├── [4.3K] lvi_cfh_poc.c
│ ├── [7.5K] lvi_cfh_poc.vcxproj
│ └── [1.0K] lvi_cfh_poc.vcxproj.filters
└── [1.3K] lvi_cfh_poc.sln
3 directories, 8 files