漏洞标题
网络:时间: icssg_prueth: 在prueth_probe()中修复NULL指针解除引用
漏洞描述信息
在Linux内核中,已修复以下漏洞:
net: ti: icssg_prueth: 在prueth_probe()函数中修复NULL指针解除引用问题
在prueth_probe()函数中,如果emac_phy_connect()的调用因of_phy_connect()返回NULL而导致失败,则后续对phy_attached_info()的调用将解除引用NULL指针。
检查emac_phy_connect的返回代码,并在出现错误时干净地失败。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
net: ti: icssg_prueth: Fix NULL pointer dereference in prueth_probe()
In the prueth_probe() function, if one of the calls to emac_phy_connect()
fails due to of_phy_connect() returning NULL, then the subsequent call to
phy_attached_info() will dereference a NULL pointer.
Check the return code of emac_phy_connect and fail cleanly if there is an
error.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于空指针取消引用。
CVSS信息
N/A
漏洞类别
其他