First published: Wed Jan 25 2023(Updated: )
A double-free vulnerability was found in OpenSSL's 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. This could be exploited by an attacker who can supply malicious PEM files for parsing to achieve a denial of service attack.
Credit: openssl-security@openssl.org openssl-security@openssl.org openssl-security@openssl.org
Affected Software | Affected Version | How to fix |
---|---|---|
redhat/jbcs-httpd24-openssl | <1:1.1.1k-14.el8 | 1:1.1.1k-14.el8 |
redhat/jbcs-httpd24-openssl | <1:1.1.1k-14.el7 | 1:1.1.1k-14.el7 |
redhat/edk2 | <0:20220126gitbb1bba3d77-4.el8 | 0:20220126gitbb1bba3d77-4.el8 |
redhat/openssl | <1:1.1.1k-9.el8_7 | 1:1.1.1k-9.el8_7 |
redhat/openssl | <1:1.1.1k-9.el8_6 | 1:1.1.1k-9.el8_6 |
redhat/openssl | <1:3.0.1-47.el9_1 | 1:3.0.1-47.el9_1 |
redhat/edk2 | <0:20221207gitfff6d81270b5-9.el9_2 | 0:20221207gitfff6d81270b5-9.el9_2 |
redhat/openssl | <1:3.0.1-46.el9_0 | 1:3.0.1-46.el9_0 |
redhat/jws5-tomcat-native | <0:1.2.31-14.redhat_14.el7 | 0:1.2.31-14.redhat_14.el7 |
redhat/jws5-tomcat-native | <0:1.2.31-14.redhat_14.el8 | 0:1.2.31-14.redhat_14.el8 |
redhat/jws5-tomcat-native | <0:1.2.31-14.redhat_14.el9 | 0:1.2.31-14.redhat_14.el9 |
OpenSSL OpenSSL | >=1.1.1<1.1.1t | |
OpenSSL OpenSSL | >=3.0.0<3.0.8 | |
Stormshield Stormshield Network Security | >=4.0.0<4.3.16 | |
Stormshield Stormshield Network Security | >=4.4.0<4.6.3 | |
rust/openssl-src | >=300.0.0<300.0.12 | 300.0.12 |
rust/openssl-src | <111.25.0 | 111.25.0 |
IBM Cloud Pak for Business Automation | <=V22.0.2 - V22.0.2-IF004 | |
IBM Cloud Pak for Business Automation | <=V21.0.3 - V21.0.3-IF020 | |
IBM Cloud Pak for Business Automation | <=V22.0.1 - V22.0.1-IF006 and later fixesV21.0.2 - V21.0.2-IF012 and later fixesV21.0.1 - V21.0.1-IF007 and later fixesV20.0.1 - V20.0.3 and later fixesV19.0.1 - V19.0.3 and later fixesV18.0.0 - V18.0.2 and later fixes | |
debian/openssl | 1.1.1w-0+deb11u1 1.1.1n-0+deb11u5 3.0.14-1~deb12u1 3.0.14-1~deb12u2 3.3.2-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
(Appears in the following advisories)
CVE-2022-4450 is a double-free vulnerability found in OpenSSL's PEM_read_bio_ex function.
CVE-2022-4450 has a severity level of high (7).
OpenSSL versions from 1.1.1 to 1.1.1t, OpenSSL versions from 3.0.0 to 3.0.8, Stormshield Network Security versions from 4.0.0 to 4.3.16, and Stormshield Network Security versions from 4.4.0 to 4.6.3 are affected.
CVE-2022-4450 allows an attacker to trigger a double-free vulnerability in OpenSSL's PEM_read_bio_ex function, potentially leading to arbitrary code execution.
Yes, you can find references for CVE-2022-4450 at the following links: [1](https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2167906), [2](https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2167909), [3](https://bugzilla.redhat.com/show_bug.cgi/show_bug.cgi?id=2167907).