QID 355230
Date Published: 2023-05-29
QID 355230: Amazon Linux Security Advisory for Open Secure Sockets Layer (OpenSSL) : ALAS2023-2023-101
a flaw was found in open ssl.
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 certificate or for the application to continue certificate verification despite failure to construct a path to a trusted issuer. (
( CVE-2022-4203) 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 double-free vulnerability was found in openssls pem_read_bio_ex function.
The function pem_read_bio_ex() reads a pem file from a bio and parses and decodes the "name" (for example, "certificate"), any header data, and the payload data.
If the function succeeds, then the "name_out," "header," and "data" arguments are populated with pointers to buffers containing the relevant decoded data.
The caller is responsible for freeing those buffers.
Constructing a pem file that results in 0 bytes of payload data is possible.
In this case, pem_read_bio_ex() will return a failure code but will populate the header argument with a pointer to a freed buffer.
A double-free will occur if the caller also frees this buffer.
This will most likely lead to a crash.
Successful exploitation of this vulnerability could lead to a securitybreach or could affect integrity, availability, and confidentiality.
- ALAS2023-2023-101 -
alas.aws.amazon.com/AL2023/ALAS-2023-101.html
CVEs related to QID 355230
| Advisory ID | Software | Component | Link |
|---|---|---|---|
| ALAS2023-2023-101 | amazon linux 2023 |
|