mirror of
https://github.com/0xMarcio/cve.git
synced 2026-05-14 23:28:04 +02:00
18 lines
869 B
Markdown
18 lines
869 B
Markdown
### [CVE-2018-12384](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2018-12384)
|
|
&color=blue)
|
|

|
|

|
|
|
|
### 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
|
|
|