CVE-2024-35796

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.
Configurations

Configuration 1 (hide)

OR cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*

Configuration 2 (hide)

cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*

History

23 Dec 2025, 18:29

Type Values Removed Values Added
First Time Linux
Debian
Debian debian Linux
Linux linux Kernel
CWE CWE-476
CPE cpe:2.3:o:debian:debian_linux:10.0:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.9:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/3a38a829c8bc27d78552c28e582eb1d885d07d11 - () https://git.kernel.org/stable/c/3a38a829c8bc27d78552c28e582eb1d885d07d11 - Patch
References () https://git.kernel.org/stable/c/46efbdbc95a30951c2579caf97b6df2ee2b3bef3 - () https://git.kernel.org/stable/c/46efbdbc95a30951c2579caf97b6df2ee2b3bef3 - Patch
References () https://git.kernel.org/stable/c/476eed5f1c22034774902a980aa48dc4662cb39a - () https://git.kernel.org/stable/c/476eed5f1c22034774902a980aa48dc4662cb39a - Patch
References () https://git.kernel.org/stable/c/553d294db94b5f139378022df480a9fb6c3ae39e - () https://git.kernel.org/stable/c/553d294db94b5f139378022df480a9fb6c3ae39e - Patch
References () https://git.kernel.org/stable/c/6d9395ba7f85bdb7af0b93272e537484ecbeff48 - () https://git.kernel.org/stable/c/6d9395ba7f85bdb7af0b93272e537484ecbeff48 - Patch
References () https://git.kernel.org/stable/c/7e9edb569fd9f688d887e36db8170f6e22bafbc8 - () https://git.kernel.org/stable/c/7e9edb569fd9f688d887e36db8170f6e22bafbc8 - Patch
References () https://git.kernel.org/stable/c/92c0c29f667870f17c0b764544bdf22ce0e886a1 - () https://git.kernel.org/stable/c/92c0c29f667870f17c0b764544bdf22ce0e886a1 - Patch
References () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html - Third Party Advisory

21 Nov 2024, 09:20

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
References () https://git.kernel.org/stable/c/3a38a829c8bc27d78552c28e582eb1d885d07d11 - () https://git.kernel.org/stable/c/3a38a829c8bc27d78552c28e582eb1d885d07d11 -
References () https://git.kernel.org/stable/c/46efbdbc95a30951c2579caf97b6df2ee2b3bef3 - () https://git.kernel.org/stable/c/46efbdbc95a30951c2579caf97b6df2ee2b3bef3 -
References () https://git.kernel.org/stable/c/476eed5f1c22034774902a980aa48dc4662cb39a - () https://git.kernel.org/stable/c/476eed5f1c22034774902a980aa48dc4662cb39a -
References () https://git.kernel.org/stable/c/553d294db94b5f139378022df480a9fb6c3ae39e - () https://git.kernel.org/stable/c/553d294db94b5f139378022df480a9fb6c3ae39e -
References () https://git.kernel.org/stable/c/6d9395ba7f85bdb7af0b93272e537484ecbeff48 - () https://git.kernel.org/stable/c/6d9395ba7f85bdb7af0b93272e537484ecbeff48 -
References () https://git.kernel.org/stable/c/7e9edb569fd9f688d887e36db8170f6e22bafbc8 - () https://git.kernel.org/stable/c/7e9edb569fd9f688d887e36db8170f6e22bafbc8 -
References () https://git.kernel.org/stable/c/92c0c29f667870f17c0b764544bdf22ce0e886a1 - () https://git.kernel.org/stable/c/92c0c29f667870f17c0b764544bdf22ce0e886a1 -

05 Nov 2024, 10:16

Type Values Removed Values Added
References
  • {'url': 'https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html', 'source': '416baaa9-dc9f-4396-8d5f-8c081fb06d67'}

29 Oct 2024, 20:35

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5

25 Jun 2024, 22:15

Type Values Removed Values Added
References
  • () https://lists.debian.org/debian-lts-announce/2024/06/msg00017.html -
Summary
  • (es) En el kernel de Linux se ha resuelto la siguiente vulnerabilidad: net:ll_temac: platform_get_resource reemplazada por una función incorrecta La función platform_get_resource fue reemplazada por devm_platform_ioremap_resource_byname y se llama usando 0 como nombre. Esto eventualmente termina en platform_get_resource_byname en la pila de llamadas, donde genera un puntero null en strcmp. if (type == Resource_type(r) && !strcmp(r->name, name)) Debería haber sido reemplazado por devm_platform_ioremap_resource.

17 May 2024, 14:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-17 14:15

Updated : 2025-12-23 18:29


NVD link : CVE-2024-35796

Mitre link : CVE-2024-35796

CVE.ORG link : CVE-2024-35796


JSON object : View

Products Affected

debian

  • debian_linux

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference