CVE-2026-23193

Source
https://cve.org/CVERecord?id=CVE-2026-23193
Import Source
https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23193.json
JSON Data
https://api.test.osv.dev/v1/vulns/CVE-2026-23193
Downstream
Published
2026-02-14T16:27:20.251Z
Modified
2026-03-20T12:47:26.770106Z
Summary
scsi: target: iscsi: Fix use-after-free in iscsit_dec_session_usage_count()
Details

In the Linux kernel, the following vulnerability has been resolved:

scsi: target: iscsi: Fix use-after-free in iscsitdecsessionusagecount()

In iscsitdecsessionusagecount(), the function calls complete() while holding the sess->sessionusagelock. 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 spinunlockbh() on a session structure that has already been deallocated, resulting in a KASAN slab-use-after-free.

To resolve this, release the sessionusagelock before calling complete() to ensure all dereferences of the sess pointer are finished before the waiter is allowed to proceed with deallocation.

Database specific
{
    "osv_generated_from": "https://github.com/CVEProject/cvelistV5/tree/main/cves/2026/23xxx/CVE-2026-23193.json",
    "cna_assigner": "Linux"
}
References

Affected packages

Git / git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git

Affected ranges

Type
GIT
Repo
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
Events
Introduced
e48354ce078c079996f89d715dfa44814b4eba01
Fixed
2b64015550a13bcc72910be0565548d9a754d46d
Fixed
fd8b0900173307039d3a84644c2fee041a7ed4fb
Fixed
d8dbdc146e9e9a976931b78715be2e91299049f9
Fixed
11ebafffce31efc6abeb28c509017976fc49f1ca
Fixed
41b86a9ec037bd3435d68dd3692f0891a207e7e7
Fixed
4530f4e4d0e6a207110b0ffed0c911bca43531a4
Fixed
84dc6037390b8607c5551047d3970336cb51ba9a

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23193.json"

Linux / Kernel

Package

Name
Kernel

Affected ranges

Type
ECOSYSTEM
Events
Introduced
3.1.0
Fixed
5.10.250
Type
ECOSYSTEM
Events
Introduced
5.11.0
Fixed
5.15.200
Type
ECOSYSTEM
Events
Introduced
5.16.0
Fixed
6.1.163
Type
ECOSYSTEM
Events
Introduced
6.2.0
Fixed
6.6.124
Type
ECOSYSTEM
Events
Introduced
6.7.0
Fixed
6.12.70
Type
ECOSYSTEM
Events
Introduced
6.13.0
Fixed
6.18.10

Database specific

source
"https://storage.googleapis.com/osv-test-cve-osv-conversion/osv-output/CVE-2026-23193.json"