Skip to navigation Skip to main content

Utilities

  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
Red Hat Customer Portal
  • Subscriptions
  • Downloads
  • Red Hat Console
  • Get Support
  • Products

    Top Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Products

    Downloads and Containers

    • Downloads
    • Packages
    • Containers

    Top Resources

    • Documentation
    • Product Life Cycles
    • Product Compliance
    • Errata
  • Knowledge

    Red Hat Knowledge Center

    • Knowledgebase Solutions
    • Knowledgebase Articles
    • Customer Portal Labs
    • Errata

    Top Product Docs

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    All Product Docs

    Training and Certification

    • About
    • Course Index
    • Certification Index
    • Skill Assessment
  • Security

    Red Hat Product Security Center

    • Security Updates
    • Security Advisories
    • Red Hat CVE Database
    • Errata

    References

    • Security Bulletins
    • Security Measurement
    • Severity Ratings
    • Security Data

    Top Resources

    • Security Labs
    • Backporting Policies
    • Security Blog
  • Support

    Red Hat Support

    • Support Cases
    • Troubleshoot
    • Get Support
    • Contact Red Hat Support

    Red Hat Community Support

    • Customer Portal Community
    • Community Discussions
    • Red Hat Accelerator Program

    Top Resources

    • Product Life Cycles
    • Customer Portal Labs
    • Red Hat JBoss Supported Configurations
    • Red Hat Lightspeed
Or troubleshoot an issue.

Select Your Language

  • English
  • Français
  • 한국어
  • 日本語
  • 中文 (中国)

Infrastructure and Management

  • Red Hat Enterprise Linux
  • Red Hat Satellite
  • Red Hat Subscription Management
  • Red Hat Lightspeed
  • Red Hat Ansible Automation Platform

Cloud Computing

  • Red Hat OpenShift
  • Red Hat OpenStack Platform
  • Red Hat OpenShift
  • Red Hat OpenShift AI
  • Red Hat OpenShift Dedicated
  • Red Hat Advanced Cluster Security for Kubernetes
  • Red Hat Advanced Cluster Management for Kubernetes
  • Red Hat Quay
  • Red Hat OpenShift Dev Spaces
  • Red Hat OpenShift Service on AWS

Storage

  • Red Hat Gluster Storage
  • Red Hat Hyperconverged Infrastructure
  • Red Hat Ceph Storage
  • Red Hat OpenShift Data Foundation

Runtimes

  • Red Hat Runtimes
  • Red Hat JBoss Enterprise Application Platform
  • Red Hat Data Grid
  • Red Hat JBoss Web Server
  • Red Hat build of Keycloak
  • Red Hat support for Spring Boot
  • Red Hat build of Node.js
  • Red Hat build of Quarkus

Integration and Automation

  • Red Hat Application Foundations
  • Red Hat Fuse
  • Red Hat AMQ
  • Red Hat 3scale API Management
All Products
Red Hat Product Errata RHSA-2015:0752 - Security Advisory
Issued:
2015-03-30
Updated:
2015-03-30

RHSA-2015:0752 - Security Advisory

  • Overview
  • Updated Packages

Synopsis

Moderate: openssl security update

Type/Severity

Security Advisory: Moderate

Red Hat Lightspeed patch analysis

Identify and remediate systems affected by this advisory.

View affected systems

Topic

Updated openssl packages that fix multiple security issues are now
available for Red Hat Storage 2.1.

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.

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.

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.

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

Affected Products

  • Red Hat Gluster Storage Server for On-premise 2.1 x86_64
  • Red Hat Storage for Public Cloud (via RHUI) 2.1 x86_64

Fixes

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

CVEs

  • CVE-2015-0292
  • CVE-2015-0209
  • CVE-2015-0293
  • CVE-2015-0287
  • CVE-2015-0286
  • CVE-2015-0289
  • CVE-2015-0288

References

  • https://access.redhat.com/security/updates/classification/#moderate
  • https://www.openssl.org/news/secadv_20150319.txt
  • https://access.redhat.com/articles/1384453
Note: More recent versions of these packages may be available. Click a package name for more details.

Red Hat Gluster Storage Server for On-premise 2.1

SRPM
openssl-1.0.1e-30.el6_6.7.src.rpm SHA-256: 5402f27f2ba9c93cafbdb6ae03686afc6abcab661971d18afdcc0ad7567f9f28
x86_64
openssl-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: c9a77245a34fd1e05c1a393e62a48a5231eecf6764c420b6369b1c523aacd896
openssl-debuginfo-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: d7fbd47ca8c808415dff43dc4f53dfe12e7178ccfef0a2fdb4eff1c467e4ca57
openssl-devel-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 442961f3bc5ff49154e78917dfa5ceb8385f5c81b276b1c0bd0e007c75e60cf9
openssl-perl-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 6a515df7c86a27b19cc9088fd18aaee8d7a253d20e1cc38da4db30d810d44d23
openssl-static-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 76754ecc2d1219f104bc49d66465b3b95b82d90cd7f02986d3472ff1d99f2dcf

Red Hat Storage for Public Cloud (via RHUI) 2.1

SRPM
openssl-1.0.1e-30.el6_6.7.src.rpm SHA-256: 5402f27f2ba9c93cafbdb6ae03686afc6abcab661971d18afdcc0ad7567f9f28
x86_64
openssl-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: c9a77245a34fd1e05c1a393e62a48a5231eecf6764c420b6369b1c523aacd896
openssl-debuginfo-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: d7fbd47ca8c808415dff43dc4f53dfe12e7178ccfef0a2fdb4eff1c467e4ca57
openssl-devel-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 442961f3bc5ff49154e78917dfa5ceb8385f5c81b276b1c0bd0e007c75e60cf9
openssl-perl-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 6a515df7c86a27b19cc9088fd18aaee8d7a253d20e1cc38da4db30d810d44d23
openssl-static-1.0.1e-30.el6_6.7.x86_64.rpm SHA-256: 76754ecc2d1219f104bc49d66465b3b95b82d90cd7f02986d3472ff1d99f2dcf

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

Red Hat LinkedIn YouTube Facebook X, formerly Twitter

Quick Links

  • Downloads
  • Subscriptions
  • Support Cases
  • Customer Service
  • Product Documentation

Help

  • Contact Us
  • Customer Portal FAQ
  • Log-in Assistance

Site Info

  • Trust Red Hat
  • Browser Support Policy
  • Accessibility
  • Awards and Recognition
  • Colophon

Related Sites

  • redhat.com
  • developers.redhat.com
  • connect.redhat.com
  • cloud.redhat.com

Red Hat legal and privacy links

  • About Red Hat
  • Jobs
  • Events
  • Locations
  • Contact Red Hat
  • Red Hat Blog
  • Inclusion at Red Hat
  • Cool Stuff Store
  • Red Hat Summit
© 2025 Red Hat

Red Hat legal and privacy links

  • Privacy statement
  • Terms of use
  • All policies and guidelines
  • Digital accessibility