Junglewise Threat Intelligence

CVE-2026-45857: Linux Kernel csiostor null pointer dereference in LUN reset handler

CVE-2026-45857 · Severity: info · CVSS 0 · Published 2026-05-27

Technologies: Linux Kernel. Vendors: Linux.

Executive brief

A vulnerability was identified in the Linux kernel's Chelsio FCoE offload driver (csiostor). This issue occurs when the system attempts to handle a storage reset under specific error conditions, potentially leading to a system crash (kernel panic). While this primarily affects system availability, it requires local access to the system to trigger.

Technical details

A null pointer dereference exists in the 'csiostor' SCSI driver within the 'csio_eh_lun_reset_handler' function in 'drivers/scsi/csiostor/csio_scsi.c'. The vulnerability is triggered during an error exit path when the remote node pointer 'rn' is NULL; the code subsequently attempts to use the 'CSIO_INC_STATS' macro on this NULL pointer. This results in a kernel oops/panic. The fix introduces a new error return label ('fail_ret') that bypasses the statistics increment macro when 'rn' is NULL. The issue has been patched in multiple stable branches of the Linux kernel.

Affected products

  • Linux Linux Kernel All versions prior to the fix in the csiostor driver

Timeline

  • 2026-01-29: other: Patch authored by Colin Ian King
  • 2026-05-27: disclosed: CVE published to NVD

References