HarborGuard / CVE
Back to search
HIGHCVE-2026-23193Published Modified CNA Linux

CVE-2026-23193: scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()

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 v3.1
8.8
Severity
HIGH
Fixed in
0
Affected Products
2

Fix available

011ebafffce31efc6abeb28c509017976fc49f1ca2b64015550a13bcc72910be0565548d9a754d46d41b86a9ec037bd3435d68dd3692f0891a207e7e74530f4e4d0e6a207110b0ffed0c911bca43531a45.10.2505.15.2006.1.1636.6.1246.12.706.18.106.1984dc6037390b8607c5551047d3970336cb51ba9ad8dbdc146e9e9a976931b78715be2e91299049f9fd8b0900173307039d3a84644c2fee041a7ed4fb
Affected packages
  • Linux / Linux
    < 2b64015550a13bcc72910be0565548d9a754d46d (from e48354ce078c079996f89d715dfa44814b4eba01) · < fd8b0900173307039d3a84644c2fee041a7ed4fb (from e48354ce078c079996f89d715dfa44814b4eba01) · < d8dbdc146e9e9a976931b78715be2e91299049f9 (from e48354ce078c079996f89d715dfa44814b4eba01) · < 11ebafffce31efc6abeb28c509017976fc49f1ca (from e48354ce078c079996f89d715dfa44814b4eba01) · < 41b86a9ec037bd3435d68dd3692f0891a207e7e7 (from e48354ce078c079996f89d715dfa44814b4eba01) · < 4530f4e4d0e6a207110b0ffed0c911bca43531a4 (from e48354ce078c079996f89d715dfa44814b4eba01)
  • Linux / Linux
    3.1
    Fixed in 0, 5.10.250, 5.15.200, 6.1.163, 6.6.124, 6.12.70, 6.18.10, 6.19
CVSS Vector
CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H