Cryptographic issues in Universal Boot Loader (U-Boot) - CVE-2017-3225
Published: July 24, 2018 / Updated: July 17, 2020
Universal Boot Loader (U-Boot)
Detailed vulnerability description
The vulnerability allows a local non-authenticated attacker to gain access to sensitive information.
Das U-Boot is a device bootloader that can read its configuration from an AES encrypted file. For devices utilizing this environment encryption mode, U-Boot's use of a zero initialization vector may allow attacks against the underlying cryptographic implementation and allow an attacker to decrypt the data. Das U-Boot's AES-CBC encryption feature uses a zero (0) initialization vector. This allows an attacker to perform dictionary attacks on encrypted data produced by Das U-Boot to learn information about the encrypted data.