VYPR

apk package

chainguard/openssl-provider-legacy

pkg:apk/chainguard/openssl-provider-legacy

Vulnerabilities (32)

  • CVE-2026-2673MedMar 13, 2026
    affected < 3.6.1-r3fixed 3.6.1-r3

    Issue summary: An OpenSSL TLS 1.3 server may fail to negotiate the expected preferred key exchange group when its key exchange group configuration includes the default by using the 'DEFAULT' keyword. Impact summary: A less preferred key exchange may be used even when a more pref

  • CVE-2025-4575May 22, 2025
    affected < 3.5.0-r2fixed 3.5.0-r2

    Issue summary: Use of -addreject option with the openssl x509 application adds a trusted use instead of a rejected use for a certificate. Impact summary: If a user intends to make a trusted certificate rejected for a particular use it will be instead marked as trusted for that u

  • CVE-2024-6119HigSep 3, 2024
    affected < 3.3.2-r0fixed 3.3.2-r0

    Issue summary: Applications performing certificate name checks (e.g., TLS clients checking server certificates) may attempt to read an invalid memory address resulting in abnormal termination of the application process. Impact summary: Abnormal termination of an application can

  • CVE-2024-5535CriJun 27, 2024
    affected < 3.3.1-r3fixed 3.3.1-r3

    Issue summary: Calling the OpenSSL API function SSL_select_next_proto with an empty supported client protocols buffer may cause a crash or memory contents to be sent to the peer. Impact summary: A buffer overread can have a range of potential consequences such as unexpected appl

  • CVE-2024-4603MedMay 16, 2024
    affected < 3.3.0-r8fixed 3.3.0-r8

    Issue summary: Checking excessively long DSA keys or parameters may be very slow. Impact summary: Applications that use the functions EVP_PKEY_param_check() or EVP_PKEY_public_check() to check a DSA public key or DSA parameters may experience long delays. Where the key or parame

  • CVE-2023-6237MedApr 25, 2024
    affected < 3.3.0-r5fixed 3.3.0-r5

    Issue summary: Checking excessively long invalid RSA public keys may take a long time. Impact summary: Applications that use the function EVP_PKEY_public_check() to check RSA public keys may experience long delays. Where the key that is being checked has been obtained from an un

  • CVE-2024-2511MedApr 8, 2024
    affected < 3.3.0-r5fixed 3.3.0-r5

    Issue summary: Some non-default TLS server configurations can cause unbounded memory growth when processing TLSv1.3 sessions Impact summary: An attacker may exploit certain server configurations to trigger unbounded memory growth that would lead to a Denial of Service This prob

  • CVE-2024-0727MedJan 26, 2024
    affected < 3.2.1-r0fixed 3.2.1-r0

    Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack Impact summary: Applications loading files in the PKCS12 format from untrusted sources might terminate abruptly. A file in PKCS12 format can c

  • CVE-2023-6129MedJan 9, 2024
    affected < 0fixed 0

    Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications running on PowerPC CPU based platforms if the CPU provides vector instructions. Impact summary: If an attacker can influence whether

  • CVE-2023-5678MedNov 6, 2023
    affected < 3.1.4-r1fixed 3.1.4-r1

    Issue summary: Generating excessively long X9.42 DH keys or checking excessively long X9.42 DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_generate_key() to generate an X9.42 DH key may experience long delays. Likewise, applicatio

  • CVE-2023-5363HigOct 25, 2023
    affected < 3.1.4-r0fixed 3.1.4-r0

    Issue summary: A bug has been identified in the processing of key and initialisation vector (IV) lengths. This can lead to potential truncation or overruns during the initialisation of some symmetric ciphers. Impact summary: A truncation in the IV can result in non-uniqueness,

  • CVE-2023-4807Sep 8, 2023
    affected < 0fixed 0

    Issue summary: The POLY1305 MAC (message authentication code) implementation contains a bug that might corrupt the internal state of applications on the Windows 64 platform when running on newer X86_64 processors supporting the AVX512-IFMA instructions. Impact summary: If in an

  • CVE-2023-3817Jul 31, 2023
    affected < 3.1.1-r4fixed 3.1.1-r4

    Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters tha

  • CVE-2023-3446Jul 19, 2023
    affected < 3.1.1-r3fixed 3.1.1-r3

    Issue summary: Checking excessively long DH keys or parameters may be very slow. Impact summary: Applications that use the functions DH_check(), DH_check_ex() or EVP_PKEY_param_check() to check a DH key or DH parameters may experience long delays. Where the key or parameters tha

  • CVE-2023-2975Jul 14, 2023
    affected < 3.1.1-r2fixed 3.1.1-r2

    Issue summary: The AES-SIV cipher implementation contains a bug that causes it to ignore empty associated data entries which are unauthenticated as a consequence. Impact summary: Applications that use the AES-SIV algorithm and want to authenticate empty data entries as associate

  • CVE-2023-2650May 30, 2023
    affected < 3.1.1-r0fixed 3.1.1-r0

    Issue summary: Processing some specially crafted ASN.1 object identifiers or data containing them may be very slow. Impact summary: Applications that use OBJ_obj2txt() directly, or use any of the OpenSSL subsystems OCSP, PKCS7/SMIME, CMS, CMP/CRMF or TS with no message size limi

  • CVE-2023-1255Apr 20, 2023
    affected < 3.1.0-r5fixed 3.1.0-r5

    Issue summary: The AES-XTS cipher decryption implementation for 64 bit ARM platform contains a bug that could cause it to read past the input buffer, leading to a crash. Impact summary: Applications that use the AES-XTS algorithm on the 64 bit ARM platform can crash in rare circ

  • CVE-2023-0466Mar 28, 2023
    affected < 0fixed 0

    The function X509_VERIFY_PARAM_add0_policy() is documented to implicitly enable the certificate policy check when doing certificate verification. However the implementation of the function does not enable the check which allows certificates with invalid or incorrect policies to p

  • CVE-2023-0465Mar 28, 2023
    affected < 3.1.0-r2fixed 3.1.0-r2

    Applications that use a non-default option when verifying certificates may be vulnerable to an attack from a malicious CA to circumvent certain checks. Invalid certificate policies in leaf certificates are silently ignored by OpenSSL and other certificate policy checks are skipp

  • CVE-2023-0464Mar 22, 2023
    affected < 3.1.0-r1fixed 3.1.0-r1

    A security vulnerability has been identified in all supported versions of OpenSSL related to the verification of X.509 certificate chains that include policy constraints. Attackers may be able to exploit this vulnerability by creating a malicious certificate chain that triggers

Page 1 of 2