CVE-2024-26871

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix NULL pointer dereference in f2fs_submit_page_write() BUG: kernel NULL pointer dereference, address: 0000000000000014 RIP: 0010:f2fs_submit_page_write+0x6cf/0x780 [f2fs] Call Trace: <TASK> ? show_regs+0x6e/0x80 ? __die+0x29/0x70 ? page_fault_oops+0x154/0x4a0 ? prb_read_valid+0x20/0x30 ? __irq_work_queue_local+0x39/0xd0 ? irq_work_queue+0x36/0x70 ? do_user_addr_fault+0x314/0x6c0 ? exc_page_fault+0x7d/0x190 ? asm_exc_page_fault+0x2b/0x30 ? f2fs_submit_page_write+0x6cf/0x780 [f2fs] ? f2fs_submit_page_write+0x736/0x780 [f2fs] do_write_page+0x50/0x170 [f2fs] f2fs_outplace_write_data+0x61/0xb0 [f2fs] f2fs_do_write_data_page+0x3f8/0x660 [f2fs] f2fs_write_single_data_page+0x5bb/0x7a0 [f2fs] f2fs_write_cache_pages+0x3da/0xbe0 [f2fs] ... It is possible that other threads have added this fio to io->bio and submitted the io->bio before entering f2fs_submit_page_write(). At this point io->bio = NULL. If is_end_zone_blkaddr(sbi, fio->new_blkaddr) of this fio is true, then an NULL pointer dereference error occurs at bio_get(io->bio). The original code for determining zone end was after "out:", which would have missed some fio who is zone end. I've moved this code before "skip:" to make sure it's done for each fio.
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

14 Jan 2025, 14:46

Type Values Removed Values Added
CPE cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:*
CWE CWE-476
First Time Linux linux Kernel
Linux
CVSS v2 : unknown
v3 : unknown
v2 : unknown
v3 : 5.5
References () https://git.kernel.org/stable/c/4c122a32582b67bdd44ca8d25f894ee2dc54f566 - () https://git.kernel.org/stable/c/4c122a32582b67bdd44ca8d25f894ee2dc54f566 - Patch
References () https://git.kernel.org/stable/c/6d102382a11d5e6035f6c98f6e508a38541f7af3 - () https://git.kernel.org/stable/c/6d102382a11d5e6035f6c98f6e508a38541f7af3 - Patch
References () https://git.kernel.org/stable/c/8e2ea8b04cb8d976110c4568509e67d6a39b2889 - () https://git.kernel.org/stable/c/8e2ea8b04cb8d976110c4568509e67d6a39b2889 - Patch
References () https://git.kernel.org/stable/c/c2034ef6192a65a986a45c2aa2ed05824fdc0e9f - () https://git.kernel.org/stable/c/c2034ef6192a65a986a45c2aa2ed05824fdc0e9f - Patch

21 Nov 2024, 09:03

Type Values Removed Values Added
Summary
  • (es) En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad: f2fs: corrige la desreferencia del puntero NULL en f2fs_submit_page_write() ERROR: desreferencia del puntero NULL del kernel, dirección: 0000000000000014 RIP: 0010:f2fs_submit_page_write+0x6cf/0x780 [f2fs] Seguimiento de llamadas: ? show_regs+0x6e/0x80? __morir+0x29/0x70 ? page_fault_oops+0x154/0x4a0? prb_read_valid+0x20/0x30? __irq_work_queue_local+0x39/0xd0 ? irq_work_queue+0x36/0x70? do_user_addr_fault+0x314/0x6c0? exc_page_fault+0x7d/0x190? asm_exc_page_fault+0x2b/0x30? f2fs_submit_page_write+0x6cf/0x780 [f2fs] ? f2fs_submit_page_write+0x736/0x780 [f2fs] do_write_page+0x50/0x170 [f2fs] f2fs_outplace_write_data+0x61/0xb0 [f2fs] f2fs_do_write_data_page+0x3f8/0x660 [f2fs] f2fs_write_single_data_page+0 x5bb/0x7a0 [f2fs] f2fs_write_cache_pages+0x3da/0xbe0 [f2fs] .. Es posible que otros hilos hayan agregado este fio a io-&gt;bio y hayan enviado el io-&gt;bio antes de ingresar a f2fs_submit_page_write(). En este punto io-&gt;bio = NULL. Si is_end_zone_blkaddr(sbi, fio-&gt;new_blkaddr) de este fio es verdadero, entonces se produce un error de desreferencia de puntero NULL en bio_get(io-&gt;bio). El código original para determinar el final de la zona estaba después de "out:", lo que habría pasado por alto a algún fio que es el final de la zona. Moví este código antes de "omitir:" para asegurarme de que esté hecho para cada fio.
References () https://git.kernel.org/stable/c/4c122a32582b67bdd44ca8d25f894ee2dc54f566 - () https://git.kernel.org/stable/c/4c122a32582b67bdd44ca8d25f894ee2dc54f566 -
References () https://git.kernel.org/stable/c/6d102382a11d5e6035f6c98f6e508a38541f7af3 - () https://git.kernel.org/stable/c/6d102382a11d5e6035f6c98f6e508a38541f7af3 -
References () https://git.kernel.org/stable/c/8e2ea8b04cb8d976110c4568509e67d6a39b2889 - () https://git.kernel.org/stable/c/8e2ea8b04cb8d976110c4568509e67d6a39b2889 -
References () https://git.kernel.org/stable/c/c2034ef6192a65a986a45c2aa2ed05824fdc0e9f - () https://git.kernel.org/stable/c/c2034ef6192a65a986a45c2aa2ed05824fdc0e9f -

17 Apr 2024, 11:15

Type Values Removed Values Added
New CVE

Information

Published : 2024-04-17 11:15

Updated : 2025-01-14 14:46


NVD link : CVE-2024-26871

Mitre link : CVE-2024-26871

CVE.ORG link : CVE-2024-26871


JSON object : View

Products Affected

linux

  • linux_kernel
CWE
CWE-476

NULL Pointer Dereference