In the Linux kernel, the following vulnerability has been resolved:
scsi: iscsi: Fix conn use after free during resets
If we haven't done a unbind target call we can race where
iscsi_conn_teardown wakes up the EH thread and then frees the conn while
those threads are still accessing the conn ehwait.
We can only do one TMF per session so this just moves the TMF fields from
the conn to the session. We can then rely on the
iscsi_session_teardown->iscsi_remove_session->__iscsi_unbind_session call
to remove the target and it's devices, and know after that point there is
no device or scsi-ml callout trying to access the session.
Metrics
Affected Vendors & Products
References
History
Tue, 05 Nov 2024 08:15:00 +0000
Type | Values Removed | Values Added |
---|---|---|
Metrics |
ssvc
|
MITRE
Status: PUBLISHED
Assigner: Linux
Published: 2024-05-21T14:35:40.479Z
Updated: 2024-11-04T12:03:46.315Z
Reserved: 2024-05-21T14:28:16.975Z
Link: CVE-2021-47328
Vulnrichment
Updated: 2024-08-04T05:32:08.445Z
NVD
Status : Awaiting Analysis
Published: 2024-05-21T15:15:19.823
Modified: 2024-05-21T16:54:26.047
Link: CVE-2021-47328
Redhat