Security benefits of enabling secure boot if flash encryption is already enabled

fevang
Posts: 6
Joined: Thu Jun 04, 2020 7:11 pm

Security benefits of enabling secure boot if flash encryption is already enabled

Postby fevang » Wed Apr 28, 2021 12:02 am

After reading the Flash Encryption and Secure Boot documents here https://docs.espressif.com/projects/esp ... ption.html and https://docs.espressif.com/projects/esp ... t-v1.html , I am rather confused on the benefits of secure boot.

I understand the benefits of using flash encryption + secure boot over just secure boot as explained here:
If secure boot is used without Flash Encryption, it is possible to launch “time-of-check to time-of-use” attack, where flash contents are swapped after the image is verified and running. Therefore, it is recommended to use both the features together.
Which attacks are protected against by enabling flash encryption + secure boot over just flash encryption?
Does it act simply as a backup incase the flash encryption key is determined?

Thank you!

ESP_Sprite
Posts: 9757
Joined: Thu Nov 26, 2015 4:08 am

Re: Security benefits of enabling secure boot if flash encryption is already enabled

Postby ESP_Sprite » Wed Apr 28, 2021 5:51 am

Without secure boot, if there's a flaw in the firmware, an attacker may be able to achieve persistence (as in: having the ability to keep the device infected even after power-off/power-on) by injecting code that the ESP32 will run somehow, then using that to re-write the program on the flash. As the code runs on the ESP32, the flash encrypts the attackers code automatically on the fly; flash encryption is moot that way. If secure boot is enabled, after a reboot the signature check it does will fail and the ESP32 will refuse to boot the infected code.

fevang
Posts: 6
Joined: Thu Jun 04, 2020 7:11 pm

Re: Security benefits of enabling secure boot if flash encryption is already enabled

Postby fevang » Thu Apr 29, 2021 4:40 pm

Fascinating. Thanks for the quick feedback

Who is online

Users browsing this forum: Bing [Bot], Google [Bot], stdenits and 332 guests