REDHAT-BUG-2468155: Double Free
In the Linux kernel, the following vulnerability has been resolved:
scsi: qla2xxx: Completely fix fcport double free
In qla24xxelsdcmdiocb() sp->free is set to qla2x00elsdcmdspfree(). When an error happens, this function is called by qla2x00sprelease(), when krefput() releases the first and the last reference.
qla2x00elsdcmdspfree() frees fcport by calling qla2x00freefcport(). Doing it one more time after krefput() is a bad idea.
Affected Software
Event History
Frequently Asked Questions
What is the severity of REDHAT-BUG-2468155?
The severity of REDHAT-BUG-2468155 is rated as medium (4).
How do I fix REDHAT-BUG-2468155?
To address REDHAT-BUG-2468155, ensure you update your Linux kernel to the latest patched version provided by your distribution.
What type of vulnerability is REDHAT-BUG-2468155?
REDHAT-BUG-2468155 is categorized as a double free vulnerability in the Linux kernel.
What is the affected software for REDHAT-BUG-2468155?
The affected software for REDHAT-BUG-2468155 is the Linux kernel with components related to the qla2xxx driver.
When was REDHAT-BUG-2468155 published?
REDHAT-BUG-2468155 was published on May 8, 2026.