{"affected":[{"ecosystem_specific":{"binaries":[{"libopenssl1-devel":"1.0.1g-0.40.1","libopenssl1_0_0":"1.0.1g-0.40.1","libopenssl1_0_0-32bit":"1.0.1g-0.40.1","libopenssl1_0_0-x86":"1.0.1g-0.40.1","openssl1":"1.0.1g-0.40.1","openssl1-doc":"1.0.1g-0.40.1"}]},"package":{"ecosystem":"SUSE:Linux Enterprise Server 11-SECURITY","name":"openssl1","purl":"pkg:rpm/suse/openssl1&distro=SUSE%20Linux%20Enterprise%20Server%2011-SECURITY"},"ranges":[{"events":[{"introduced":"0"},{"fixed":"1.0.1g-0.40.1"}],"type":"ECOSYSTEM"}]}],"aliases":[],"details":"\nThis update for openssl fixes various security issues and bugs: \n\nSecurity issues fixed:\n- CVE-2016-0800 aka the 'DROWN' attack (bsc#968046):\n  OpenSSL was vulnerable to a cross-protocol attack that could lead to\n  decryption of TLS sessions by using a server supporting SSLv2 and\n  EXPORT cipher suites as a Bleichenbacher RSA padding oracle.\n\n  This update changes the openssl library to:\n\n  * Disable SSLv2 protocol support by default.\n\n    This can be overridden by setting the environment variable\n    'OPENSSL_ALLOW_SSL2' or by using SSL_CTX_clear_options using the\n    SSL_OP_NO_SSLv2 flag.\n\n    Note that various services and clients had already disabled SSL\n    protocol 2 by default previously.\n\n  * Disable all weak EXPORT ciphers by default. These can be reenabled\n    if required by old legacy software using the environment variable\n    'OPENSSL_ALLOW_EXPORT'.\n\n- CVE-2016-0702 aka the 'CacheBleed' attack. (bsc#968050)\n  Various changes in the modular exponentation code were added that\n  make sure that it is not possible to recover RSA secret keys by\n  analyzing cache-bank conflicts on the Intel Sandy-Bridge microarchitecture.\n\n  Note that this was only exploitable if the malicious code was running\n  on the same hyper threaded Intel Sandy Bridge processor as the victim\n  thread performing decryptions.\n\n- CVE-2016-0705 (bnc#968047):\n  A double free() bug in the DSA ASN1 parser code was fixed that could\n  be abused to facilitate a denial-of-service attack.\n\n- CVE-2016-0797 (bnc#968048):\n  The BN_hex2bn() and BN_dec2bn() functions had a bug that could result\n  in an attempt to de-reference a NULL pointer leading to crashes.\n  This could have security consequences if these functions were ever\n  called by user applications with large untrusted hex/decimal data. Also,\n  internal usage of these functions in OpenSSL uses data from config files\n  or application command line arguments. If user developed applications\n  generated config file data based on untrusted data, then this could\n  have had security consequences as well.\n\n- CVE-2016-0798 (bnc#968265)\n  The SRP user database lookup method SRP_VBASE_get_by_user() had a memory\n  leak that attackers could abuse to facility DoS attacks. To mitigate\n  the issue, the seed handling in SRP_VBASE_get_by_user() was disabled\n  even if the user has configured a seed. Applications are advised to\n  migrate to SRP_VBASE_get1_by_user().\n\n- CVE-2016-0799 (bnc#968374)\n  On many 64 bit systems, the internal fmtstr() and doapr_outch()\n  functions could miscalculate the length of a string and attempt to\n  access out-of-bounds memory locations. These problems could have\n  enabled attacks where large amounts of untrusted data is passed to\n  the BIO_*printf functions. If applications use these functions in\n  this way then they could have been vulnerable. OpenSSL itself uses\n  these functions when printing out human-readable dumps of ASN.1\n  data. Therefore applications that print this data could have been\n  vulnerable if the data is from untrusted sources. OpenSSL command line\n  applications could also have been vulnerable when they print out ASN.1\n  data, or if untrusted data is passed as command line arguments. Libssl\n  is not considered directly vulnerable.\n\n- CVE-2015-3197 (bsc#963415):\n  The SSLv2 protocol did not block disabled ciphers.\n\nNote that the March 1st 2016 release also references following CVEs\nthat were fixed by us with CVE-2015-0293 in 2015:\n\n- CVE-2016-0703 (bsc#968051): This issue only affected versions of\n  OpenSSL prior to March 19th 2015 at which time the code was refactored\n  to address vulnerability CVE-2015-0293. It would have made the above\n  'DROWN' attack much easier.\n- CVE-2016-0704 (bsc#968053): 'Bleichenbacher oracle in SSLv2'\n  This issue only affected versions of OpenSSL prior to March 19th\n  2015 at which time the code was refactored to address vulnerability\n  CVE-2015-0293. It would have made the above 'DROWN' attack much easier.\n\nBugs fixed:\n- Avoid running OPENSSL_config twice. This avoids breaking\n  engine loading. (bsc#952871)\n","id":"SUSE-SU-2016:0621-1","modified":"2016-03-01T13:29:20Z","published":"2016-03-01T13:29:20Z","references":[{"type":"ADVISORY","url":"https://www.suse.com/support/update/announcement/2016/suse-su-20160621-1/"},{"type":"REPORT","url":"https://bugzilla.suse.com/952871"},{"type":"REPORT","url":"https://bugzilla.suse.com/963415"},{"type":"REPORT","url":"https://bugzilla.suse.com/968046"},{"type":"REPORT","url":"https://bugzilla.suse.com/968047"},{"type":"REPORT","url":"https://bugzilla.suse.com/968048"},{"type":"REPORT","url":"https://bugzilla.suse.com/968050"},{"type":"REPORT","url":"https://bugzilla.suse.com/968051"},{"type":"REPORT","url":"https://bugzilla.suse.com/968053"},{"type":"REPORT","url":"https://bugzilla.suse.com/968265"},{"type":"REPORT","url":"https://bugzilla.suse.com/968374"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2015-3197"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0702"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0703"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0704"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0705"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0797"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0798"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0799"},{"type":"WEB","url":"https://www.suse.com/security/cve/CVE-2016-0800"}],"related":["CVE-2015-3197","CVE-2016-0702","CVE-2016-0703","CVE-2016-0704","CVE-2016-0705","CVE-2016-0797","CVE-2016-0798","CVE-2016-0799","CVE-2016-0800"],"summary":"Security update for openssl","upstream":["CVE-2015-3197","CVE-2016-0702","CVE-2016-0703","CVE-2016-0704","CVE-2016-0705","CVE-2016-0797","CVE-2016-0798","CVE-2016-0799","CVE-2016-0800"]}