漏洞标题
网络:ll_temac:platform_get_resource 替换为错误的函数
漏洞描述信息
在Linux内核中,已解决以下漏洞:
网络:ll_temac:将platform_get_resource替换为错误的函数
将platform_get_resource替换为devm_platform_ioremap_resource_byname,并使用0作为名称进行调用。这最终在调用栈中的platform_get_resource_byname处导致strcmp中的空指针错误。
if (type == resource_type(r) && !strcmp(r->name, name))
它本应被替换为devm_platform_ioremap_resource。
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
漏洞类别
空指针解引用
漏洞标题
net: ll_temac: platform_get_resource replaced by wrong function
漏洞描述信息
In the Linux kernel, the following vulnerability has been resolved:
net: ll_temac: platform_get_resource replaced by wrong function
The function platform_get_resource was replaced with
devm_platform_ioremap_resource_byname and is called using 0 as name.
This eventually ends up in platform_get_resource_byname in the call
stack, where it causes a null pointer in strcmp.
if (type == resource_type(r) && !strcmp(r->name, name))
It should have been replaced with devm_platform_ioremap_resource.
CVSS信息
N/A
漏洞类别
N/A
漏洞标题
Linux kernel 安全漏洞
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于允许 strcmp 中出现空指针。
CVSS信息
N/A
漏洞类别
其他