guillaume vinet 19th may 2019
play

Guillaume VINET 19th May 2019 1 stress WBC-based solutions, - PowerPoint PPT Presentation

Guillaume VINET 19th May 2019 1 stress WBC-based solutions, challenging practical realisation, to exploitable faulty computations, include: and able to affect large range of instructions multiple faults Binary analysis: dynamic fault


  1. Guillaume VINET 19th May 2019 1

  2. stress WBC-based solutions, challenging practical realisation, to exploitable faulty computations, include: and able to affect large range of instructions multiple faults • Binary analysis: dynamic fault injection is a powerful way to • Publications in this area remain modest, mostly due to • Registers, memory access can be changed in runtime leading • Nowadays, a state-of-the-art WBC security analysis must • static and dynamic fault injections • an efficient way to induce dynamic faulty computations: being precise • a large range of public fault injection attacks exploiting single or 2

  3. 3

  4. Native binary file (assembly code) NO SOURCE FILES! 4

  5. 5

  6. Native binary file Cryptographic attacks Differential Fault Analysis (DFA) Safe Error … • • • 6

  7. Native binary file Safe Error Differential Fault Analysis (DFA) downgrade Security … … Stuck mask value to transform a 2 nd Defeat algorithm protection. Defeat integrity mechanisms attacks Cryptographic • • • • • order attack to a 1 rst order • 7

  8. Native binary file Cryptographic attacks Security downgrade 8

  9. 9

  10. 10

  11. Assets: Easy to implement Drawbacks: Speed: how to avoid combinatorial complexity with multiple fault injections? Accuracy: valuable to modify table value, but not disturbing operation execution Anti-Fault countermeasures: fault easily detected • • • • 11

  12. https:/ /github.com/SideChannelMarvels Python framework Tree strategy to inject the faults included in • • 12

  13. 13

  14. Assets: Accuracy: Alter registers, memory or instructions Multiple fault injection to defeat security countermeasures Drawbacks: Fault Model: which fault effects must be implemented Speed: how to avoid combinatorial complexity with multiple fault injections? • • • • • 14

  15. Assets: Open source Use the powerful Unicorn Engine… • • 15

  16. Source https:/ /www.riscure.com/uploads/2017/09/eu-15-sanfelix-mune-dehaas-unboxing-the-white-box-wp_v1.1.pdf Know where to recover the ciphertext once the fault was injected Call to external libraries must be implemented/patched 16

  17. Assets: Open source Use the powerful Unicorn Engine… Drawbacks: … that needs reverse engineering Executable/Library must be instrumented by a script The Unicorn emulation is slow • • • • • 17

  18. 18

  19. Relevant Fault Models Speed Where? When? Configuration Dynamic fault injection 19

  20. Faults models: Register modification • 20

  21. Faults models: Register modification Data Flow Modification • • 21

  22. Faults models: Register modification Data Flow Modification Control Flow Modification with Program Counter Register • • • 22

  23. Where to fault: Filtering based on: Program Counter Kind of instruction: mov, add … • • • 23

  24. When to fault: pattern detector • • 24

  25. When to fault: pattern detector • 25

  26. Data flow disturbance Multi-fault injection ARM support Filtering and trig&act capabilities Takes advantage of Qemu speed included in Dynamic register modification X86, x86_64, Control flow disturbance Fault&trace capabilities • • • • • • • • 26

  27. 27

  28. Attack an AES White-Box implementation Configuration: CPU i7-7560U, 2.4GHz dual core 16 GB of RAM (we not need so much) SSD NVMe Double fault injection Key recovery from the faulty outputs with a DFA of Piret (with 4 modified bytes in a specific way) • • • • • • • 28

  29. Attack an AES White-Box implementation Double fault injection Key recovery from the faulty outputs with a DFA of Piret (with 4 modified bytes in a specific way) nb_ins x nb_fault_model x nb_target x nb_input x nb_area • • • 29

  30. $./cipheraes 06 1F C9 F5 88 B2 F9 D2 00 19 86 82 2C 12 11 79 message: 061fc9f588b2f9d2001986822c121179 cipher: 14ed01ea7ce2a551c9791ae85c7cecf4 AES-128 X86-64 architecture Differential Fault Analysis with a double fault injection attack: • Data flow disturbance • Control flow disturbance 30

  31. 31

  32. 32

  33. 33

  34. 34

  35. 35

  36. 36

  37. 37

  38. 38

  39. 39

  40. No effect for the other registers (rbx, r8, r9, r10, r11, r12, r13, r14, r15) rax 10000 15000 20000 25000 30000 35000 40000 rcx 0 rdx rsp rbp rsi rdi Faulty Output Correct Ouput Parse Error 5000 78 1557 35745 0 755 35613 34422 7 565 34943 36500 887 264 2078 36493 35935 644 310 225 0 0 40

  41. 14 campaigns faulting one register (rsp/rbp not included) ~76 min (multi-thread not used) ~112 injected faults by second 511,000 injected faults 41

  42. 42

  43. 43

  44. Correct/ Faulty output analysis Execute algorithm: To recover the key Or to detect in which round the fault was injected A lot of public algorithm available, but if they fail it gives no information • • • 44

  45. Correct/ Faulty output but it requires reverse engineering skills Give a way to understand very accurately the fault execution Understand the effect of the fault on the program engineering Reverse gives no information A lot of public algorithm available, but if they fail it Or to detect in which round the fault was injected To recover the key Execute algorithm: analysis • • • • • 45

  46. Correct/ engineering Give a visual way to understand accurately the fault Fault & Trace but it requires reverse engineering skills Give a way to understand very accurately the fault effect without reverse engineering skills execution Understand the effect of the fault on the program Faulty output Reverse Program Counter registers …) gives no information A lot of public algorithm available, but if they fail it Or to detect in which round the fault was injected To recover the key Execute algorithm: analysis Fault and trace at the same time (memory access, • • • • • • • 46

  47. 47

  48. 48

  49. Fault and trace the PC register to see the executed instructions Traces are identical Traces are different 49

  50. Fault and trace the PC register to see the executed instructions Traces are identical Traces are different 50

  51. 51

  52. 52

  53. 53

  54. 54

  55. 55

  56. 56

  57. loc_4033CE: jz short loc_4033C4 retn leave nop loc_4033D4 bytes. checked by block of four twice. Its consistency is The output was computed cmp edx, eax cmp [rbp+var_1], 3 mov eax, [rbp+rax*4+var_30] cdqe movzx eax, [rbp+var_1] mov edx, [rbp+rax*4+var_20] cdqe movzx eax, [rbp+var_1] loc_403393: jbe short loc_403393 57

  58. loc_4033CE: add rax, rdx retn leave nop loc_4033D4 zero. four-byte block is set to In case of a failure, the bytes. checked by block of our twice. Its consistency is The output was computed mov dword ptr [rax], 0 mov rax, [rbp+var_38] cmp [rbp+var_1], 3 lea rdx, ds:0[rax*4] movzx eax, [rbp+var_1] jz short loc_4033C4 cmp edx, eax mov eax, [rbp+rax*4+var_30] cdqe movzx eax, [rbp+var_1] mov edx, [rbp+rax*4+var_20] cdqe movzx eax, [rbp+var_1] loc_403393: jbe short loc_403393 58

  59. loc_4033CE: four-byte block is set to We start the output analysis The output was computed twice. Its consistency is checked. In case of a failure, the zero. add eax, 1 loc_4033D4 nop leave retn These operation are done 4 times to analyze all the output. mov [rbp+var_1], al movzx eax, [rbp+var_1] cmp [rbp+var_1], 3 cdqe jbe short loc_403393 loc_403393: movzx eax, [rbp+var_1] cdqe mov edx, [rbp+rax*4+var_20] movzx eax, [rbp+var_1] mov eax, [rbp+rax*4+var_30] loc_4033C4: cmp edx, eax jz short loc_4033C4 movzx eax, [rbp+var_1] lea rdx, ds:0[rax*4] mov rax, [rbp+var_38] add rax, rdx mov dword ptr [rax], 0 59

  60. loc_4033CE: four-byte block is set to We start the output analysis The output was computed twice. Its consistency is checked. In case of a failure, the zero. add eax, 1 loc_4033D4 nop leave retn These operation are done 4 times to analyze all the output. mov [rbp+var_1], al movzx eax, [rbp+var_1] cmp [rbp+var_1], 3 cdqe jbe short loc_403393 loc_403393: movzx eax, [rbp+var_1] cdqe mov edx, [rbp+rax*4+var_20] movzx eax, [rbp+var_1] mov eax, [rbp+rax*4+var_30] loc_4033C4: cmp edx, eax jz short loc_4033C4 movzx eax, [rbp+var_1] lea rdx, ds:0[rax*4] mov rax, [rbp+var_38] add rax, rdx mov dword ptr [rax], 0 60

  61. loc_4033CE: mov rax, [rbp+var_38] retn leave nop loc_4033D4 mov [rbp+var_1], al add eax, 1 movzx eax, [rbp+var_1] loc_4033C4: mov dword ptr [rax], 0 add rax, rdx lea rdx, ds:0[rax*4] cmp [rbp+var_1], 3 movzx eax, [rbp+var_1] jz short loc_4033C4 cmp edx, eax mov eax, [rbp+rax*4+var_30] cdqe movzx eax, [rbp+var_1] mov edx, [rbp+rax*4+var_20] cdqe movzx eax, [rbp+var_1] loc_403393: 61

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend