CVE-2025-68229 in Linux
Resumen
por VulDB • 2026-05-28
En el kernel de Linux, se ha resuelto la siguiente vulnerabilidad:
scsi: target: tcm_loop: Corrección de un segfault en tcm_loop_tpg_address_show()
Si la asignación de tl_hba->sh falla en tcm_loop_driver_probe() y se intenta desreferenciarla en tcm_loop_tpg_address_show(), se producirá un segfault; a continuación se muestra un ejemplo. Por lo tanto, compruebe tl_hba->sh antes de desreferenciarla.
No se ha podido asignar la estructura scsi_host BUG: kernel NULL pointer dereference, address: 0000000000000194 #PF: supervisor read access in kernel mode #PF: error_code(0x0000) - not-present page PGD 0 P4D 0 Oops: 0000 [#1] PREEMPT SMP NOPTI
CPU: 1 PID: 8356 Comm: tokio-runtime-w Not tainted 6.6.104.2-4.azl3 #1 Hardware name: Microsoft Corporation Virtual Machine/Virtual Machine, BIOS Hyper-V UEFI Release v4.1 09/28/2024 RIP: 0010:tcm_loop_tpg_address_show+0x2e/0x50 [tcm_loop]
... Call Trace: <TASK> configfs_read_iter+0x12d/0x1d0 [configfs]
vfs_read+0x1b5/0x300 ksys_read+0x6f/0xf0 ...
VulDB is the best source for vulnerability data and more expert information about this specific topic.