mbox series

[0/2] scsi: iscsi: host ipaddress UAF fixes

Message ID 20221219195818.8509-1-michael.christie@oracle.com
Headers show
Series scsi: iscsi: host ipaddress UAF fixes | expand

Message

Mike Christie Dec. 19, 2022, 7:58 p.m. UTC
The following patches made apply over Martin's or Linus's trees. They
fix 2 use after free bugs caused by iscsi_tcp using the session's socket
to export the local IP address on the iscsi host to emulate the host's
local IP address.

Note that the naming is not great because the libiscsi session removal
and freeing functions are close to the iSCSI class's names. That will be
fixed in a separate patch for the 6.3 kernel because it was a pretty big
change fix up all the naming.

Comments

Wenchao Hao Dec. 28, 2022, 9:44 a.m. UTC | #1
On 2022/12/20 3:58, Mike Christie wrote:
> The following patches made apply over Martin's or Linus's trees. They
> fix 2 use after free bugs caused by iscsi_tcp using the session's socket
> to export the local IP address on the iscsi host to emulate the host's
> local IP address.
> 
> Note that the naming is not great because the libiscsi session removal
> and freeing functions are close to the iSCSI class's names. That will be
> fixed in a separate patch for the 6.3 kernel because it was a pretty big
> change fix up all the naming.
> 
> 
> .
Sorry, I got COVID-19 and just recovered, so did not response the email in time.

This looks good to me.