CVE-2026-23193

Advisory lineage Upstream: 0 Downstream: 36
Modified
Published: 14 Feb 2026, 16:27
Last modified:11 May 2026, 22:02

Vulnerability Summary

Overall Risk (default)
medium
35/100
CVSS Score
8.8 HIGH
v3.1 (cve.org)
EPSS Score
0.04% LOW
0% probability 0.00%
KEV
Not listed
Ransomware
No reports
Public exploits
None found
Dark Web
Not detected

Timeline

14 Feb 2026, 16:27
Published
Vulnerability first disclosed
11 May 2026, 22:02
Last Modified
Vulnerability information updated

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.

CVSS Metrics

  • v3.1HIGHScore: 7.8CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • v3.1HIGHScore: 8.8CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

EPSS Trends

Current EPSS score: 0.04% Percentile: 11%

Techniques & Countermeasures

  • CWE-416Use After Free

    The product reuses or references memory after it has been freed. At some point afterward, the memory may be allocated again and saved in another pointer, while the original pointer references a location somewhere within the new allocation. Any operations using the original pointer are no longer valid because the memory "belongs" to the code that operates on the new pointer.

Affected Systems

  • linuxlinux

    ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 2b64015550a13bcc72910be0565548d9a754d46d | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < fd8b0900173307039d3a84644c2fee041a7ed4fb | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < d8dbdc146e9e9a976931b78715be2e91299049f9 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 11ebafffce31efc6abeb28c509017976fc49f1ca | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 41b86a9ec037bd3435d68dd3692f0891a207e7e7 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 4530f4e4d0e6a207110b0ffed0c911bca43531a4 | ≥ 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2, < 84dc6037390b8607c5551047d3970336cb51ba9a | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < 2b64015550a13bcc72910be0565548d9a754d46d | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < fd8b0900173307039d3a84644c2fee041a7ed4fb | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < d8dbdc146e9e9a976931b78715be2e91299049f9 | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < 11ebafffce31efc6abeb28c509017976fc49f1ca | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < 41b86a9ec037bd3435d68dd3692f0891a207e7e7 | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < 4530f4e4d0e6a207110b0ffed0c911bca43531a4 | ≥ e48354ce078c079996f89d715dfa44814b4eba01, < 84dc6037390b8607c5551047d3970336cb51ba9a | 3.1

  • linuxlinux_kernel

    ≥ 3.1, < 5.10.250 | ≥ 5.11, < 5.15.200 | ≥ 5.16, < 6.1.163 | ≥ 6.2, < 6.6.124 | ≥ 6.7, < 6.12.70 | ≥ 6.13, < 6.18.10 | 6.19:rc1 | 6.19:rc2 | 6.19:rc3 | 6.19:rc4 | 6.19:rc5 | 6.19:rc6

References (7)