Security Advisory

CVE-2026-45857

CVE vulnerability detail - eXtreme Datacenter Security Operations

Published 2026-05-27 12:15:35
Last updated 2026-05-27 12:15:35
Assigner Linux
CVSS score not scored
State PUBLISHED

Description

In the Linux kernel, the following vulnerability has been resolved: scsi: csiostor: Fix dereference of null pointer rn The error exit path when rn is NULL ends up deferencing the null pointer rn via the use of the macro CSIO_INC_STATS. Fix this by adding a new error return path label after the use of the macro to avoid the deference.