Tracker / CVE-2026-23216
CVE-2026-23216
Alta 7.8
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().
Prodotti e versioni affette
| linux | linux_kernel |
|---|---|
| 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.13 → 6.18.10 |
| linux | linux_kernel · 6.2 → 6.6.124 |
| linux | linux_kernel · 6.7 → 6.12.70 |
Analisi
Questa pagina non è ancora indicizzabile.Finché non contiene un’analisi originale — cosa espone davvero, come verificare in due minuti se un sistema è stato toccato, cosa fare se lo è stato — la pagina resta noindex. È il database a deciderlo, non il modello di pagina.