CVE-2026-23193
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.
Predictions
Heuristic predictions, AS-IS, for prioritization only.
Mitigations
No mitigations published for this CVE yet.
The vendor-content worker queues fetches as references arrive (check back in a few minutes). Or โ if you've already worked around this in production โ publish your fix to the community-verified tier.
โ Propose a mitigation on Community โ Mitigations published via the community go through AI scoring + 2 human reviewers + 7-day silent objection window before landing here withsource_tier=community-verified.
OS impact
SUSE Affected 1 release
| Version | Status | Fixed in |
|---|---|---|
| โ | Affected | โ |
AlmaLinux Fixed 1 release
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | kernel-devel-5.14.0-611.45.1.el9_7.aarch64.rpm |
Debian Fixed 5 releases
| Version | Status | Fixed in |
|---|---|---|
| trixie | Fixed | 6.12.73-1 |
| sid | Fixed | 6.18.10-1 |
| forky | Fixed | 6.18.10-1 |
| bullseye | Fixed | 5.10.251-1 |
| bookworm | Fixed | 6.1.164-1 |
Red Hat Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
Rocky Linux Fixed 2 releases
| Version | Status | Fixed in |
|---|---|---|
| 9 | Fixed | โ |
| 8 | Fixed | โ |
References
- https://access.redhat.com/errata/RHSA-2026:6153
- https://www.suse.com/security/cve/CVE-2026-23193.html
- https://errata.rockylinux.org/RLSA-2026:6153
- https://security-tracker.debian.org/tracker/CVE-2026-23193
- https://access.redhat.com/errata/RHSA-2026:6571
- https://bugzilla.redhat.com/2278333
- https://bugzilla.redhat.com/2439887
- https://bugzilla.redhat.com/2444376
- https://bugzilla.redhat.com/2444398
- https://errata.almalinux.org/8/ALSA-2026-6571.html
- https://access.redhat.com/errata/RHSA-2026:6572
- https://errata.almalinux.org/8/ALSA-2026-6572.html
- https://bugzilla.redhat.com/2376376
- https://bugzilla.redhat.com/2407333
- https://bugzilla.redhat.com/2439872
- https://bugzilla.redhat.com/2439886
- https://bugzilla.redhat.com/2439900
- https://bugzilla.redhat.com/2439931
- https://bugzilla.redhat.com/2439947
- https://errata.almalinux.org/9/ALSA-2026-6153.html
- https://errata.rockylinux.org/RLSA-2026:6572
- https://errata.rockylinux.org/RLSA-2026:6571
Community-verified mitigations for this CVE will appear above when contributors publish them.
Verify integrity in audit chain (admin only). AS-IS.