### [CVE-2006-0898](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-0898) ![](https://img.shields.io/static/v1?label=Product&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=n%2Fa&color=brighgreen) ### Description Crypt::CBC Perl module 2.16 and earlier, when running in RandomIV mode, uses an initialization vector (IV) of 8 bytes, which results in weaker encryption when used with a cipher that requires a larger block size than 8 bytes, such as Rijndael. ### POC #### Reference - http://securityreason.com/securityalert/488 #### Github No PoCs found on GitHub currently.