Linux kernel
cpe:2.3:a:linux:linux_kernel:*:*:*:*:*:*:*, +4 more
A vulnerability in the Linux kernel's SCSI QLA2XXX driver could lead to a null pointer dereference. The issue arises because the function 'fc_bsg_to_rport()' may return a null value, which is not properly checked before being dereferenced. This flaw was highlighted by a Klocwork static analysis warning.
Exploitation of this vulnerability can cause a null pointer dereference, leading to a kernel crash.
The vulnerability can be reproduced by sending a Fibre Channel Block Storage Group (BSG) job that requests an ELS (Extended Link Service) message. The 'fc_bsg_to_rport()' function will be called to retrieve the corresponding remote port (rport). If the rport is null, it will trigger a memory allocation error and cause the function to exit prematurely, but without proper handling, this could lead to a crash.
Users can upgrade to the latest version of the Linux kernel where this vulnerability has been addressed.
Our algorithm analyzes dozens of metrics to generate these 8 key vulnerability categories, which are then combined to calculate the overall risk score.