Bugzilla – Bug 999667
VUL-0: CVE-2016-6305: openssl: SSL_peek() hang on empty record
Last modified: 2016-09-22 19:53:40 UTC
bugbot adjusting priority
Affects openssl 1.1.0 only. None of our distributions are affected.
in git commit 63658103d4441924f8dbfc517b99bb54758a98b9 Author: Matt Caswell <matt@openssl.org> Date: Sat Sep 10 21:24:40 2016 +0100 Fix a hang with SSL_peek() If while calling SSL_peek() we read an empty record then we go into an infinite loop, continually trying to read data from the empty record and never making any progress. This could be exploited by a malicious peer in a Denial Of Service attack. CVE-2016-6305 GitHub Issue #1563 Reviewed-by: Rich Salz <rsalz@openssl.org>
only openssl 1.1 is affected, which we are not shipping yet.