CVE-2025-22044

In the Linux kernel, the following vulnerability has been resolved: acpi: nfit: fix narrowing conversion in acpi_nfit_ctl Syzkaller has reported a warning in to_nfit_bus_uuid(): "only secondary bus families can be translated". This warning is emited if the argument is equal to NVDIMM_BUS_FAMILY_NFIT == 0. Function acpi_nfit_ctl() first verifies that a user-provided value call_pkg->nd_family of type u64 is not equal to 0. Then the value is converted to int, and only after that is compared to NVDIMM_BUS_FAMILY_MAX. This can lead to passing an invalid argument to acpi_nfit_ctl(), if call_pkg->nd_family is non-zero, while the lower 32 bits are zero. Furthermore, it is best to return EINVAL immediately upon seeing the invalid user input. The WARNING is insufficient to prevent further undefined behavior based on other invalid user input. All checks of the input value should be applied to the original variable call_pkg->nd_family. [iweiny: update commit message]
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:*:*:*:*:*:*:*:*

History

31 Oct 2025, 20:05

Type Values Removed Values Added
First Time Linux linux Kernel
Linux
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CWE CWE-704
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
References () https://git.kernel.org/stable/c/2ff0e408db36c21ed3fa5e3c1e0e687c82cf132f - () https://git.kernel.org/stable/c/2ff0e408db36c21ed3fa5e3c1e0e687c82cf132f - Patch
References () https://git.kernel.org/stable/c/4b65cff06a004ac54f6ea8886060f0d07b1ca055 - () https://git.kernel.org/stable/c/4b65cff06a004ac54f6ea8886060f0d07b1ca055 - Patch
References () https://git.kernel.org/stable/c/73851cfceb00cc77d7a0851bc10f2263394c3e87 - () https://git.kernel.org/stable/c/73851cfceb00cc77d7a0851bc10f2263394c3e87 - Patch
References () https://git.kernel.org/stable/c/85f11291658ab907c4294319c8102450cc75bb96 - () https://git.kernel.org/stable/c/85f11291658ab907c4294319c8102450cc75bb96 - Patch
References () https://git.kernel.org/stable/c/92ba06aef65522483784dcbd6697629ddbd4c4f9 - () https://git.kernel.org/stable/c/92ba06aef65522483784dcbd6697629ddbd4c4f9 - Patch
References () https://git.kernel.org/stable/c/bae5b55e0f327102e78f6a66fb127275e9bc91b6 - () https://git.kernel.org/stable/c/bae5b55e0f327102e78f6a66fb127275e9bc91b6 - Patch
References () https://git.kernel.org/stable/c/c90402d2a226ff7afbe1d0650bee8ecc15a91049 - () https://git.kernel.org/stable/c/c90402d2a226ff7afbe1d0650bee8ecc15a91049 - Patch
References () https://git.kernel.org/stable/c/e71a57c5aaa389d4c3c82f920761262efdd18d38 - () https://git.kernel.org/stable/c/e71a57c5aaa389d4c3c82f920761262efdd18d38 - Patch
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: acpi: nfit: corrección de la conversión de restricción en acpi_nfit_ctl. Syzkaller ha informado de una advertencia en to_nfit_bus_uuid(): "Solo se pueden traducir familias de bus secundarias". Esta advertencia se emite si el argumento es igual a NVDIMM_BUS_FAMILY_NFIT == 0. La función acpi_nfit_ctl() verifica primero que el valor proporcionado por el usuario, call_pkg->nd_family, de tipo u64, no sea igual a 0. A continuación, el valor se convierte a int y solo después se compara con NVDIMM_BUS_FAMILY_MAX. Esto puede provocar que se pase un argumento no válido a acpi_nfit_ctl() si call_pkg->nd_family es distinto de cero, mientras que los 32 bits inferiores son cero. Además, se recomienda devolver EINVAL inmediatamente después de detectar la entrada de usuario no válida. La advertencia no es suficiente para evitar un comportamiento indefinido posterior basado en otra entrada de usuario no válida. Todas las comprobaciones del valor de entrada deben aplicarse a la variable original call_pkg->nd_family. [iweiny: actualizar mensaje de confirmación]

16 Apr 2025, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2025-04-16 15:15

Updated : 2025-10-31 20:05


NVD link : CVE-2025-22044

Mitre link : CVE-2025-22044

CVE.ORG link : CVE-2025-22044


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-704

Incorrect Type Conversion or Cast