2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-22 11:42:05 +00:00

Add security advisory for SWEET16

This commit is contained in:
Victor Hu 2016-08-29 22:55:14 -04:00
parent c44e760214
commit 34e79cee37
2 changed files with 33 additions and 1 deletions

View File

@ -0,0 +1,31 @@
2016-08-24 - OpenSSL Vulnerabilities (Sweet32)
==============================================
**SWEET32: Birthday attacks against TLS ciphers with 64bit block size**
**CVE-2016-2183**
Description: OpenSSL could allow a remote attacker to obtain sensitive information, caused by an error in the in the Triple-DES on 64-bit block cipher, used as a part of the SSL/TLS protocol. By capturing large amounts of encrypted traffic between the SSL/TLS server and the client, a remote attacker able to conduct a man-in-the-middle attack could exploit this vulnerability to recover the plaintext data and obtain sensitive information.
**CVE-2016-6329**
Description: OpenVPN could allow a remote attacker to obtain sensitive information, caused by an error in the in the Triple-DES on 64-bit block cipher, used as a part of the SSL/TLS protocol. By capturing large amounts of encrypted traffic between the SSL/TLS server and the client, a remote attacker able to conduct a man-in-the-middle attack could exploit this vulnerability to recover the plaintext data and obtain sensitive information.
A detailed description of this issue can be seen in the following blog posting: https://www.openssl.org/blog/blog/2016/08/24/sweet32/
Advisory CVEs
-------------
* CVE-2016-2183
* CVE-2016-6329
Action
------
xCAT uses OpenSSL for client-server communication but **does not** ship it.
It is highly recommended to keep your OpenSSL levels up-to-date with the indicated versions in the security bulletins to prevent any potential security threats. Obtain the updated software packages from your Operating system distribution channels.

View File

@ -4,8 +4,9 @@
.. toctree::
:maxdepth: 1
20160824_openssl.rst
20160815_openssl.rst
20160503_openssl.rst
20160301_openssl.rst
20160128_openssl.rst
20160115_openssl.rst
20160815_openssl.rst