AUGUST 4, 2026
Live Feed
Back to database
Case File

CVE-2024-35796

MEDIUM · CVSS 5.5 EPSS 0.23%

Source: NVD + CISA KEV + EPSS (historical backfill) · Published 2024-05-17 · Last synced 2026-08-04

CyberRota Analysis

This is a medium severity vulnerability with a CVSS score of 5.5. It affects Linux.

CVE
CVE-2024-35796
Severity
MEDIUM
CVSS
5.5
EPSS
0.23%
Linux

Original NVD 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.

Related CVEs

Other vulnerabilities affecting the same vendor(s)