CVE-2026-23193
Last modified
CVE-2026-23193 is a high-severity vulnerability rated 7.8/10 on the CVSS scale. In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.. EPSS estimates a 0.24% chance of exploitation in the next 30 days.
Description
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count() In iscsit_dec_session_usage_count(), the function calls complete() while holding the sess->session_usage_lock. Similar to the connection usage count logic, the waiter signaled by complete() (e.g., in the session release path) may wake up and free the iscsit_session structure immediately. This creates a race condition where the current thread may attempt to execute spin_unlock_bh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free. To resolve this, release the session_usage_lock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.
Metrics
CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
Weakness Enumeration
Affected Software
| Vendor | Product | Versions | Update |
|---|---|---|---|
| Linux | Linux Kernel | >= 3.1, < 5.10.250 | — |
| Linux | Linux Kernel | >= 5.11, < 5.15.200 | — |
| Linux | Linux Kernel | >= 5.16, < 6.1.163 | — |
| Linux | Linux Kernel | >= 6.2, < 6.6.124 | — |
| Linux | Linux Kernel | >= 6.7, < 6.12.70 | — |
| Linux | Linux Kernel | >= 6.13, < 6.18.10 | — |
| Linux | Linux Kernel | 6.19 | Rc1 |
References
Timeline
- Published
- Last Modified
- Status
- Modified
Frequently Asked Questions
What is CVE-2026-23193?
How severe is CVE-2026-23193?
How do I fix CVE-2026-23193?
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-23188In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23189In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-2319Race in DevTools in Google Chrome prior to 145.0.7632.45 all…7.5
- CVE-2026-23190In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23191In the Linux kernel, the following vulnerability has been re…7
- CVE-2026-23192In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23194In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23195In the Linux kernel, the following vulnerability has been re…7.8
- CVE-2026-23196In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23197In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23198In the Linux kernel, the following vulnerability has been re…5.5
- CVE-2026-23199In the Linux kernel, the following vulnerability has been re…5.5
Are you affected by CVE-2026-23193?
Run a free Strix scan to check your systems for this vulnerability.
Scan your code nowSource: NVD / NIST
