exploit the possibilities
Home Files News &[SERVICES_TAB]About Contact Add New

Red Hat Security Advisory 2015-0716-01

Red Hat Security Advisory 2015-0716-01
Posted Mar 24, 2015
Authored by Red Hat | Site access.redhat.com

Red Hat Security Advisory 2015-0716-01 - OpenSSL is a toolkit that implements the Secure Sockets Layer and Transport Layer Security protocols, as well as a full-strength, general purpose cryptography library. An invalid pointer use flaw was found in OpenSSL's ASN1_TYPE_cmp() function. A remote attacker could crash a TLS/SSL client or server using OpenSSL via a specially crafted X.509 certificate when the attacker-supplied certificate was verified by the application. An integer underflow flaw, leading to a buffer overflow, was found in the way OpenSSL decoded malformed Base64-encoded inputs. An attacker able to make an application using OpenSSL decode a specially crafted Base64-encoded input could use this flaw to cause the application to crash. Note: this flaw is not exploitable via the TLS/SSL protocol because the data being transferred is not Base64-encoded.

tags | advisory, remote, overflow, protocol
systems | linux, redhat
advisories | CVE-2015-0209, CVE-2015-0286, CVE-2015-0287, CVE-2015-0288, CVE-2015-0289, CVE-2015-0292, CVE-2015-0293
SHA-256 | 9d8aee16c77d0cfe933cacb5fd802931cd9f89036d273602e014764364847f8f

Red Hat Security Advisory 2015-0716-01

Change Mirror Download
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

=====================================================================
Red Hat Security Advisory

Synopsis: Moderate: openssl security and bug fix update
Advisory ID: RHSA-2015:0716-01
Product: Red Hat Enterprise Linux
Advisory URL: https://rhn.redhat.com/errata/RHSA-2015-0716.html
Issue date: 2015-03-23
CVE Names: CVE-2015-0209 CVE-2015-0286 CVE-2015-0287
CVE-2015-0288 CVE-2015-0289 CVE-2015-0292
CVE-2015-0293
=====================================================================

1. Summary:

Updated openssl packages that fix several security issues and one bug are
now available for Red Hat Enterprise Linux 7.

Red Hat Product Security has rated this update as having Moderate security
impact. Common Vulnerability Scoring System (CVSS) base scores, which give
detailed severity ratings, are available for each vulnerability from the
CVE links in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux Client (v. 7) - x86_64
Red Hat Enterprise Linux Client Optional (v. 7) - x86_64
Red Hat Enterprise Linux ComputeNode (v. 7) - x86_64
Red Hat Enterprise Linux ComputeNode Optional (v. 7) - x86_64
Red Hat Enterprise Linux Server (v. 7) - ppc64, ppc64le, s390x, x86_64
Red Hat Enterprise Linux Server Optional (v. 7) - ppc64, ppc64le, s390x, x86_64
Red Hat Enterprise Linux Workstation (v. 7) - x86_64
Red Hat Enterprise Linux Workstation Optional (v. 7) - x86_64

3. Description:

OpenSSL is a toolkit that implements the Secure Sockets Layer (SSL v2/v3)
and Transport Layer Security (TLS v1) protocols, as well as a
full-strength, general purpose cryptography library.

An invalid pointer use flaw was found in OpenSSL's ASN1_TYPE_cmp()
function. A remote attacker could crash a TLS/SSL client or server using
OpenSSL via a specially crafted X.509 certificate when the
attacker-supplied certificate was verified by the application.
(CVE-2015-0286)

An integer underflow flaw, leading to a buffer overflow, was found in the
way OpenSSL decoded malformed Base64-encoded inputs. An attacker able to
make an application using OpenSSL decode a specially crafted Base64-encoded
input (such as a PEM file) could use this flaw to cause the application to
crash. Note: this flaw is not exploitable via the TLS/SSL protocol because
the data being transferred is not Base64-encoded. (CVE-2015-0292)

A denial of service flaw was found in the way OpenSSL handled SSLv2
handshake messages. A remote attacker could use this flaw to cause a
TLS/SSL server using OpenSSL to exit on a failed assertion if it had both
the SSLv2 protocol and EXPORT-grade cipher suites enabled. (CVE-2015-0293)

A use-after-free flaw was found in the way OpenSSL imported malformed
Elliptic Curve private keys. A specially crafted key file could cause an
application using OpenSSL to crash when imported. (CVE-2015-0209)

An out-of-bounds write flaw was found in the way OpenSSL reused certain
ASN.1 structures. A remote attacker could possibly use a specially crafted
ASN.1 structure that, when parsed by an application, would cause that
application to crash. (CVE-2015-0287)

A NULL pointer dereference flaw was found in OpenSSL's X.509 certificate
handling implementation. A specially crafted X.509 certificate could cause
an application using OpenSSL to crash if the application attempted to
convert the certificate to a certificate request. (CVE-2015-0288)

A NULL pointer dereference was found in the way OpenSSL handled certain
PKCS#7 inputs. An attacker able to make an application using OpenSSL
verify, decrypt, or parse a specially crafted PKCS#7 input could cause that
application to crash. TLS/SSL clients and servers using OpenSSL were not
affected by this flaw. (CVE-2015-0289)

Red Hat would like to thank the OpenSSL project for reporting
CVE-2015-0286, CVE-2015-0287, CVE-2015-0288, CVE-2015-0289, CVE-2015-0292,
and CVE-2015-0293. Upstream acknowledges Stephen Henson of the OpenSSL
development team as the original reporter of CVE-2015-0286, Emilia Käsper
of the OpenSSL development team as the original reporter of CVE-2015-0287,
Brian Carpenter as the original reporter of CVE-2015-0288, Michal Zalewski
of Google as the original reporter of CVE-2015-0289, Robert Dugal and David
Ramos as the original reporters of CVE-2015-0292, and Sean Burford of
Google and Emilia Käsper of the OpenSSL development team as the original
reporters of CVE-2015-0293.

This update also fixes the following bug:

* When a wrapped Advanced Encryption Standard (AES) key did not require any
padding, it was incorrectly padded with 8 bytes, which could lead to data
corruption and interoperability problems. With this update, the rounding
algorithm in the RFC 5649 key wrapping implementation has been fixed. As a
result, the wrapped key conforms to the specification, which prevents the
described problems. (BZ#1197667)

All openssl users are advised to upgrade to these updated packages, which
contain backported patches to correct these issues. For the update to take
effect, all services linked to the OpenSSL library must be restarted, or
the system rebooted.

4. Solution:

Before applying this update, make sure all previously released errata
relevant to your system have been applied.

For details on how to apply this update, refer to:

https://access.redhat.com/articles/11258

5. Bugs fixed (https://bugzilla.redhat.com/):

1196737 - CVE-2015-0209 openssl: use-after-free on invalid EC private key import
1202366 - CVE-2015-0286 openssl: invalid pointer use in ASN1_TYPE_cmp()
1202380 - CVE-2015-0287 openssl: ASN.1 structure reuse memory corruption
1202384 - CVE-2015-0289 openssl: PKCS7 NULL pointer dereference
1202395 - CVE-2015-0292 openssl: integer underflow leading to buffer overflow in base64 decoding
1202404 - CVE-2015-0293 openssl: assertion failure in SSLv2 servers
1202418 - CVE-2015-0288 openssl: X509_to_X509_REQ NULL pointer dereference

6. Package List:

Red Hat Enterprise Linux Client (v. 7):

Source:
openssl-1.0.1e-42.el7_1.4.src.rpm

x86_64:
openssl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-libs-1.0.1e-42.el7_1.4.i686.rpm
openssl-libs-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux Client Optional (v. 7):

x86_64:
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-devel-1.0.1e-42.el7_1.4.i686.rpm
openssl-devel-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-perl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-static-1.0.1e-42.el7_1.4.i686.rpm
openssl-static-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux ComputeNode (v. 7):

Source:
openssl-1.0.1e-42.el7_1.4.src.rpm

x86_64:
openssl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-libs-1.0.1e-42.el7_1.4.i686.rpm
openssl-libs-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux ComputeNode Optional (v. 7):

x86_64:
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-devel-1.0.1e-42.el7_1.4.i686.rpm
openssl-devel-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-perl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-static-1.0.1e-42.el7_1.4.i686.rpm
openssl-static-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
openssl-1.0.1e-42.el7_1.4.src.rpm

ppc64:
openssl-1.0.1e-42.el7_1.4.ppc64.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.ppc.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.ppc64.rpm
openssl-devel-1.0.1e-42.el7_1.4.ppc.rpm
openssl-devel-1.0.1e-42.el7_1.4.ppc64.rpm
openssl-libs-1.0.1e-42.el7_1.4.ppc.rpm
openssl-libs-1.0.1e-42.el7_1.4.ppc64.rpm

s390x:
openssl-1.0.1e-42.el7_1.4.s390x.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.s390.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.s390x.rpm
openssl-devel-1.0.1e-42.el7_1.4.s390.rpm
openssl-devel-1.0.1e-42.el7_1.4.s390x.rpm
openssl-libs-1.0.1e-42.el7_1.4.s390.rpm
openssl-libs-1.0.1e-42.el7_1.4.s390x.rpm

x86_64:
openssl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-devel-1.0.1e-42.el7_1.4.i686.rpm
openssl-devel-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-libs-1.0.1e-42.el7_1.4.i686.rpm
openssl-libs-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux Server (v. 7):

Source:
openssl-1.0.1e-42.ael7b_1.4.src.rpm

ppc64le:
openssl-1.0.1e-42.ael7b_1.4.ppc64le.rpm
openssl-debuginfo-1.0.1e-42.ael7b_1.4.ppc64le.rpm
openssl-devel-1.0.1e-42.ael7b_1.4.ppc64le.rpm
openssl-libs-1.0.1e-42.ael7b_1.4.ppc64le.rpm

Red Hat Enterprise Linux Server Optional (v. 7):

ppc64:
openssl-debuginfo-1.0.1e-42.el7_1.4.ppc.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.ppc64.rpm
openssl-perl-1.0.1e-42.el7_1.4.ppc64.rpm
openssl-static-1.0.1e-42.el7_1.4.ppc.rpm
openssl-static-1.0.1e-42.el7_1.4.ppc64.rpm

s390x:
openssl-debuginfo-1.0.1e-42.el7_1.4.s390.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.s390x.rpm
openssl-perl-1.0.1e-42.el7_1.4.s390x.rpm
openssl-static-1.0.1e-42.el7_1.4.s390.rpm
openssl-static-1.0.1e-42.el7_1.4.s390x.rpm

x86_64:
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-perl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-static-1.0.1e-42.el7_1.4.i686.rpm
openssl-static-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux Server Optional (v. 7):

ppc64le:
openssl-debuginfo-1.0.1e-42.ael7b_1.4.ppc64le.rpm
openssl-perl-1.0.1e-42.ael7b_1.4.ppc64le.rpm
openssl-static-1.0.1e-42.ael7b_1.4.ppc64le.rpm

Red Hat Enterprise Linux Workstation (v. 7):

Source:
openssl-1.0.1e-42.el7_1.4.src.rpm

x86_64:
openssl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-devel-1.0.1e-42.el7_1.4.i686.rpm
openssl-devel-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-libs-1.0.1e-42.el7_1.4.i686.rpm
openssl-libs-1.0.1e-42.el7_1.4.x86_64.rpm

Red Hat Enterprise Linux Workstation Optional (v. 7):

x86_64:
openssl-debuginfo-1.0.1e-42.el7_1.4.i686.rpm
openssl-debuginfo-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-perl-1.0.1e-42.el7_1.4.x86_64.rpm
openssl-static-1.0.1e-42.el7_1.4.i686.rpm
openssl-static-1.0.1e-42.el7_1.4.x86_64.rpm

These packages are GPG signed by Red Hat for security. Our key and
details on how to verify the signature are available from
https://access.redhat.com/security/team/key/

7. References:

https://access.redhat.com/security/cve/CVE-2015-0209
https://access.redhat.com/security/cve/CVE-2015-0286
https://access.redhat.com/security/cve/CVE-2015-0287
https://access.redhat.com/security/cve/CVE-2015-0288
https://access.redhat.com/security/cve/CVE-2015-0289
https://access.redhat.com/security/cve/CVE-2015-0292
https://access.redhat.com/security/cve/CVE-2015-0293
https://access.redhat.com/security/updates/classification/#moderate

8. Contact:

The Red Hat security contact is <secalert@redhat.com>. More contact
details at https://access.redhat.com/security/team/contact/

Copyright 2015 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQFVEJ57XlSAg2UNWIIRApBLAKCABezmWbiQOlAWY6b+K6zE75PL1gCeOwR2
3cNZhN5KoBB3VDTmN7uiuVo=
=e+xE
-----END PGP SIGNATURE-----


--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://www.redhat.com/mailman/listinfo/rhsa-announce
Login or Register to add favorites

File Archive:

March 2024

  • Su
  • Mo
  • Tu
  • We
  • Th
  • Fr
  • Sa
  • 1
    Mar 1st
    16 Files
  • 2
    Mar 2nd
    0 Files
  • 3
    Mar 3rd
    0 Files
  • 4
    Mar 4th
    32 Files
  • 5
    Mar 5th
    28 Files
  • 6
    Mar 6th
    42 Files
  • 7
    Mar 7th
    17 Files
  • 8
    Mar 8th
    13 Files
  • 9
    Mar 9th
    0 Files
  • 10
    Mar 10th
    0 Files
  • 11
    Mar 11th
    15 Files
  • 12
    Mar 12th
    19 Files
  • 13
    Mar 13th
    21 Files
  • 14
    Mar 14th
    38 Files
  • 15
    Mar 15th
    15 Files
  • 16
    Mar 16th
    0 Files
  • 17
    Mar 17th
    0 Files
  • 18
    Mar 18th
    10 Files
  • 19
    Mar 19th
    0 Files
  • 20
    Mar 20th
    0 Files
  • 21
    Mar 21st
    0 Files
  • 22
    Mar 22nd
    0 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    0 Files
  • 26
    Mar 26th
    0 Files
  • 27
    Mar 27th
    0 Files
  • 28
    Mar 28th
    0 Files
  • 29
    Mar 29th
    0 Files
  • 30
    Mar 30th
    0 Files
  • 31
    Mar 31st
    0 Files

Top Authors In Last 30 Days

File Tags

Systems

packet storm

© 2022 Packet Storm. All rights reserved.

Services
Security Services
Hosting By
Rokasec
close