Skip to content

Files

Latest commit

Pei ZhongyuPei Zhongyu
Pei Zhongyu
and
Pei Zhongyu
Nov 25, 2018
f3d8ca5 · Nov 25, 2018

History

History
18 lines (13 loc) · 422 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 422 Bytes

X-nuca 2018 - SSD

Quite similar challenge as defcon quals 2018 EC3

Self-implemented device xnuca in qemu, using mmio to transfer data. Unchecked malloc, free leads us to fastbin attack, modifying free got to system.

Some information gathering command

# On Host
./qemu-system-x86_64 -device help 2>&1 | grep xnuca

# In guest
lspci
cat /proc/iomem
cat /proc/ioports