CVE-2026-89854
Last modified
CVE-2026-89854 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix cs84xx use-after-free on host teardown qla84xx_put_chip() drops the last reference to ha->cs84xx and frees it via __qla84xx_chip_release() without clearing ha->cs84xx. During teardown it ran before scsi_remove_host(), which is what removes the 84xx_fw_version host sysfs attribute.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix cs84xx use-after-free on host teardown qla84xx_put_chip() drops the last reference to ha->cs84xx and frees it via __qla84xx_chip_release() without clearing ha->cs84xx. During teardown it ran before scsi_remove_host(), which is what removes the 84xx_fw_version host sysfs attribute. A concurrent read of that attribute in the window between the two calls executes qla24xx_84xx_fw_version_show(), which dereferences the freed ha->cs84xx, resulting in a use-after-free. Move qla84xx_put_chip() to after scsi_remove_host() in both qla2x00_remove_one() and qla2x00_disable_board_on_pci_error(). Once scsi_remove_host() returns, the sysfs attribute is gone and kernfs has drained any in-flight show(), so no reader can touch cs84xx; the put still runs before the host and ha are freed.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 8c1ebcade6aac58137f2645b579894301febabf3; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 1d8bbc4344b9367d9d54731475d745fbc9ea28f2; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 2c3b17ee53f034936f7398dbf4d143e608b7c35c; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < ae09260be7454ed7630a913f147591a25e3a9d09; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < fcf0804dfe05862007189ac9dc4dc2063be36de1; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 8286a9095fb59751fba171afa2b4f590271c87d5; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 122bf170c94a3797531b12fee580639a5dc893ed; >= fe1b806f4f7172b1eae18ddeebb7d8fb351043f7, < 33d102102d925357c5fd172dd6672a27d74b3215 |
| Linux | Linux | 3.14 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89854?
How severe is CVE-2026-89854?
How do I fix CVE-2026-89854?
How Strix Helps
- How Strix found a critical auth bypass in etcdStrix autonomously discovered a critical authentication bypass in etcd, later designated CVE-2026-33413.
- Autonomous PentestingAI agents that find and validate exploitable vulnerabilities like this one across your applications.
- PR ReviewsPentest every pull request so vulnerable code is caught before it ships to production.
- AI Penetration TestingHow AI-driven penetration testing continuously covers your attack surface.
Related CVEs from 2026
- CVE-2026-89849In the Linux kernel, the following vulnerability has been re…8.8
- CVE-2026-8985Autel Maxi Charger Single firmware through V1.03.51 is vulne…9.8
- CVE-2026-89850In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89851In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89852In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89853In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89855In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89856In the Linux kernel, the following vulnerability has been re…8.4
- CVE-2026-89857In the Linux kernel, the following vulnerability has been re…9.8
- CVE-2026-89858In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89859In the Linux kernel, the following vulnerability has been re…
- CVE-2026-8986Autel Maxi Charger Single firmware through V1.03.51 is vulne…9.8
Are you affected by CVE-2026-89854?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
