一、 漏洞 CVE-2024-0727 基础信息
漏洞标题
PKCS#12 解码崩溃
来源:AIGC 神龙大模型
漏洞描述信息
问题摘要:处理来自恶意源的PKCS12格式文件可能会导致OpenSSL崩溃,从而导致潜在的拒绝服务攻击。 影响摘要:应用程序从不受信任的源加载PKCS12格式文件可能会突然终止。 PKCS12格式文件可以包含证书和密钥,并且来自不受信任的源。PKCS12规范允许某些字段为空,但OpenSSL未正确检查这种情况。这可能导致NULL指针解除引用,从而导致OpenSSL崩溃。如果应用程序使用OpenSSL API处理来自不受信任源的PKCS12文件,则该应用程序将具有此问题。 受影响的OpenSSL API包括:PKCS12_parse(),PKCS12_unpack_p7data(),PKCS12_unpack_p7encdata(),PKCS12_unpack_authsafes()和PKCS12_newpass()。 我们还修复了一个类似的问题SMIME_write_PKCS7()。但是由于这个函数与写入数据相关,因此我们不将其视为安全问题。 FIPS模块3.2、3.1和3.0不受本问题影响。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
空指针解引用
来源:AIGC 神龙大模型
漏洞标题
PKCS12 Decoding crashes
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
空指针解引用
来源:美国国家漏洞数据库 NVD
漏洞标题
OpenSSL 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
OpenSSL是OpenSSL团队的一个开源的能够实现安全套接层(SSLv2/v3)和安全传输层(TLSv1)协议的通用加密库。该产品支持多种加密算法,包括对称密码、哈希算法、安全散列算法等。 OpenSSL存在安全漏洞,该漏洞源于NULL指针取消引用。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-0727 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-0727 的情报信息