Логотип exploitDog
Консоль
Логотип exploitDog

exploitDog

suse-cvrf логотип

SUSE-SU-2015:1150-1

Опубликовано: 17 июн. 2015
Источник: suse-cvrf

Описание

Security update for compat-openssl098

This update fixes the following security issues:

  • CVE-2015-4000 (boo#931698)
    • The Logjam Attack / weakdh.org
    • reject connections with DH parameters shorter than 1024 bits
    • generates 2048-bit DH parameters by default
  • CVE-2015-1788 (boo#934487)
    • Malformed ECParameters causes infinite loop
  • CVE-2015-1789 (boo#934489)
    • Exploitable out-of-bounds read in X509_cmp_time
  • CVE-2015-1790 (boo#934491)
    • PKCS7 crash with missing EnvelopedContent
  • CVE-2015-1792 (boo#934493)
    • CMS verify infinite loop with unknown hash function
  • CVE-2015-1791 (boo#933911)
    • race condition in NewSessionTicket
  • CVE-2015-3216 (boo#933898)
    • Crash in ssleay_rand_bytes due to locking regression
    • modified openssl-1.0.1i-fipslocking.patch
  • fix timing side channel in RSA decryption (bnc#929678)
  • add ECC ciphersuites to DEFAULT (bnc#879179)
  • Disable EXPORT ciphers by default (bnc#931698, comment #3)

Список пакетов

SUSE Linux Enterprise Desktop 12
libopenssl0_9_8-0.9.8j-78.1
libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12
libopenssl0_9_8-0.9.8j-78.1
libopenssl0_9_8-32bit-0.9.8j-78.1

Описание

The BN_GF2m_mod_inv function in crypto/bn/bn_gf2m.c in OpenSSL before 0.9.8s, 1.0.0 before 1.0.0e, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b does not properly handle ECParameters structures in which the curve is over a malformed binary polynomial field, which allows remote attackers to cause a denial of service (infinite loop) via a session that uses an Elliptic Curve algorithm, as demonstrated by an attack against a server that supports client authentication.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

The X509_cmp_time function in crypto/x509/x509_vfy.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (out-of-bounds read and application crash) via a crafted length field in ASN1_TIME data, as demonstrated by an attack against a server that supports client authentication with a custom verification callback.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

The PKCS7_dataDecodefunction in crypto/pkcs7/pk7_doit.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (NULL pointer dereference and application crash) via a PKCS#7 blob that uses ASN.1 encoding and lacks inner EncryptedContent data.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

Race condition in the ssl3_get_new_session_ticket function in ssl/s3_clnt.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b, when used for a multi-threaded client, allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact by providing a NewSessionTicket during an attempt to reuse a ticket that had been obtained earlier.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

The do_free_upto function in crypto/cms/cms_smime.c in OpenSSL before 0.9.8zg, 1.0.0 before 1.0.0s, 1.0.1 before 1.0.1n, and 1.0.2 before 1.0.2b allows remote attackers to cause a denial of service (infinite loop) via vectors that trigger a NULL value of a BIO data structure, as demonstrated by an unrecognized X.660 OID for a hash function.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

Race condition in a certain Red Hat patch to the PRNG lock implementation in the ssleay_rand_bytes function in OpenSSL, as distributed in openssl-1.0.1e-25.el7 in Red Hat Enterprise Linux (RHEL) 7 and other products, allows remote attackers to cause a denial of service (application crash) by establishing many TLS sessions to a multithreaded server, leading to use of a negative value for a certain length field.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки

Описание

The TLS protocol 1.2 and earlier, when a DHE_EXPORT ciphersuite is enabled on a server but not on a client, does not properly convey a DHE_EXPORT choice, which allows man-in-the-middle attackers to conduct cipher-downgrade attacks by rewriting a ClientHello with DHE replaced by DHE_EXPORT and then rewriting a ServerHello with DHE_EXPORT replaced by DHE, aka the "Logjam" issue.


Затронутые продукты
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Desktop 12:libopenssl0_9_8-32bit-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-0.9.8j-78.1
SUSE Linux Enterprise Module for Legacy 12:libopenssl0_9_8-32bit-0.9.8j-78.1

Ссылки
Уязвимость SUSE-SU-2015:1150-1