what you don't know can hurt you
Home Files News &[SERVICES_TAB]About Contact Add New

Red Hat Security Advisory 2023-1199-01

Red Hat Security Advisory 2023-1199-01
Posted Mar 15, 2023
Authored by Red Hat | Site access.redhat.com

Red Hat Security Advisory 2023-1199-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. Issues addressed include buffer overflow, double free, and use-after-free vulnerabilities.

tags | advisory, overflow, vulnerability, protocol
systems | linux, redhat
advisories | CVE-2022-4203, CVE-2022-4304, CVE-2022-4450, CVE-2023-0215, CVE-2023-0216, CVE-2023-0217, CVE-2023-0286, CVE-2023-0401
SHA-256 | 4e40b595047797d81adf804c2f45bc97a61c115d639ef1d1e21d8aa98767fd4b

Red Hat Security Advisory 2023-1199-01

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

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

Synopsis: Moderate: openssl security and bug fix update
Advisory ID: RHSA-2023:1199-01
Product: Red Hat Enterprise Linux
Advisory URL: https://access.redhat.com/errata/RHSA-2023:1199
Issue date: 2023-03-14
CVE Names: CVE-2022-4203 CVE-2022-4304 CVE-2022-4450
CVE-2023-0215 CVE-2023-0216 CVE-2023-0217
CVE-2023-0286 CVE-2023-0401
=====================================================================

1. Summary:

An update for openssl is now available for Red Hat Enterprise Linux 9.0
Extended Update Support.

Red Hat Product Security has rated this update as having a security impact
of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which
gives a detailed severity rating, is available for each vulnerability from
the CVE link(s) in the References section.

2. Relevant releases/architectures:

Red Hat Enterprise Linux AppStream EUS (v.9.0) - aarch64, ppc64le, s390x, x86_64
Red Hat Enterprise Linux BaseOS EUS (v.9.0) - aarch64, ppc64le, s390x, x86_64

3. Description:

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

Security Fix(es):

* openssl: read buffer overflow in X.509 certificate verification
(CVE-2022-4203)

* openssl: timing attack in RSA Decryption implementation (CVE-2022-4304)

* openssl: double free after calling PEM_read_bio_ex (CVE-2022-4450)

* openssl: use-after-free following BIO_new_NDEF (CVE-2023-0215)

* openssl: invalid pointer dereference in d2i_PKCS7 functions
(CVE-2023-0216)

* openssl: NULL dereference validating DSA public key (CVE-2023-0217)

* openssl: X.400 address type confusion in X.509 GeneralName
(CVE-2023-0286)

* openssl: NULL dereference during PKCS7 data verification (CVE-2023-0401)

For more details about the security issue(s), including the impact, a CVSS
score, acknowledgments, and other related information, refer to the CVE
page(s) listed in the References section.

Bug Fix(es):

* HMAC generation should reject key lengths < 112 bits or provide an
indicator in FIPS mode (BZ#2144001)

* In FIPS mode, openssl should set a minimum length for passwords in PBKDF2
(BZ#2144004)

* stunnel consumes high amount of memory when pestered with TCP connections
without a TLS handshake (BZ#2144009)

* In FIPS mode, openssl should reject SHAKE as digest for RSA-OAEP or
provide an indicator (BZ#2144011)

* In FIPS mode, openssl should reject RSASSA-PSS salt lengths larger than
the output size of the hash function used, or provide an indicator
(BZ#2144013)

* In FIPS mode, openssl should reject RSA signatures with X9.31 padding, or
provide an indicator (BZ#2144016)

* In FIPS mode, openssl should reject SHA-224, SHA-384, SHA-512-224, and
SHA-512-256 as hashes for hash-based DRBGs, or provide an indicator after
2023-05-16 (BZ#2144018)

* In FIPS mode, openssl should reject KDF input and output key lengths <
112 bits or provide an indicator (BZ#2144020)

* In FIPS mode, openssl should reject RSA keys < 2048 bits when using
EVP_PKEY_decapsulate, or provide an indicator (BZ#2145171)

* OpenSSL FIPS checksum code needs update (BZ#2158413)

4. Solution:

For details on how to apply this update, which includes the changes
described in this advisory, refer to:

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

For the update to take effect, all services linked to the OpenSSL library
must be restarted, or the system rebooted.

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

2144001 - HMAC generation should reject key lengths < 112 bits or provide an indicator in FIPS mode [rhel-9.0.0.z]
2144004 - In FIPS mode, openssl should set a minimum length for passwords in PBKDF2 [rhel-9.0.0.z]
2144007 - FIPS self-test data for RSA-CRT contains incorrect parameters [rhel-9.0.0.z]
2144009 - stunnel consumes high amount of memory when pestered with TCP connections without a TLS handshake [rhel-9.0.0.z]
2144011 - In FIPS mode, openssl should reject SHAKE as digest for RSA-OAEP or provide an indicator [rhel-9.0.0.z]
2144013 - In FIPS mode, openssl should reject RSASSA-PSS salt lengths larger than the output size of the hash function used, or provide an indicator [rhel-9.0.0.z]
2144016 - In FIPS mode, openssl should reject RSA signatures with X9.31 padding, or provide an indicator [rhel-9.0.0.z]
2144018 - In FIPS mode, openssl should reject SHA-224, SHA-384, SHA-512-224, and SHA-512-256 as hashes for hash-based DRBGs, or provide an indicator after 2023-05-16 [rhel-9.0.0.z]
2144020 - In FIPS mode, openssl should reject KDF input and output key lengths < 112 bits or provide an indicator [rhel-9.0.0.z]
2145171 - In FIPS mode, openssl should reject RSA keys < 2048 bits when using EVP_PKEY_decapsulate, or provide an indicator [rhel-9.0.0.z]
2158413 - OpenSSL FIPS checksum code needs update [rhel-9.0.0.z]
2164440 - CVE-2023-0286 openssl: X.400 address type confusion in X.509 GeneralName
2164487 - CVE-2022-4304 openssl: timing attack in RSA Decryption implementation
2164488 - CVE-2022-4203 openssl: read buffer overflow in X.509 certificate verification
2164492 - CVE-2023-0215 openssl: use-after-free following BIO_new_NDEF
2164494 - CVE-2022-4450 openssl: double free after calling PEM_read_bio_ex
2164497 - CVE-2023-0216 openssl: invalid pointer dereference in d2i_PKCS7 functions
2164499 - CVE-2023-0217 openssl: NULL dereference validating DSA public key
2164500 - CVE-2023-0401 openssl: NULL dereference during PKCS7 data verification

6. Package List:

Red Hat Enterprise Linux AppStream EUS (v.9.0):

aarch64:
openssl-debuginfo-3.0.1-46.el9_0.aarch64.rpm
openssl-debugsource-3.0.1-46.el9_0.aarch64.rpm
openssl-devel-3.0.1-46.el9_0.aarch64.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.aarch64.rpm
openssl-perl-3.0.1-46.el9_0.aarch64.rpm

ppc64le:
openssl-debuginfo-3.0.1-46.el9_0.ppc64le.rpm
openssl-debugsource-3.0.1-46.el9_0.ppc64le.rpm
openssl-devel-3.0.1-46.el9_0.ppc64le.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.ppc64le.rpm
openssl-perl-3.0.1-46.el9_0.ppc64le.rpm

s390x:
openssl-debuginfo-3.0.1-46.el9_0.s390x.rpm
openssl-debugsource-3.0.1-46.el9_0.s390x.rpm
openssl-devel-3.0.1-46.el9_0.s390x.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.s390x.rpm
openssl-perl-3.0.1-46.el9_0.s390x.rpm

x86_64:
openssl-debuginfo-3.0.1-46.el9_0.i686.rpm
openssl-debuginfo-3.0.1-46.el9_0.x86_64.rpm
openssl-debugsource-3.0.1-46.el9_0.i686.rpm
openssl-debugsource-3.0.1-46.el9_0.x86_64.rpm
openssl-devel-3.0.1-46.el9_0.i686.rpm
openssl-devel-3.0.1-46.el9_0.x86_64.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.i686.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.x86_64.rpm
openssl-perl-3.0.1-46.el9_0.x86_64.rpm

Red Hat Enterprise Linux BaseOS EUS (v.9.0):

Source:
openssl-3.0.1-46.el9_0.src.rpm

aarch64:
openssl-3.0.1-46.el9_0.aarch64.rpm
openssl-debuginfo-3.0.1-46.el9_0.aarch64.rpm
openssl-debugsource-3.0.1-46.el9_0.aarch64.rpm
openssl-libs-3.0.1-46.el9_0.aarch64.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.aarch64.rpm

ppc64le:
openssl-3.0.1-46.el9_0.ppc64le.rpm
openssl-debuginfo-3.0.1-46.el9_0.ppc64le.rpm
openssl-debugsource-3.0.1-46.el9_0.ppc64le.rpm
openssl-libs-3.0.1-46.el9_0.ppc64le.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.ppc64le.rpm

s390x:
openssl-3.0.1-46.el9_0.s390x.rpm
openssl-debuginfo-3.0.1-46.el9_0.s390x.rpm
openssl-debugsource-3.0.1-46.el9_0.s390x.rpm
openssl-libs-3.0.1-46.el9_0.s390x.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.s390x.rpm

x86_64:
openssl-3.0.1-46.el9_0.x86_64.rpm
openssl-debuginfo-3.0.1-46.el9_0.i686.rpm
openssl-debuginfo-3.0.1-46.el9_0.x86_64.rpm
openssl-debugsource-3.0.1-46.el9_0.i686.rpm
openssl-debugsource-3.0.1-46.el9_0.x86_64.rpm
openssl-libs-3.0.1-46.el9_0.i686.rpm
openssl-libs-3.0.1-46.el9_0.x86_64.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.i686.rpm
openssl-libs-debuginfo-3.0.1-46.el9_0.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-2022-4203
https://access.redhat.com/security/cve/CVE-2022-4304
https://access.redhat.com/security/cve/CVE-2022-4450
https://access.redhat.com/security/cve/CVE-2023-0215
https://access.redhat.com/security/cve/CVE-2023-0216
https://access.redhat.com/security/cve/CVE-2023-0217
https://access.redhat.com/security/cve/CVE-2023-0286
https://access.redhat.com/security/cve/CVE-2023-0401
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 2023 Red Hat, Inc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIVAwUBZBCPddzjgjWX9erEAQiQuw/8CUVfDSTb3gfZ8T8Tb6iRry2p653SIsp4
J50gCZ1eJRnCx3RBDWhouXXXLH/ESf2u8nD5rGzJ0zA2vjc4dWkA9wcUyMQ6QGrT
AgjQNJf/KI7DODToHuUMbMNjJFKA5t+ud3BwReunqu+sf8LKB5Fvk9LtqEHgeLd9
DOFGHpn1MVUtArM4UD70lLlAy4wJeh5MnOpoPTkMm05BPfOtoyIVc4PdqzBnEAar
2GayTN1mJR+Tu4mW6XL0n9bMBRdA9LFw0Vny3FBIS8jcYL9gx8kPNWgAMoEZjBtj
912A3tyPOREYsIuht9VUrDEmioyg3tFkaFaNO4wetHOAkdgYpAchfKuT/Rhh2iox
nieXpN2w62dEJHL244mmw+OPZg/Jd7APnqxuc1Py2R/Bt3bw59A8ayDbKDe69Ok6
mQQYQkO/3J6dq4D0zx/rzBvtI1jHgmEqg4c4/U5m0DceJqi6+zfVgZ6S1O/ar+Oe
UeTRqz41VeEu3gkQnApRNeUm6vNfKGBsDKiZXccEIYBBnG/qolX4lr6P4anMDPAM
zY4B1oOGjmekX6ARDFgNLYRmpVSeAJo97rI6HPrZdxFiCIuWsgLbPjNkfXeDHGwj
5BSI8ja1hVVQxwc5OkSpWBGJGvGjk51h+Lj4kMd5ysUZiSMFrKJCKbWuNLdORtez
WAvn9jyg9Og=
=10y4
-----END PGP SIGNATURE-----
--
RHSA-announce mailing list
RHSA-announce@redhat.com
https://listman.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
    32 Files
  • 20
    Mar 20th
    46 Files
  • 21
    Mar 21st
    16 Files
  • 22
    Mar 22nd
    13 Files
  • 23
    Mar 23rd
    0 Files
  • 24
    Mar 24th
    0 Files
  • 25
    Mar 25th
    12 Files
  • 26
    Mar 26th
    31 Files
  • 27
    Mar 27th
    19 Files
  • 28
    Mar 28th
    42 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