VYPR
Medium severity5.5NVD Advisory· Published May 17, 2024· Updated Jun 17, 2026

CVE-2024-35796

CVE-2024-35796

Description

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.

AI Insight

LLM-synthesized narrative grounded in this CVE's description and references.

Affected products

98

Patches

Vulnerability mechanics

References

8

News mentions

0

No linked articles in our index yet.