Lucene search

K
redhatcveRedhat.comRH:CVE-2024-35796
HistoryMay 17, 2024 - 11:10 p.m.

CVE-2024-35796

2024-05-1723:10:50
redhat.com
access.redhat.com
8
linux kernel
vulnerability
mitigation
function replacement
null pointer
strcmp
call stack
cve-2024-35796

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.0%

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® && !strcmp(r->name, name)) It should have been replaced with devm_platform_ioremap_resource.

6.6 Medium

AI Score

Confidence

Low

0.0004 Low

EPSS

Percentile

10.0%

Related for RH:CVE-2024-35796