CVE-2024-28183

ESP-IDF is the development framework for Espressif SoCs supported on Windows, Linux and macOS. A Time-of-Check to Time-of-Use (TOCTOU) vulnerability was discovered in the implementation of the ESP-IDF bootloader which could allow an attacker with physical access to flash of the device to bypass anti-rollback protection. Anti-rollback prevents rollback to application with security version lower than one programmed in eFuse of chip. This attack can allow to boot past (passive) application partition having lower security version of the same device even in the presence of the flash encryption scheme. The attack requires carefully modifying the flash contents after the anti-rollback checks have been performed by the bootloader (before loading the application). The vulnerability is fixed in 4.4.7 and 5.2.1.
Configurations

No configuration.

History

21 Nov 2024, 09:05

Type Values Removed Values Added
Summary
  • (es) ESP-IDF es el framework de desarrollo para los SoC de Espressif compatibles con Windows, Linux y macOS. Se descubrió una vulnerabilidad de tiempo de verificación a tiempo de uso (TOCTOU) en la implementación del gestor de arranque ESP-IDF que podría permitir a un atacante con acceso físico a la memoria flash del dispositivo eludir la protección anti-retroceso. Anti-rollback evita el retroceso a una aplicación con una versión de seguridad inferior a la programada en eFuse del chip. Este ataque puede permitir arrancar más allá de la partición de la aplicación (pasiva) que tiene una versión de menor seguridad del mismo dispositivo, incluso en presencia del esquema de cifrado flash. El ataque requiere modificar cuidadosamente el contenido flash después de que el gestor de arranque haya realizado las comprobaciones anti-retroceso (antes de cargar la aplicación). La vulnerabilidad se solucionó en 4.4.7 y 5.2.1.
References () https://github.com/espressif/esp-idf/commit/3305cb4d235182067936f8e940e6db174e25b4b2 - () https://github.com/espressif/esp-idf/commit/3305cb4d235182067936f8e940e6db174e25b4b2 -
References () https://github.com/espressif/esp-idf/commit/4c95aa445d4e84f01f86b6f3a552aa299276abf3 - () https://github.com/espressif/esp-idf/commit/4c95aa445d4e84f01f86b6f3a552aa299276abf3 -
References () https://github.com/espressif/esp-idf/commit/534e3ad1fa68526a5f989fb2163856d6b7cd2c87 - () https://github.com/espressif/esp-idf/commit/534e3ad1fa68526a5f989fb2163856d6b7cd2c87 -
References () https://github.com/espressif/esp-idf/commit/7003f1ef0dffc73c34eb153d1b0710babb078149 - () https://github.com/espressif/esp-idf/commit/7003f1ef0dffc73c34eb153d1b0710babb078149 -
References () https://github.com/espressif/esp-idf/commit/b2cdc0678965790f49afeb6e6b0737cd24433a05 - () https://github.com/espressif/esp-idf/commit/b2cdc0678965790f49afeb6e6b0737cd24433a05 -
References () https://github.com/espressif/esp-idf/commit/c33b9e1426121ce8cccf1a94241740be9cff68de - () https://github.com/espressif/esp-idf/commit/c33b9e1426121ce8cccf1a94241740be9cff68de -
References () https://github.com/espressif/esp-idf/commit/f327ddf6adab0c28d395975785727b2feef57803 - () https://github.com/espressif/esp-idf/commit/f327ddf6adab0c28d395975785727b2feef57803 -
References () https://github.com/espressif/esp-idf/security/advisories/GHSA-22x6-3756-pfp8 - () https://github.com/espressif/esp-idf/security/advisories/GHSA-22x6-3756-pfp8 -

25 Mar 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-03-25 15:15

Updated : 2024-11-21 09:05


NVD link : CVE-2024-28183

Mitre link : CVE-2024-28183

CVE.ORG link : CVE-2024-28183


JSON object : View

Products Affected

No product.

CWE
CWE-367

Time-of-check Time-of-use (TOCTOU) Race Condition