Skip to content

Uncovered Vulnerabilities

Juraj Somorovsky edited this page Oct 19, 2016 · 5 revisions

Most of the findings are summarized in our ACM CCS'16 paper Systematic Fuzzing and Testing of TLS Libraries

Padding oracle attacks

Bleichenbacher attacks

Out-of-bound reads / writes

  • OpenSSL-1.1.0-pre1, stack overflow vulnerability triggered by sending an overlong DH parameter in the DHClientKeyExchange message (fixed by the OpenSSL team in OpenSSL-1.1.0-pre2, after a parallel report)
  • Botan 1.11.28, Out-of-bound read (not exploitable) by sending empty TLS records, see Botan Version 1.11.29

Missing Length Checks

Clone this wiki locally