### [CVE-2017-3225](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-3225) ![](https://img.shields.io/static/v1?label=Product&message=U-Boot&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=2017.092017.09%20&color=brighgreen) ![](https://img.shields.io/static/v1?label=Vulnerability&message=CWE-329&color=brighgreen) ### Description 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. ### POC #### Reference - https://www.kb.cert.org/vuls/id/166743 #### Github No PoCs found on GitHub currently.