Fully Automated Differential Fault Analysis on Software Implementations of Block Ciphers

Authors

  • Xiaolu Hou Acronis
  • Jakub Breier School of Computer Science and Engineeering, Nanyang Technological University
  • Fuyuan Zhang School of Computer Science and Engineeering, Nanyang Technological University
  • Yang Liu School of Computer Science and Engineeering, Nanyang Technological University

DOI:

https://doi.org/10.13154/tches.v2019.i3.1-29

Keywords:

differential fault analysis, fault attacks, automation, assembly

Abstract

Differential Fault Analysis (DFA) is considered as the most popular fault analysis method. While there are techniques that provide a fault analysis automation on the cipher level to some degree, it can be shown that when it comes to software implementations, there are new vulnerabilities, which cannot be found by observing the cipher design specification.
This work bridges the gap by providing a fully automated way to carry out DFA on assembly implementations of symmetric block ciphers. We use a customized data flow graph to represent the program and develop a novel fault analysis methodology to capture the program behavior under faults. We establish an effective description of DFA as constraints that are passed to an SMT solver. We create a tool that takes assembly code as input, analyzes the dependencies among instructions, automatically attacks vulnerable instructions using SMT solver and outputs the attack details that recover the last round key (and possibly the earlier keys). We support our design with evaluations on lightweight ciphers SIMON, SPECK, and PRIDE, and a current NIST standard, AES. By automated assembly analysis, we were able to find new efficient DFA attacks on SPECK and PRIDE, exploiting implementation specific vulnerabilities, and previously published DFA on SIMON and AES. Moreover, we present a novel DFA on multiplication operation that has never been shown for symmetric block ciphers before. Our experimental evaluation also shows reasonable execution times that are scalable to current cipher designs and can easily outclass the manual analysis. Moreover, we present a method to check the countermeasure-protected implementations in a way that helps implementers to decide how many rounds should be protected.
We note that this is the first work that automatically carries out DFA on cipher implementations without any plaintext or ciphertext information and therefore, can be generally applied to any input data to the cipher.

Published

2019-05-09

How to Cite

Hou, X., Breier, J., Zhang, F., & Liu, Y. (2019). Fully Automated Differential Fault Analysis on Software Implementations of Block Ciphers. IACR Transactions on Cryptographic Hardware and Embedded Systems, 2019(3), 1–29. https://doi.org/10.13154/tches.v2019.i3.1-29

Issue

Section

Articles