漏洞标题
SCSI: libfc: 在fc_lport_ptp_setup()中修复潜在的NULL指针解除引用问题
漏洞描述信息
在Linux内核中,已解决以下漏洞:
scsi: libfc: 修复fc_lport_ptp_setup()潜在的空指针解引用问题
fc_lport_ptp_setup()没有检查fc_rport_create()的返回值,fc_rport_create()可以返回NULL,这会导致空指针解引用。通过检查fc_rport_create()的返回值并在fc_rport_create()失败时记录错误消息来解决这个问题。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
scsi: libfc: Fix potential NULL pointer dereference in fc_lport_ptp_setup()
fc_lport_ptp_setup() did not check the return value of fc_rport_create()
which can return NULL and would cause a NULL pointer dereference. Address
this issue by checking return value of fc_rport_create() and log error
message on fc_rport_create() failed.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于scsi:libfc模块存在空指针取消引用漏洞。
CVSS信息
N/A
漏洞类别
其他