Title | Integrating Cyber-Attack Defense Techniques into Real-Time Cyber-Physical Systems |
Publication Type | Conference Paper |
Year of Publication | 2019 |
Authors | Hao, Xiaochen, Lv, Mingsong, Zheng, Jiesheng, Zhang, Zhengkui, Yi, Wang |
Conference Name | 2019 IEEE 37th International Conference on Computer Design (ICCD) |
Keywords | composability, cyber physical systems, cyber security, Human Behavior, human factors, pubcrawl, real time systems, resilience, Resiliency, rop attacks, Scalability, schedulability analysis |
Abstract | With the rapid deployment of Cyber-Physical Systems (CPS), security has become a more critical problem than ever before, as such devices are interconnected and have access to a broad range of critical data. A well-known attack is ReturnOriented Programming (ROP) which can diverge the control flow of a program by exploiting the buffer overflow vulnerability. To protect a program from ROP attacks, a useful method is to instrument code into the protected program to do runtime control flow checking (known as Control Flow Integrity, CFI). However, instrumented code brings extra execution time, which has to be properly handled, as most CPS systems need to behave in a real-time manner. In this paper, we present a technique to efficiently compute an execution plan, which maximizes the number of executions of instrumented code to achieve maximal defense effect, and at the same time guarantees real-time schedulability of the protected task system with a new response time analysis. Simulation-based experimental results show that the proposed method can yield good quality execution plans, but performs orders of magnitude faster than exhaustive search. We also built a prototype in which a small auto-drive car is defended against ROP attacks by the proposed method implemented in FreeRTOS. The prototype demonstrates the effectiveness of our method in real-life scenarios. |
DOI | 10.1109/ICCD46524.2019.00037 |
Citation Key | hao_integrating_2019 |