Back to overview

CVE-2026-43414

CRITICAL
9.8
CVSS 3.1
Description
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.

Metadata

CVE ID
CVE-2026-43414
State
PUBLISHED
Assigner
Linux
Reserved
2026-05-01 14:12 UTC
Published
2026-05-08 14:21 UTC
Last updated
2026-05-23 16:06 UTC
Vendor / Product
Linux / Linux
Sources
cve.org  ·  NVD

Severity & Metrics

9.8 CRITICAL CVSS 3.1
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Affected products (2)
VendorProductPlatformVersions
Linux Linux 4895009c4bb72f71f2e682f1e7d2c2d96e482087 < d48ea85463f5b34f7b92ea0a13eddf1ab993da7b, 4895009c4bb72f71f2e682f1e7d2c2d96e482087 < c0b7da13a04bd70ef6070bfb9ea85f582294560a, 7861213201838480dc222634c56fb6db113d010d, 3b9d72442adfbc9ddb0f76dd1b03977b3a578b16 …
Linux Linux 6.9, 0 < 6.9, 6.19.9 ≤ 6.19.*, 7.0 ≤ *
CVSS scores (1)
ScoreSeverityVersionSourceVector
9.8 CRITICAL 3.1 cna CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Back to overview