TZmCFI: RTOS-Aware Control-Flow Integrity Using TrustZone for Armv8-M
TZmCFI: RTOS-Aware Control-Flow Integrity Using TrustZone for Armv8-M
复制标题
DOI:
10.1007/s10766-020-00673-z
复制
发表时间:
2020-07-27
影响因子:
1.5
通讯作者:
Takada, Hiroaki
中科院分区:
文献类型:
--
作者:
Kawada, Tomoaki;Honda, Shinya;Takada, Hiroaki
Control-Flow Integrity (CFI) is a class of defensive techniques against control-flow attacks such as Return-Oriented Programming. We propose a light-weight CFI scheme for RTOS-based applications, TZmCFI, which utilizes TrustZone for Armv8-M, a hardware-assisted security feature for embedded systems with tight resource constraints. TZmCFI embodies several existing CFI techniques to provide a comprehensive protection. The traditional shadow stack technique is used to ensure stack integrity and validate function returns. To protect exception handlers, TZmCFI extendsshadow exception stacks, which are a variant of the traditional shadow stack technique we proposed in our previous work, for RTOS integration and performance improvement. We conducted an experiment on Arm Versatile Express Cortex-M Prototyping System (V2M-MPS2+) to evaluate the run-time overhead of the proposed system.