MCUboot is a secure bootloader for 32-bits microcontrollers. MCUboot uses a TLV (tag-length-value) structure to represent the meta data associated with an image. The TLVs themselves are divided into two sections, a protected and an unprotected section. The protected TLV entries are included as part of the image signature to avoid tampering. However, the code does not distinguish which TLV entries should be protected or not, so it is possible for an attacker to add unprotected TLV entries that should be protected. Currently, the primary protected TLV entries should be the dependency indication, and the boot record. An injected dependency value would primarily result in an otherwise acceptable image being rejected. A boot record injection could allow fields in a later attestation record to include data not intended, which could cause an image to appear to have properties that it should not have. As a workaround, disable the boot record functionality.
History

No history.

cve-icon MITRE Information

Status: PUBLISHED

Assigner: GitHub_M

Published: 2024-04-26T21:03:24.534Z

Updated: 2024-06-04T17:51:00.445Z

Reserved: 2024-04-19T14:07:11.230Z


Link: CVE-2024-32883

JSON object: View

cve-icon NVD Information

Status : Awaiting Analysis

Published: 2024-04-26T21:15:49.630

Modified: 2024-04-29T12:42:03.667


Link: CVE-2024-32883

JSON object: View

cve-icon Redhat Information

No data.

CWE