Bug 2468155 (CVE-2026-43414) - CVE-2026-43414 kernel: scsi: qla2xxx: Completely fix fcport double free
Summary: CVE-2026-43414 kernel: scsi: qla2xxx: Completely fix fcport double free
Keywords:
Status: NEW
Alias: CVE-2026-43414
Product: Security Response
Classification: Other
Component: vulnerability
Version: unspecified
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Product Security DevOps Team
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2026-05-08 15:02 UTC by OSIDB Bzimport
Modified: 2026-07-14 16:41 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHSA-2026:27789 0 None None None 2026-06-22 08:29:15 UTC
Red Hat Product Errata RHSA-2026:30129 0 None None None 2026-06-25 22:13:26 UTC
Red Hat Product Errata RHSA-2026:34094 0 None None None 2026-07-01 08:59:09 UTC
Red Hat Product Errata RHSA-2026:39371 0 None None None 2026-07-14 16:41:17 UTC

Description OSIDB Bzimport 2026-05-08 15:02:04 UTC
In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2xxx: Completely fix fcport double free

In qla24xx_els_dcmd_iocb() sp->free is set to qla2x00_els_dcmd_sp_free().
When an error happens, this function is called by qla2x00_sp_release(),
when kref_put() releases the first and the last reference.

qla2x00_els_dcmd_sp_free() frees fcport by calling qla2x00_free_fcport().
Doing it one more time after kref_put() is a bad idea.

Comment 5 errata-xmlrpc 2026-06-22 08:29:14 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9

Via RHSA-2026:27789 https://access.redhat.com/errata/RHSA-2026:27789

Comment 6 errata-xmlrpc 2026-06-25 22:13:25 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10

Via RHSA-2026:30129 https://access.redhat.com/errata/RHSA-2026:30129

Comment 7 errata-xmlrpc 2026-07-01 08:59:08 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 9.6 Extended Update Support

Via RHSA-2026:34094 https://access.redhat.com/errata/RHSA-2026:34094

Comment 8 errata-xmlrpc 2026-07-14 16:41:16 UTC
This issue has been addressed in the following products:

  Red Hat Enterprise Linux 10.0 Extended Update Support

Via RHSA-2026:39371 https://access.redhat.com/errata/RHSA-2026:39371


Note You need to log in before you can comment on or make changes to this bug.