CRARSep 4, 2018

CIDPro: Custom Instructions for Dynamic Program Diversification

arXiv:1809.01221v14 citations
Originality Incremental advance
AI Analysis

This addresses security vulnerabilities in embedded systems against side-channel attacks, representing a domain-specific incremental improvement.

The paper tackles timing side-channel attacks in embedded systems by proposing CIDPro, a framework that uses dynamic program diversification to reduce timing leakage. Experimental results show 80-86% timing side-channel capacity reduction with acceptable performance overhead and only 1% hardware area overhead.

Timing side-channel attacks pose a major threat to embedded systems due to their ease of accessibility. We propose CIDPro, a framework that relies on dynamic program diversification to mitigate timing side-channel leakage. The proposed framework integrates the widely used LLVM compiler infrastructure and the increasingly popular RISC-V FPGA soft-processor. The compiler automatically generates custom instructions in the security critical segments of the program, and the instructions execute on the RISC-V custom co-processor to produce diversified timing characteristics on each execution instance. CIDPro has been implemented on the Zynq7000 XC7Z020 FPGA device to study the performance overhead and security tradeoffs. Experimental results show that our solution can achieve 80% and 86% timing side-channel capacity reduction for two benchmarks with an acceptable performance overhead compared to existing solutions. In addition, the proposed method incurs only a negligible hardware area overhead of 1% slices of the entire RISC-V system.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes