CVE-2024-35796
Published: May 17, 2024
Modified: May 23, 2026
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.
| Vendor | Product | Versions |
|---|---|---|
Linux | Linux | affected bd69058f50d5ffa659423bcfa6fe6280ce9c760a - < 6d9395ba7f85bdb7af0b93272e537484ecbeff48affected bd69058f50d5ffa659423bcfa6fe6280ce9c760a - < 553d294db94b5f139378022df480a9fb6c3ae39eaffected bd69058f50d5ffa659423bcfa6fe6280ce9c760a - < 46efbdbc95a30951c2579caf97b6df2ee2b3bef3affected bd69058f50d5ffa659423bcfa6fe6280ce9c760a - < 476eed5f1c22034774902a980aa48dc4662cb39aaffected bd69058f50d5ffa659423bcfa6fe6280ce9c760a - < 7e9edb569fd9f688d887e36db8170f6e22bafbc8+4 more versions |
Linux | Linux | affected 5.9unaffected 0 - < 5.9unaffected 5.10.215 - <= 5.10.*unaffected 5.15.154 - <= 5.15.*unaffected 6.1.84 - <= 6.1.*+4 more versions |
References
Security Training
Train your team to recognize and prevent security threats with our comprehensive security awareness program.
Start TrainingVulnerability Scanning
Discover vulnerabilities in your applications and infrastructure before attackers do.
Scan Now