CVE-2024-36923

In the Linux kernel, the following vulnerability has been resolved: fs/9p: fix uninitialized values during inode evict If an iget fails due to not being able to retrieve information from the server then the inode structure is only partially initialized. When the inode gets evicted, references to uninitialized structures (like fscache cookies) were being made. This patch checks for a bad_inode before doing anything other than clearing the inode from the cache. Since the inode is bad, it shouldn't have any state associated with it that needs to be written back (and there really isn't a way to complete those anyways).
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:*:*:*:*:*:*:*:*

History

06 Mar 2025, 12:53

Type Values Removed Values Added
References () https://git.kernel.org/stable/c/18cf7026355187b8d2b4cdfed61dbf873e9d29ff - () https://git.kernel.org/stable/c/18cf7026355187b8d2b4cdfed61dbf873e9d29ff - Patch
References () https://git.kernel.org/stable/c/1b4cb6e91f19b81217ad98142ee53a1ab25893fd - () https://git.kernel.org/stable/c/1b4cb6e91f19b81217ad98142ee53a1ab25893fd - Patch
References () https://git.kernel.org/stable/c/3a741b80b3457f079cf637e47800fb7bf8038ad6 - () https://git.kernel.org/stable/c/3a741b80b3457f079cf637e47800fb7bf8038ad6 - Patch
References () https://git.kernel.org/stable/c/6630036b7c228f57c7893ee0403e92c2db2cd21d - () https://git.kernel.org/stable/c/6630036b7c228f57c7893ee0403e92c2db2cd21d - Patch
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-908
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
First Time Linux linux Kernel
Linux

02 Dec 2024, 08:15

Type Values Removed Values Added
References
  • () https://git.kernel.org/stable/c/18cf7026355187b8d2b4cdfed61dbf873e9d29ff -
  • () https://git.kernel.org/stable/c/3a741b80b3457f079cf637e47800fb7bf8038ad6 -

21 Nov 2024, 09:22

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: fs/9p: corrige valores no inicializados durante el desalojo de inodo. Si un iget falla debido a que no puede recuperar información del servidor, entonces la estructura del inodo solo se inicializa parcialmente. Cuando se expulsa el inodo, se hacían referencias a estructuras no inicializadas (como cookies fscache). Este parche busca un bad_inode antes de hacer cualquier otra cosa que no sea borrar el inodo del caché. Dado que el inodo es malo, no debería tener ningún estado asociado que deba reescribirse (y realmente no hay una manera de completarlo de todos modos).
References () https://git.kernel.org/stable/c/1b4cb6e91f19b81217ad98142ee53a1ab25893fd - () https://git.kernel.org/stable/c/1b4cb6e91f19b81217ad98142ee53a1ab25893fd -
References () https://git.kernel.org/stable/c/6630036b7c228f57c7893ee0403e92c2db2cd21d - () https://git.kernel.org/stable/c/6630036b7c228f57c7893ee0403e92c2db2cd21d -

30 May 2024, 16:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-05-30 16:15

Updated : 2025-03-06 12:53


NVD link : CVE-2024-36923

Mitre link : CVE-2024-36923

CVE.ORG link : CVE-2024-36923


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-908

Use of Uninitialized Resource