漏洞标题
net: caif: 修复caif_device_notify中的内存泄露
漏洞描述信息
在Linux内核中,已经解决了以下漏洞:
net: caif: 修复caif_device_notify中的内存泄漏问题
当caif_enroll_dev()失败时,分配的link_support将不会被赋给相应的结构。因此,在错误情况下只需释放已分配的指针即可
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
在移除最后引用时对内存的释放不恰当(内存泄露)
漏洞标题
net: caif: fix memory leak in caif_device_notify
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
net: caif: fix memory leak in caif_device_notify
In case of caif_enroll_dev() fail, allocated
link_support won't be assigned to the corresponding
structure. So simply free allocated pointer in case
of error
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel 存在安全漏洞,该漏洞源于 net 模块的 caif_device_notify 方法中存在内存泄漏。
CVSS信息
N/A
漏洞类别
其他