### [CVE-2018-12384](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12384) ![](https://img.shields.io/static/v1?label=Product&message=Network%20Security%20Services%20(NSS)&color=blue) ![](https://img.shields.io/static/v1?label=Version&message=n%2Fa&color=blue) ![](https://img.shields.io/static/v1?label=Vulnerability&message=Use%20of%20Insufficiently%20Random%20Values&color=brighgreen) ### Description When handling a SSLv2-compatible ClientHello request, the server doesn't generate a new random value but sends an all-zero value instead. This results in full malleability of the ClientHello for SSLv2 used for TLS 1.2 in all versions prior to NSS 3.39. This does not impact TLS 1.3. ### POC #### Reference - https://www.oracle.com/technetwork/security-advisory/cpuoct2019-5072832.html #### Github - https://github.com/rjrelyea/ca-certificate-scripts