Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 24 / Issue 4

available in:   PDF (359 kB) PS (605 kB)
 
get:  
Similar Docs BibTeX   Read comments Write a comment
 Number of Comments:1
get:  
Links into Future
 
DOI:   10.3217/jucs-024-04-0515

 

A Fine-Grained Hardware Security Approach for Runtime Code Integrity in Embedded Systems

Xiang Wang (Beihang University, China)

Weike Wang (Beihang University, China)

Bin Xu (Beihang University, China)

Pei Du (Beihang University, China)

Lin Li (Beihang University, China)

Muyang Liu (Beihang University, China)

Abstract: Embedded systems are subjected to various adversaries including software attacks, physical attacks, and side channel attacks. Most of these malicious attacks can lead to the invalid execution of programs, and launch of destructive actions or reveal critical information. However, most previous security mechanisms suffer from coarse checking granularity and unacceptable performance overhead, due to strict restriction on system resources. This paper presents a fine-grained hardware-based security approach to ensure runtime code integrity in the embedded systems by offline profiling of the program features and runtime integrity check. We design a hardware implemented instruction stream integrity checker (ISIC) to perform runtime checking of pre-extracted features. Any invalid execution of the program will trigger the corresponding exception signal. We implement the ISIC with OR1200 processor on XC5VLX50T field-programmable gate array (FPGA). The experimental results show that the proposed approach can detect all the attacks destructing integrity of the instruction stream, and the performance overhead induced by the security mechanism is less than 3.45% according to the selected benchmarks.

Keywords: basic block, code integrity, embedded systems, hardware-based security, runtime security

Categories: B.6.1, C.5.4, D.4.6