CVE-2023-0217
- EPSS 1.85%
- Veröffentlicht 08.02.2023 20:15:24
- Zuletzt bearbeitet 04.11.2025 20:16:16
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 on public k...
CVE-2023-0286
- EPSS 59.5%
- Veröffentlicht 08.02.2023 20:15:24
- Zuletzt bearbeitet 04.11.2025 20:16:16
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 the x400Add...
CVE-2023-0401
- EPSS 1.85%
- Veröffentlicht 08.02.2023 20:15:24
- Zuletzt bearbeitet 04.11.2025 20:16:16
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 algorithm is not av...
CVE-2022-4304
- EPSS 16.2%
- Veröffentlicht 08.02.2023 20:15:23
- Zuletzt bearbeitet 04.11.2025 20:16:14
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 to be able t...
CVE-2022-4450
- EPSS 20.44%
- Veröffentlicht 08.02.2023 20:15:23
- Zuletzt bearbeitet 04.11.2025 20:16:15
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 populated with po...
CVE-2022-3996
- EPSS 1.23%
- Veröffentlicht 13.12.2022 16:15:22
- Zuletzt bearbeitet 21.11.2024 07:20:42
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 the affecte...
CVE-2022-3786
- EPSS 92.49%
- Veröffentlicht 01.11.2022 18:15:11
- Zuletzt bearbeitet 14.04.2026 10:16:26
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 certificate or for...
CVE-2022-3602
- EPSS 90.77%
- Veröffentlicht 01.11.2022 18:15:10
- Zuletzt bearbeitet 14.04.2026 10:16:25
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 certificate or f...
CVE-2022-3358
- EPSS 2.85%
- Veröffentlicht 11.10.2022 15:15:10
- Zuletzt bearbeitet 21.11.2024 07:19:21
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 mechanism in ord...
CVE-2022-2097
- EPSS 4.43%
- Veröffentlicht 05.07.2022 11:15:08
- Zuletzt bearbeitet 21.11.2024 07:00:18
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 wasn't writte...