openssl-src
crates.io26 known CVEs affecting this package
Aggregated from OSV, GitHub Security Advisories, NVD, and vendor advisories. Each CVE links to its full detail page with vendor advisories, patches, fixed versions, and remediation guidance.
CVEs affecting openssl-srcpage 1 of 1
- CVE-2020-1967HIGHCVSS 7.5EG 7.5✓ Fixed in 111.9.02020-04-21
Server or client applications that call the SSL_check_chain() function during or after a TLS 1.3 handshake may crash due to a NULL pointer dereference as a result of incorrect handling of the "signature_algorithms_cert" TLS extension. The …
- CVE-2021-23840HIGHCVSS 7.5EG 7.5✓ Fixed in 111.14.02021-02-16
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 re…
- CVE-2021-23841MEDIUMCVSS 5.9EG 5.9✓ Fixed in 111.14.02021-02-16
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 …
- CVE-2021-3449MEDIUMCVSS 5.9EG 5.9✓ Fixed in 111.15.02021-03-25
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…
- CVE-2021-3450HIGHCVSS 7.4EG 7.4✓ Fixed in 111.15.02021-03-25
The X509_V_FLAG_X509_STRICT flag enables additional security checks of the certificates present in a certificate chain. It is not set by default. Starting from OpenSSL version 1.1.1h a check to disallow certificates in the chain that have …
- CVE-2021-3711CRITICALCVSS 9.8EG 9.8✓ Fixed in 111.16.02021-08-24
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, …
- CVE-2021-3712HIGHCVSS 7.4EG 7.4✓ Fixed in 111.16.02021-08-24
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 buffe…
- CVE-2021-4044HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.42021-12-14
Internally libssl in OpenSSL calls X509_verify_cert() on the client side to verify a certificate supplied by a server. That function may return a negative return value to indicate an internal error (for example out of memory). Such a negat…
- CVE-2022-0778HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.52022-03-15
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 …
- CVE-2022-1343MEDIUMCVSS 5.3EG 5.3✓ Fixed in 300.0.62022-05-03
The function `OCSP_basic_verify` verifies the signer certificate on an OCSP response. In the case where the (non-default) flag OCSP_NOCHECKS is used then the response will be positive (meaning a successful verification) even in the case wh…
- CVE-2022-1434MEDIUMCVSS 5.9EG 5.9✓ Fixed in 300.0.62022-05-03
The OpenSSL 3.0 implementation of the RC4-MD5 ciphersuite incorrectly uses the AAD data as the MAC key. This makes the MAC key trivially predictable. An attacker could exploit this issue by performing a man-in-the-middle attack to modify d…
- CVE-2022-1473HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.62022-05-03
The OPENSSL_LH_flush() function, which empties a hash table, contains a bug that breaks reuse of the memory occuppied by the removed hash table entries. This function is used when decoding certificates or keys. If a long lived process peri…
- CVE-2022-2097MEDIUMCVSS 5.3EG 5.3✓ Fixed in 300.0.92022-07-05
AES OCB mode for 32-bit x86 platforms using the AES-NI assembly optimised implementation will not encrypt the entirety of the data under some circumstances. This could reveal sixteen bytes of data that was preexisting in the memory that wa…
- CVE-2022-2274CRITICALCVSS 9.8EG 9.8✓ Fixed in 300.0.92022-07-01
The OpenSSL 3.0.4 release introduced a serious bug in the RSA implementation for X86_64 CPUs supporting the AVX512IFMA instructions. This issue makes the RSA implementation with 2048 bit private keys incorrect on such machines and memory c…
- CVE-2022-3358HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.102022-10-11
OpenSSL supports creating a custom cipher via the legacy EVP_CIPHER_meth_new() function and associated function calls. This function was deprecated in OpenSSL 3.0 and application authors are instead encouraged to use the new provider mecha…
- CVE-2022-3602HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.112022-11-01
A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious certi…
- CVE-2022-3786HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.112022-11-01
A buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed a malicious certifi…
- CVE-2022-3996HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122022-12-13
If an X.509 certificate contains a malformed policy constraint and policy processing is enabled, then a write lock will be taken twice recursively. On some operating systems (most widely: Windows) this results in a denial of service when …
- CVE-2022-4203MEDIUMCVSS 4.9EG 4.9✓ Fixed in 300.0.122023-02-24
A read buffer overrun can be triggered in X.509 certificate verification, specifically in name constraint checking. Note that this occurs after certificate chain signature verification and requires either a CA to have signed the malicious …
- CVE-2022-4304MEDIUMCVSS 5.9EG 5.9✓ Fixed in 300.0.122023-02-08
A timing based side channel exists in the OpenSSL RSA Decryption implementation which could be sufficient to recover a plaintext across a network in a Bleichenbacher style attack. To achieve a successful decryption an attacker would have t…
- CVE-2022-4450HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122023-02-08
The function PEM_read_bio_ex() reads a PEM file from a BIO and parses and decodes the "name" (e.g. "CERTIFICATE"), any header data and the payload data. If the function succeeds then the "name_out", "header" and "data" arguments are popula…
- CVE-2023-0215HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122023-02-08
The public API function BIO_new_NDEF is a helper function used for streaming ASN.1 data via a BIO. It is primarily used internally to OpenSSL to support the SMIME, CMS and PKCS7 streaming capabilities, but may also be called directly by en…
- CVE-2023-0216HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122023-02-08
An invalid pointer dereference on read can be triggered when an application tries to load malformed PKCS7 data with the d2i_PKCS7(), d2i_PKCS7_bio() or d2i_PKCS7_fp() functions. The result of the dereference is an application crash which …
- CVE-2023-0217HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122023-02-08
An invalid pointer dereference on read can be triggered when an application tries to check a malformed DSA public key by the EVP_PKEY_public_check() function. This will most likely lead to an application crash. This function can be called …
- CVE-2023-0286HIGHCVSS 7.4EG 9.0✓ Fixed in 300.0.122023-02-08
There is a type confusion vulnerability relating to X.400 address processing inside an X.509 GeneralName. X.400 addresses were parsed as an ASN1_STRING but the public structure definition for GENERAL_NAME incorrectly specified the type of …
- CVE-2023-0401HIGHCVSS 7.5EG 7.5✓ Fixed in 300.0.122023-02-08
A NULL pointer can be dereferenced when signatures are being verified on PKCS7 signed or signedAndEnveloped data. In case the hash algorithm used for the signature is known to the OpenSSL library but the implementation of the hash algorith…
Check whether openssl-src is used in your infrastructure
EchelonGraph scans your cloud and SBOMs to map every package to your actual deployments. See blast radius for openssl-src CVEs against the assets you own.
Start Free Scan →