CVE-2026-89860: scsi: qla2xxx: Initialize NVMe abort_work once at submission

Published Sep 16, 2026
·
Updated

In the Linux kernel, the following vulnerability has been resolved:

scsi: qla2xxx: Initialize NVMe abortwork once at submission

qlanvmefcpabort() and qlanvmelsabort() ran INITWORK() on priv->abortwork immediately before schedulework(). INITWORK() reinitializes the workstruct, 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 INITWORK() reinitializes a work item that is already queued, which can corrupt the workqueue list and lead to crashes or a looping worker.

Initialize priv->abortwork once at command submission, next to the existing per-command spinlockinit(&priv->cmdlock), and leave only schedulework() in the abort paths. schedulework() 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 krefput()/release callback runs after abortwork has completed, so the work item is idle before priv is reused and the single submission-time INITWORK() is safe.

Event History

Sep 16, 2026
CVE Published
via MITRE·10:31 AM
Data Sourced
via MITRE·10:31 AM
Description

Frequently Asked Questions

1

Which systems are exposed to this issue?

Systems using the Linux kernel qla2xxx driver with NVMe commands are exposed when the same command can receive more than one abort request. The described examples are concurrent transport teardown and a timeout-driven abort.

2

What must happen for exploitation or failure to occur?

An abort must be issued repeatedly for the same command while its abort work is already queued. The second abort reinitializes the queued work item, potentially corrupting the workqueue list and causing crashes or a looping worker.

3

Does a repeated abort still need to be prevented after the fix?

No. With abort_work initialized at command submission, repeated abort paths only call schedule_work(); it does nothing if the work item is already pending, leaving the in-flight item intact.

4

What behavior may indicate that a system is affected?

The reported outcomes are workqueue list corruption, kernel crashes, or a worker that loops. These symptoms would be associated with repeated abort handling for the same NVMe command in qla2xxx.

Contact

SecAlerts Pty Ltd.
132 Wickham Terrace
Fortitude Valley,
QLD 4006, Australia
info@secalerts.co
By using SecAlerts services, you agree to our services end-user license agreement. This website is safeguarded by reCAPTCHA and governed by the Google Privacy Policy and Terms of Service. All names, logos, and brands of products are owned by their respective owners, and any usage of these names, logos, and brands for identification purposes only does not imply endorsement. If you possess any content that requires removal, please get in touch with us.
© 2026 SecAlerts Pty Ltd.
ABN: 70 645 966 203, ACN: 645 966 203