CVE Database
/

CVE-2026-23193

Back to search

CVE-2026-23193

Published: Feb 14, 2026

Modified: May 11, 2026

PUBLISHED

CVSS v3.1

8.8

HIGH

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.

VendorProductVersions

Linux

Linux

affected
e48354ce078c079996f89d715dfa44814b4eba01 - < 2b64015550a13bcc72910be0565548d9a754d46d
affected
e48354ce078c079996f89d715dfa44814b4eba01 - < fd8b0900173307039d3a84644c2fee041a7ed4fb
affected
e48354ce078c079996f89d715dfa44814b4eba01 - < d8dbdc146e9e9a976931b78715be2e91299049f9
affected
e48354ce078c079996f89d715dfa44814b4eba01 - < 11ebafffce31efc6abeb28c509017976fc49f1ca
affected
e48354ce078c079996f89d715dfa44814b4eba01 - < 41b86a9ec037bd3435d68dd3692f0891a207e7e7

+2 more versions

Linux

Linux

affected
3.1
unaffected
0 - < 3.1
unaffected
5.10.250 - <= 5.10.*
unaffected
5.15.200 - <= 5.15.*
unaffected
6.1.163 - <= 6.1.*

+4 more versions

CVSS v3.1 Details

CVSS v3.1 Vector

CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H

Attack Vector

Network

Attack Complexity

Low

Privileges Required

Low

User Interaction

None

Scope

Unchanged

Confidentiality

High

Integrity

High

Availability

High

Security Training

Train your team to recognize and prevent security threats with our comprehensive security awareness program.

Start Training

Vulnerability Scanning

Discover vulnerabilities in your applications and infrastructure before attackers do.

Scan Now