一、 漏洞 CVE-2023-53139 基础信息
漏洞信息
                                        # nfc: fdp: 在fdp_nci_i2c_read_device_properties中增加devm_kmalloc_array的空指针检查

## 概述
在Linux内核中,`devm_kmalloc_array`可能失败,导致`*fw_vsc_cfg`为空,从而在后续的`device_property_read_u8_array`操作中引起越界写入。

## 影响版本
未提供具体的版本信息。

## 细节
`fdp_nci_i2c_read_device_properties`函数中,`devm_kmalloc_array`可能返回NULL。如果`*fw_vsc_cfg`为空,则在后续调用`device_property_read_u8_array`时,可能会出现越界写入的问题。

## 影响
该漏洞可能导致越界写入,进而引发潜在的安全风险和程序不稳定。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: nfc: fdp: add null check of devm_kmalloc_array in fdp_nci_i2c_read_device_properties devm_kmalloc_array may fails, *fw_vsc_cfg might be null and cause out-of-bounds write in device_property_read_u8_array later.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于fdp_nci_i2c_read_device_properties函数未检查devm_kmalloc_array返回值,可能导致越界写入。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2023-53139 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2023-53139 的情报信息