VYPR

rpm package

suse/openssl-1_1&distro=SUSE Linux Enterprise Module for Basesystem 15 SP2

pkg:rpm/suse/openssl-1_1&distro=SUSE%20Linux%20Enterprise%20Module%20for%20Basesystem%2015%20SP2

Vulnerabilities (6)

  • CVE-2021-3712HigAug 24, 2021
    affected < 1.1.1d-11.27.1fixed 1.1.1d-11.27.1

    ASN.1 strings are represented internally within OpenSSL as an ASN1_STRING structure which contains a buffer holding the string data and a field holding the buffer length. This contrasts with normal C strings which are repesented as a buffer for the string data which is terminated

  • CVE-2021-3711Aug 24, 2021
    affected < 1.1.1d-11.27.1fixed 1.1.1d-11.27.1

    In order to decrypt SM2 encrypted data an application is expected to call the API function EVP_PKEY_decrypt(). Typically an application will call this function twice. The first time, on entry, the "out" parameter can be NULL and, on exit, the "outlen" parameter is populated with

  • CVE-2021-3449Mar 25, 2021
    affected < 1.1.1d-11.20.1fixed 1.1.1d-11.20.1

    An OpenSSL TLS server may crash if sent a maliciously crafted renegotiation ClientHello message from a client. If a TLSv1.2 renegotiation ClientHello omits the signature_algorithms extension (where it was present in the initial ClientHello), but includes a signature_algorithms_ce

  • CVE-2021-23840HigFeb 16, 2021
    affected < 1.1.1d-11.17.1fixed 1.1.1d-11.17.1

    Calls to EVP_CipherUpdate, EVP_EncryptUpdate and EVP_DecryptUpdate may overflow the output length argument in some cases where the input length is close to the maximum permissable length for an integer on the platform. In such cases the return value from the function call will be

  • CVE-2021-23841Feb 16, 2021
    affected < 1.1.1d-11.17.1fixed 1.1.1d-11.17.1

    The OpenSSL public API function X509_issuer_and_serial_hash() attempts to create a unique hash value based on the issuer and serial number data contained within an X509 certificate. However it fails to correctly handle any errors that may occur while parsing the issuer field (whi

  • CVE-2020-1971Dec 8, 2020
    affected < 1.1.1d-11.12.1fixed 1.1.1d-11.12.1

    The X.509 GeneralName type is a generic type for representing different types of names. One of those name types is known as EDIPartyName. OpenSSL provides a function GENERAL_NAME_cmp which compares different instances of a GENERAL_NAME to see if they are equal or not. This functi