CVE-2026-93242
Last modified
CVE-2026-93242 is a vulnerability of currently unknown severity. In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix response queue over-consumption in __qla_consume_iocb() qla24xx_process_response_queue() advances ring_ptr past the head IOCB before dispatching, so by the time __qla_consume_iocb() runs, ring_ptr already points at the first continuation IOCB. The function however looped purex->entry_count times starting at ring_ptr.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Fix response queue over-consumption in __qla_consume_iocb() qla24xx_process_response_queue() advances ring_ptr past the head IOCB before dispatching, so by the time __qla_consume_iocb() runs, ring_ptr already points at the first continuation IOCB. The function however looped purex->entry_count times starting at ring_ptr. As entry_count includes the head, this consumed one entry too many: it stamped RESPONSE_PROCESSED on the next, unrelated IOCB and advanced the ring past it, silently dropping a legitimate firmware response. The head IOCB's signature was also never marked. Mark the head processed and account for it, then consume only the entry_count - 1 continuation IOCBs, matching __qla_copy_purex_to_buffer().
Affected Software
Source: CNA advisory (CVE.org). NVD analysis pending.
| Vendor | Product | Versions |
|---|---|---|
| Linux | Linux | >= fac2807946c10b9a509b9c348afd442fa823c5f7, < a136c311676fd1010b1bde3bcfd410caa2fa040f; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < d841707fafba5f80341b82e8c3a4c24fc5aa5132; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < 6e3f129538c32d0019437197735912308c161843; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < bd1534d4afab47f13dfc27fff6f59dd859a0ac3a; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < 31715d1e1cbf3a37ce3452635c5602f73fd7abd4; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < df86c27cf1ba9d66f737a1fa56479c6e7efafe4e; >= fac2807946c10b9a509b9c348afd442fa823c5f7, < 3ba019bdd89d931499d9476456b5d9c7ab7fa753 |
| Linux | Linux | 5.15 |
References
Timeline
- Published
- Last Modified
- Status
- Received
Frequently Asked Questions
What is CVE-2026-93242?
How severe is CVE-2026-93242?
How do I fix CVE-2026-93242?
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-93237In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93238In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93239In the Linux kernel, the following vulnerability has been re…
- CVE-2026-9324Rejected reason: This CVE ID has been rejected or withdrawn …
- CVE-2026-93240In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93241In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93243In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93244In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93245In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93246In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93247In the Linux kernel, the following vulnerability has been re…
- CVE-2026-93248In the Linux kernel, the following vulnerability has been re…
Are you affected by CVE-2026-93242?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
