漏洞标题
net: marvell: prestera: 在Prestera_switch_set_base_mac_addr中添加缺失的of_node_put()
漏洞描述信息
在Linux内核中,已解决了以下漏洞:
net: marvell: prestera: 在prestera_switch_set_base_mac_addr中添加缺失的of_node_put()
此节点指针由of_find_compatible_node()返回,其中refcount被增加。调用of_node_put()以防止refcount泄露。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
net: marvell: prestera: Add missing of_node_put() in prestera_switch_set_base_mac_addr
This node pointer is returned by of_find_compatible_node() with
refcount incremented. Calling of_node_put() to aovid the refcount leak.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于net:marvell模块中发现引用计数泄漏问题。of_find_compatible_node函数返回的节点指针引用计数增加,需要调用of_node_put函数避免引用计数泄漏。
CVSS信息
N/A
漏洞类别
其他