NONE · 0

CVE-2023-54289

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix NULL dereference in error handling Smatch reported: drivers/scsi/qedf/qedf_main.c:3056 qedf_alloc_global_queues()...

Vulnerability Description

In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix NULL dereference in error handling Smatch reported: drivers/scsi/qedf/qedf_main.c:3056 qedf_alloc_global_queues() warn: missing unwind goto? At this point in the function, nothing has been allocated so we can return directly. In particular the "qedf->global_queues" have not been allocated so calling qedf_free_global_queues() will lead to a NULL dereference when we check if (!gl[i]) and "gl" is NULL.

References

FAQ

What is CVE-2023-54289?

CVE-2023-54289 is a documented vulnerability. In the Linux kernel, the following vulnerability has been resolved: scsi: qedf: Fix NULL dereference in error handling Smatch reported: drivers/scsi/qedf/qedf_main.c:3056 qedf_alloc_global_queues()...

How severe is CVE-2023-54289?

CVSS scoring is not yet available for CVE-2023-54289. Check NVD for updates.

Is there a patch for CVE-2023-54289?

Check the references section above for vendor advisories and patch information. Review vendor security bulletins for remediation guidance.