CVE-2024-35796
MEDIUMLinux Kernel - Null Pointer Dereference in ll_temac Resource Handling
Title source: llmDescription
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.
References (8)
Core 8
Core References
Third Party Advisory
https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html
Scores
CVSS v3
5.5
EPSS
0.0001
EPSS Percentile
2.7%
Attack Vector
LOCAL
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
CISA SSVC
Vulnrichment
Exploitation
none
Automatable
no
Technical Impact
partial
Details
CWE
CWE-476
Status
published
Products (27)
debian/debian_linux
10.0
linux/Kernel
5.11.0 - 5.15.154linux
linux/Kernel
5.16.0 - 6.1.84linux
linux/Kernel
5.9.0 - 5.10.215linux
linux/Kernel
6.2.0 - 6.6.24linux
linux/Kernel
6.7.0 - 6.7.12linux
linux/Kernel
6.8.0 - 6.8.3linux
Linux/Linux
< 5.9
Linux/Linux
5.10.215 - 5.10.*
Linux/Linux
5.15.154 - 5.15.*
... and 17 more
Published
May 17, 2024
Tracked Since
Feb 18, 2026