Hardware-Assisted Fine-Grained Code-Reuse Attack Detection.

Pinghai Yuan,Qingkai Zeng,Xuhua Ding
DOI: https://doi.org/10.1007/978-3-319-26362-5_4
2015-01-01
Abstract:Code-reuse attacks have become the primary exploitation technique for system compromise despite of the recently introduced Data Execution Prevention technique in modern platforms. Different from code injection attacks, they result in unintended control-flow transfer to victim programs without adding malicious code. This paper proposes a practical scheme named as CFIGuard to detect code-reuse attacks on user space applications. CFIGuard traces every branch execution by leveraging hardware features of commodity processors, and then validates the traces based on fine-grained control flow graphs. We have implemented a prototype of CFIGuard on Linux and the experiments show that it only incurs around 2.9 % runtime overhead for a set of typical server applications.
What problem does this paper attempt to address?