CVE-2026-43414

Severity CVSS v4.0:
Pending analysis
Type:
Unavailable / Other
Publication date:
08/05/2026
Last modified:
12/05/2026

Description

In the Linux kernel, the following vulnerability has been resolved:<br /> <br /> scsi: qla2xxx: Completely fix fcport double free<br /> <br /> In qla24xx_els_dcmd_iocb() sp-&gt;free is set to qla2x00_els_dcmd_sp_free().<br /> When an error happens, this function is called by qla2x00_sp_release(),<br /> when kref_put() releases the first and the last reference.<br /> <br /> qla2x00_els_dcmd_sp_free() frees fcport by calling qla2x00_free_fcport().<br /> Doing it one more time after kref_put() is a bad idea.