CVE-2026-89860
Last modified
CVE-2026-89860 is a high-severity vulnerability rated 8.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Initialize NVMe abort_work once at submission qla_nvme_fcp_abort() and qla_nvme_ls_abort() ran INIT_WORK() on priv->abort_work immediately before schedule_work(). INIT_WORK() reinitializes the work_struct, resetting its list head and clearing the pending bit.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Initialize NVMe abort_work once at submission qla_nvme_fcp_abort() and qla_nvme_ls_abort() ran INIT_WORK() on priv->abort_work immediately before schedule_work(). INIT_WORK() reinitializes the work_struct, resetting its list head and clearing the pending bit. If an abort is issued more than once for the same command (for example, concurrent transport teardown and a timeout-driven abort), the second INIT_WORK() reinitializes a work item that is already queued, which can corrupt the workqueue list and lead to crashes or a looping worker. Initialize priv->abort_work once at command submission, next to the existing per-command spin_lock_init(&priv->cmd_lock), and leave only schedule_work() in the abort paths. schedule_work() already does nothing when the work item is still pending, so a repeated abort no longer disturbs an in-flight work item. The command is not returned to the transport until the final kref_put()/release callback runs after abort_work has completed, so the work item is idle before priv is reused and the single submission-time INIT_WORK() is safe.
Metrics
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= e473b3074104ee09227cfbba5f872e3ea15dd280, < b403700ac62fbf3c310196386e125879a182efcf; >= e473b3074104ee09227cfbba5f872e3ea15dd280, < 6a1b50c4879c2e6a034e8e85f9c055f0eea157c7; >= e473b3074104ee09227cfbba5f872e3ea15dd280, < 67f0d5187c29360388f7e1e503c627ec45d01089; >= e473b3074104ee09227cfbba5f872e3ea15dd280, < f4aaa4a4e6f1da6f3abfd80e1917bef922287177; >= e473b3074104ee09227cfbba5f872e3ea15dd280, < 7e85f6dbc85616de2172bce8eaf84b387a723cd1 |
| Linux | Linux | 4.17 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-89860?
How severe is CVE-2026-89860?
How do I fix CVE-2026-89860?
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-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
- CVE-2026-89861In the Linux kernel, the following vulnerability has been re…8.1
- CVE-2026-89862In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89863In the Linux kernel, the following vulnerability has been re…7.5
- CVE-2026-89864In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89865In the Linux kernel, the following vulnerability has been re…
- CVE-2026-89866In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-89860?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
