Search found 1 match
- Fri Mar 28, 2025 9:41 am
- Forum: ESP-IDF
- Topic: Security benefits of enabling secure boot if flash encryption is already enabled
- Replies: 4
- Views: 3193
Re: Security benefits of enabling secure boot if flash encryption is already enabled
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 ...