QID 354734
Date Published: 2023-02-09
QID 354734: Amazon Linux Security Advisory for Open Secure Sockets Layer (OpenSSL) : ALAS-2023-1683
a timing-based side channel exists in the openssl rsa decryption implementation, which could be sufficient to recover a ciphertext across a network in a bleichenbacher style attack.
To achieve a successful decryption, an attacker would have to be able to send a very large number of trial messages for decryption.
This issue affects all rsa padding modes: pkcs#1 v1.5, rsa-oeap, and rsasve. (
( CVE-2022-4304) a use-after-free vulnerability was found in openssls bio_new_ndef function.
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 by openssl to support the smime, cms, and pkcs7 streaming capabilities, but it may also be called directly by end-user applications.
The function receives a bio from the caller, prepends a new bio_f_asn1 filter bio onto the front of it to form a bio chain, and then returns the new head of the bio chain to the caller.
Under certain conditions.
For example, if a cms recipient public key is invalid, the new filter bio is freed, and the function returns a null result indicating a failure.
However, in this case, the bio chain is not properly cleaned up, and the bio passed by the caller still retains internal pointers to the previously freed filter bio.
If the caller then calls bio_pop() on the bio, a use-after-free will occur, possibly resulting in a crash. (
( CVE-2023-0215) a type confusion vulnerability was found in openssl when openssl x.400 addresses processing inside an x.509 generalname.
In most cases, the attack requires the attacker to provide both the certificate chain and crl, of which neither needs a valid signature.
( CVE-2023-0286)
Successful exploitation of this vulnerability could lead to a securitybreach or could affect integrity, availability, and confidentiality.
- ALAS-2023-1683 -
alas.aws.amazon.com/ALAS-2023-1683.html
CVEs related to QID 354734
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| ALAS-2023-1683 | amazon linux |
|