一、 漏洞 CVE-2024-35796 基础信息
漏洞标题
网络:ll_temac:platform_get_resource 替换为错误的函数
来源:AIGC 神龙大模型
漏洞描述信息
在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。
来源:AIGC 神龙大模型
CVSS信息
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
来源:AIGC 神龙大模型
漏洞类别
空指针解引用
来源:AIGC 神龙大模型
漏洞标题
net: ll_temac: platform_get_resource replaced by wrong function
来源:美国国家漏洞数据库 NVD
漏洞描述信息
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.
来源:美国国家漏洞数据库 NVD
CVSS信息
N/A
来源:美国国家漏洞数据库 NVD
漏洞类别
N/A
来源:美国国家漏洞数据库 NVD
漏洞标题
Linux kernel 安全漏洞
来源:中国国家信息安全漏洞库 CNNVD
漏洞描述信息
Linux kernel是美国Linux基金会的开源操作系统Linux所使用的内核。 Linux kernel存在安全漏洞,该漏洞源于允许 strcmp 中出现空指针。
来源:中国国家信息安全漏洞库 CNNVD
CVSS信息
N/A
来源:中国国家信息安全漏洞库 CNNVD
漏洞类别
其他
来源:中国国家信息安全漏洞库 CNNVD
二、漏洞 CVE-2024-35796 的公开POC
# POC 描述 源链接 神龙链接
三、漏洞 CVE-2024-35796 的情报信息