During the secure boot, bl2 (the second stage of
the bootloader) loops over images defined in the table “bl2_mem_params_descs”.
For each image, the bl2 reads the image length and destination from the image’s
certificate. Because of the way of reading from the image, which base on 32-bit unsigned integer value, it can result to an integer overflow. An attacker can bypass memory range restriction and write data out of buffer bounds, which could result in bypass of secure boot.
Affected git version from c2f286820471ed276c57e603762bd831873e5a17 until (not
References
Link | Resource |
---|---|
https://asrg.io/security-advisories/CVE-2024-1633/ |
Configurations
No configuration.
History
No history.
Information
Published : 2024-02-19 17:15
Updated : 2024-02-20 19:50
NVD link : CVE-2024-1633
Mitre link : CVE-2024-1633
CVE.ORG link : CVE-2024-1633
JSON object : View
Products Affected
No product.
CWE
CWE-190
Integer Overflow or Wraparound