CVE-2026-23216
EUVD-2026-801918.02.2026, 15:18
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() In iscsit_dec_conn_usage_count(), the function calls complete() while holding the conn->conn_usage_lock. As soon as complete() is invoked, the waiter (such as iscsit_close_connection()) may wake up and proceed to free the iscsit_conn structure. If the waiter frees the memory before the current thread reaches spin_unlock_bh(), it results in a KASAN slab-use-after-free as the function attempts to release a lock within the already-freed connection structure. Fix this by releasing the spinlock before calling complete().Enginsight
Affected Products (NVD)
| Vendor | Product | Version |
|---|---|---|
| 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 |
| linux | linux_kernel | 6.19:rc2 |
| linux | linux_kernel | 6.19:rc3 |
| linux | linux_kernel | 6.19:rc4 |
| linux | linux_kernel | 6.19:rc5 |
| linux | linux_kernel | 6.19:rc6 |
𝑥
= Vulnerable software versions
Debian Releases
Common Weakness Enumeration
Vulnerability Media Exposure
References