VYPR

rpm package

suse/openssl-1_1&distro=SUSE Linux Enterprise Micro 5.0

pkg:rpm/suse/openssl-1_1&distro=SUSE%20Linux%20Enterprise%20Micro%205.0

Vulnerabilities (6)

  • CVE-2022-0778HigMar 15, 2022
    affected < 1.1.1d-11.43.1fixed 1.1.1d-11.43.1

    The BN_mod_sqrt() function, which computes a modular square root, contains a bug that can cause it to loop forever for non-prime moduli. Internally this function is used when parsing certificates that contain elliptic curve public keys in compressed form or explicit elliptic curv

  • 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