一、 漏洞 CVE-2022-49922 基础信息
漏洞信息
                                        # nfc:nfcmrvl:在nfcmrvl_i2c_nci_send()中修复潜在的内存泄漏问题

## 概述
在Linux内核中,`nfcmrvl_i2c_nci_send()`函数中存在内存泄漏漏洞。

## 影响版本
未指定具体版本。

## 细节
- `nfcmrvl_i2c_nci_send()`函数由`nfcmrvl_nci_send()`调用。
- `nfcmrvl_i2c_nci_send()`负责释放`skb`。
- 但`nfcmrvl_nci_send()`仅在`i2c_master_send()`返回值大于等于0时释放`skb`,导致在`i2c_master_send()`失败时发生内存泄漏。
- 解决方法:无论`i2c_master_send()`是否成功,均释放`skb`。

## 影响
内存泄漏可能导致系统内存占用增加,影响系统性能。
                                        
提示
尽管我们采用了先进的大模型技术,但其输出仍可能包含不准确或过时的信息。
神龙会尽力确保数据准确,但也请结合实际情况进行甄别与判断。
神龙祝您一切顺利!
漏洞标题
nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send()
来源:美国国家漏洞数据库 NVD
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved: nfc: nfcmrvl: Fix potential memory leak in nfcmrvl_i2c_nci_send() nfcmrvl_i2c_nci_send() will be called by nfcmrvl_nci_send(), and skb should be freed in nfcmrvl_i2c_nci_send(). However, nfcmrvl_nci_send() will only free skb when i2c_master_send() return >=0, which means skb will memleak when i2c_master_send() failed. Free skb no matter whether i2c_master_send() succeeds.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于nfcmrvl_i2c_nci_send未释放skb,可能导致内存泄漏。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2022-49922 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2022-49922 的情报信息