漏洞标题
nvme-fc:修复nvme_fc_io_getuuid()中的空指针引用错误。
漏洞描述信息
在Linux内核中,已修复以下漏洞:
nvme-fc: 防止在nvme_fc_io_getuuid()调用时发生空指针解引用。
描述AEN操作的nvme_fc_fcp_op结构,在初始化时使用了一个指向null请求结构指针。FC LLDD可能调用`nvme_fc_io_getuuid`,并传入一个指向AEN操作nvmefc_fcp_req的指针。
在解引用之前添加对请求结构指针的验证。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid()
The nvme_fc_fcp_op structure describing an AEN operation is initialized with a
null request structure pointer. An FC LLDD may make a call to
nvme_fc_io_getuuid passing a pointer to an nvmefc_fcp_req for an AEN operation.
Add validation of the request structure pointer before dereference.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于空指针取消引用。
CVSS信息
N/A
漏洞类别
其他