Publikationen

Publikationen

Art der Publikation: Beitrag in Sammelwerk

Gadge Me If You Can: Secure and Efficient Ad-hoc Instruction-Level Randomization for x86 and ARM

Autor(en):
Davi, Lucas; Dmitrienko, Alexandra; Nürnberger, Stefan; Sadeghi, Ahmad-Reza
Titel des Sammelbands:
Proc. of 8th ACM Symposium on Information, Computer and Communications Security (ASIACCS)
Veröffentlichung:
2013
Digital Object Identifier (DOI):
doi:10.1145/2484313.2484351
Link zum Volltext:
https://dl.acm.org/authorize?N28651
Zitation:
Download BibTeX

Kurzfassung

Code reuse attacks such as return-oriented programming are one of the most powerful threats to contemporary software. ASLR was introduced to impede these attacks by dispersing shared libraries and the executable in memory. However, in practice its entropy is rather low and, more importantly, the leakage of a single address reveals the position of a whole library in memory. The recent mitigation literature followed the route of randomization, applied it at different stages such as source code or the executable binary. However, the code segments still stay in one block. In contrast to previous work, our randomization solution, called XIFER, (1) disperses all code (executable and libraries) across the whole address space, (2) re-randomizes the address space for each run, (3) is compatible to code signing, and (4) does neither require offline static analysis nor source-code. Our prototype implementation supports the Linux ELF file format and covers both mainstream processor architectures x86 and ARM. Our evaluation demonstrates that XIFER performs efficiently at load- and during run-time (1.2% overhead).