CVE-2026-43414
Official description Straight from the sourceThe vendor's or NVD's own wording, published unedited. Authoritative, but often terse — it says what broke, rarely what to do.
NVD · uneditedIn 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.
Technical summary Written by usOur analysis, written from the advisory, the CVSS vector and the affected-version data. It adds context the advisory leaves out, and never invents facts that are not in the source.
dbcve analysis · high confidenceA double-free vulnerability exists in the Linux kernel's qla2xxx Fibre Channel driver. In qla24xx_els_dcmd_iocb(), the fcport structure is freed both through the error handling path in qla2x00_els_dcmd_sp_free() (which calls qla2x00_free_fcport()) and separately through kref_put() when releasing the final reference. This double-free can cause kernel crashes, denial of service, or potentially enable privilege escalation.
Verify against the referenced sources before acting — the references below are authoritative for this CVE, this summary is not.
Affected products & versions What the vendor confirmedThe version ranges the vendor confirmed as vulnerable. If your version sits inside a range here, treat yourself as exposed until you have upgraded.
NVD · CPE data>= 5.15.154, < 5.16>= 6.1.84, < 6.2>= 6.6.24, < 6.7>= 6.7.12, < 6.8>= 6.8.3, < 6.9>= 6.9.1, < 6.19.9= 6.9= 7.0CVSS breakdown How the score is builtThe industry scoring standard. It rates how the flaw is reached, what it takes to exploit, and what an attacker gains — the score is derived from those, not the other way round.
From the vector- Attack vector
- Network
- Complexity
- Low
- Privileges
- None
- User interaction
- None
- Scope
- Unchanged
- Confidentiality
- High
- Integrity
- High
- Availability
- High
CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
Am I affected? How to checkSteps we derive from the advisory and the affected-version data, so you can decide whether this CVE reaches your setup. They are a guide, not a scan — your own configuration is the authority.
dbcve checksWork through these to decide whether this CVE applies to you.
-
Check kernel version against affected rangesRun 'uname -r' to get the installed kernel version, then compare it to the affected ranges: >= 5.15.154 and < 5.16; >= 6.1.84 and < 6.2; >= 6.6.24 and < 6.7; >= 6.7.12 and < 6.8; >= 6.8.3 and < 6.9; >= 6.9.1 and < 6.19.9; exactly 6.9; exactly 7.0Affected if The installed kernel version falls within any of the listed affected ranges
-
Verify qla2xxx driver is loadedRun 'lsmod | grep qla2xxx' or check /sys/module/ for qla2xxx to see if the driver module is currently loaded in memoryAffected if The qla2xxx driver module is loaded
-
Check for Fibre Channel HBA devicesRun 'ls /sys/class/fc_host/' or check 'ls -la /sys/class/scsi_host/' to list Fibre Channel host adapters, or use 'systool -v -c fc_host' if systool is availableAffected if Fibre Channel host bus adapters managed by qla2xxx are present and enumerated in the system
-
Confirm driver is actively used with qla2xxxCheck 'cat /sys/class/fc_host/host*/driver' for each host to verify the qla2xxx driver is bound, or examine 'ls -la /sys/bus/pci/drivers/qla2xxx/' to see if any PCI devices are boundAffected if Any Fibre Channel devices are actively bound to the qla2xxx driver
You are affected if your kernel version is in the affected list AND the qla2xxx driver is loaded with active Fibre Channel devices that can trigger the qla24xx_els_dcmd_iocb() code path.
Generated from the published advisory. Verify against your own configuration.
Remediation Closing itWhat it takes to close this. Where a vendor fix exists we point at it; where none exists we say so plainly, and can build one. Effort estimates are scoped from the advisory, not from your codebase.
dbcve · scoped5.166.26.7
Apply the vendor patch to fix the double-free in qla2x00_els_dcmd_sp_free(). Until a patch is available, consider disabling the qla2xxx driver or restricting Fibre Channel device access to reduce attack surface.
Linux kernel 5.16, 6.2, 6.7, or 6.8 (depending on which stable branch you are on)
- Identify the currently running Linux kernel version using `uname -r`
- Determine which affected version range your kernel falls into based on the affected versions list
- Plan for kernel upgrade to a fixed release: Linux kernel 5.16 or later (if currently on 5.15.x), Linux kernel 6.2 or later (if currently on 6.1.x), Linux kernel 6.7 or later (if currently on 6.6.x), or Linux kernel 6.8 or later (if currently on 6.7.x)
- Schedule a maintenance window for the kernel upgrade
- Before upgrading, backup critical data as a precaution
- Upgrade the Linux kernel packages using your distribution's package manager (e.g., `apt-get dist-upgrade`, `yum update`, or equivalent)
- Reboot the system to load the new kernel
- After reboot, verify the new kernel version is running using `uname -r` and confirm it is a fixed version
Generated from the published advisory — verify against the referenced sources before acting.
- Consultation2.0 h
- Implementation4.0 h
- Testing6.0 h
- Review / QA3.0 h
An estimate, not a bill — we confirm scope with you before any work starts. Need it this week? Rush from $4,096.
Scan for this in your stack
Free · runs locallyCheck whether your project pulls in CVE-2026-43414 — or any other known-vulnerable package — straight from your lock files. Free and open source; it runs locally and uploads nothing.
References Go to the primary sourcePrimary sources — vendor advisories, patches and trackers. Where our summary and a reference disagree, the reference wins.
Primary sourcesPractitioner notes
ContributedPeer-ranked notes from engineers who’ve handled CVE-2026-43414 in production — separate from our analysis above.
The advisory tells you what broke. It rarely tells you what actually worked. If you’ve dealt with this one, that detail is what the next engineer is searching for.
- The version that genuinely resolved it — not the one the vendor claimed
- A config change or rule that shut the vector down
- A gotcha in the upgrade path that cost you an afternoon
No notes yet
Be the first to add a field note for this CVE — a mitigation you’ve verified, a version caveat, or a link to a working fix. Sign in above to contribute.
A place for practitioners to share what actually worked: a mitigation you’ve tested, a configuration change, a version- or environment-specific caveat, or a link to a verified patch. The most useful notes rise to the top as peers upvote them, so the signal stays high.
- Verified mitigations, workarounds, and config changes
- Version or environment caveats, and links to real fixes
- No weaponised exploit code, or anything meant to cause harm
- No spam, self-promotion, credentials, or personal data