First published: Fri May 17 2024(Updated: )
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.
Credit: 416baaa9-dc9f-4396-8d5f-8c081fb06d67 416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Software | Affected Version | How to fix |
---|---|---|
debian/linux | 5.10.223-1 5.10.226-1 6.1.123-1 6.1.119-1 6.12.11-1 6.12.12-1 |
Sign up to SecAlerts for real-time vulnerability data matched to your software, aggregated from hundreds of sources.
CVE-2024-35796 is classified as a security vulnerability in the Linux kernel that affects system stability and functionality.
To fix CVE-2024-35796, upgrade to a patched version of the Linux kernel, such as 5.10.223-1, 5.10.226-1, 6.1.119-1, 6.1.123-1, 6.12.10-1, or 6.12.11-1.
CVE-2024-35796 affects specific versions of the Linux kernel in Debian distributions.
CVE-2024-35796 involves the replacement of the platform_get_resource function, which may lead to improper resource management.
Details about CVE-2024-35796 can be found in various documentation sources, including the Linux kernel's change logs.