CVE-2024-41077

In the Linux kernel, the following vulnerability has been resolved: null_blk: fix validation of block size Block size should be between 512 and PAGE_SIZE and be a power of 2. The current check does not validate this, so update the check. Without this patch, null_blk would Oops due to a null pointer deref when loaded with bs=1536 [1]. [axboe: remove unnecessary braces and != 0 check]
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:6.10:rc1:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*

History

03 Feb 2025, 15:22

Type Values Removed Values Added
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc2:*:*:*:*:*:*
cpe:2.3:o:linux:linux_kernel:6.10:rc1:*:*:*:*:*:*
First Time Linux linux Kernel
Linux
CWE CWE-476
References () https://git.kernel.org/stable/c/08f03186b96e25e3154916a2e70732557c770ea7 - () https://git.kernel.org/stable/c/08f03186b96e25e3154916a2e70732557c770ea7 - Patch
References () https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e - () https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e - Patch
References () https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1 - () https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1 - Patch
References () https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0 - () https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0 - Patch
References () https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053 - () https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053 - Patch
References () https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3 - () https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3 - Patch

21 Nov 2024, 09:32

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/08f03186b96e25e3154916a2e70732557c770ea7 - () https://git.kernel.org/stable/c/08f03186b96e25e3154916a2e70732557c770ea7 -
References () https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e - () https://git.kernel.org/stable/c/2772ed2fc075eef7df3789906fc9dae01e4e132e -
References () https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1 - () https://git.kernel.org/stable/c/9625afe1dd4a158a14bb50f81af9e2dac634c0b1 -
References () https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0 - () https://git.kernel.org/stable/c/9b873bdaae64bddade9d8c6df23c8a31948d47d0 -
References () https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053 - () https://git.kernel.org/stable/c/c462ecd659b5fce731f1d592285832fd6ad54053 -
References () https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3 - () https://git.kernel.org/stable/c/f92409a9da02f27d05d713bff5f865e386cef9b3 -
Summary
  • (es) En el kernel de Linux, se resolvió la siguiente vulnerabilidad: null_blk: corrige la validación del tamaño del bloque. El tamaño del bloque debe estar entre 512 y PAGE_SIZE y ser una potencia de 2. La verificación actual no valida esto, así que actualice la verificación. Sin este parche, null_blk tendría un error debido a la eliminación del puntero nulo cuando se carga con bs=1536 [1]. [axboe: elimine las llaves innecesarias y la comprobación != 0]

29 Jul 2024, 15:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-07-29 15:15

Updated : 2025-02-03 15:22


NVD link : CVE-2024-41077

Mitre link : CVE-2024-41077

CVE.ORG link : CVE-2024-41077


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference