NULL pointer dereference in Openssl
CVE-2024-0727
Issue summary: Processing a maliciously formatted PKCS12 file may lead OpenSSL to crash leading to a potential Denial of Service attack Impact summary: Applications loading files in the PKCS12 format from untrusted sources might terminate abruptly. A file in PKCS12 format can contain certificates and keys and may come from an untrusted source. The PKCS12 specification allows certain fields to be NULL, but OpenSSL does not correctly check for this case. This can lead to a NULL pointer dereference that results in OpenSSL crashing. If an application processes PKCS12 files from an untrusted source using the OpenSSL APIs then that application will be vulnerable to this issue. OpenSSL APIs that are vulnerable to this are: PKCS12_parse(), PKCS12_unpack_p7data(), PKCS12_unpack_p7encdata(), PKCS12_unpack_authsafes() and PKCS12_newpass(). We have also fixed a similar issue in SMIME_write_PKCS7(). However since this function is related to writing data we do not consider it security significant. The FIPS modules in 3.2, 3.1 and 3.0 are not affected by this issue.
EPSS: 0.032 (86.8th percentile) — read the EPSS interpretation.
CVSS v3 metric
CVSS v3 base score 5.5 (Medium). Vector: CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H.
Affected products
- Openssl — versions 3.2.0, 3.1.0, 3.0.0
Weakness classification (CWE)
Public proof-of-concept exploits
References
- openssl-security@openssl.org (vendor-advisory, Vendor Advisory)
- openssl-security@openssl.org (Patch, patch)
- openssl-security@openssl.org (Patch, patch)
- openssl-security@openssl.org (Patch, patch)
- openssl-security@openssl.org (Patch, patch)
- openssl-security@openssl.org (Patch, patch)
- af854a3a-2127-422b-91ae-364da2661108
- af854a3a-2127-422b-91ae-364da2661108
- af854a3a-2127-422b-91ae-364da2661108
- af854a3a-2127-422b-91ae-364da2661108
Frequently asked questions
- What is CVE-2024-0727?
- CVE-2024-0727 is a medium-severity vulnerability in Openssl, classified under NULL Pointer Dereference. CVSS score: 5.5/10. Published 2024-01-26.
- How severe is CVE-2024-0727?
- Medium severity. CVSS v3 base score is 5.5 out of 10.
- Is CVE-2024-0727 known to be exploited?
- 9 public proof-of-concept repositories are indexed. Not currently listed in the CISA KEV catalog.