Instituto Nacional de ciberseguridad. Sección Incibe
Instituto Nacional de Ciberseguridad. Sección INCIBE-CERT

CVE-2025-39937

Gravedad CVSS v3.1:
MEDIA
Tipo:
CWE-476 Desreferencia a puntero nulo (NULL)
Fecha de publicación:
04/10/2025
Última modificación:
25/03/2026

Descripción

*** Pendiente de traducción *** In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> net: rfkill: gpio: Fix crash due to dereferencering uninitialized pointer<br /> <br /> Since commit 7d5e9737efda ("net: rfkill: gpio: get the name and type from<br /> device property") rfkill_find_type() gets called with the possibly<br /> uninitialized "const char *type_name;" local variable.<br /> <br /> On x86 systems when rfkill-gpio binds to a "BCM4752" or "LNV4752"<br /> acpi_device, the rfkill-&gt;type is set based on the ACPI acpi_device_id:<br /> <br /> rfkill-&gt;type = (unsigned)id-&gt;driver_data;<br /> <br /> and there is no "type" property so device_property_read_string() will fail<br /> and leave type_name uninitialized, leading to a potential crash.<br /> <br /> rfkill_find_type() does accept a NULL pointer, fix the potential crash<br /> by initializing type_name to NULL.<br /> <br /> Note likely sofar this has not been caught because:<br /> <br /> 1. Not many x86 machines actually have a "BCM4752"/"LNV4752" acpi_device<br /> 2. The stack happened to contain NULL where type_name is stored

Productos y versiones vulnerables

CPE Desde Hasta
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 4.6 (incluyendo) 5.4.300 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.5 (incluyendo) 5.10.245 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.11 (incluyendo) 5.15.194 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 5.16 (incluyendo) 6.1.154 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.2 (incluyendo) 6.6.108 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.7 (incluyendo) 6.12.49 (excluyendo)
cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* 6.13 (incluyendo) 6.16.9 (excluyendo)
cpe:2.3:o:linux:linux_kernel:6.17:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:rc3:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:rc4:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:rc5:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.17:rc6:*:*:*:*:*:*