All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] scsi: iscsi: host ipaddress UAF fixes
@ 2023-01-17 19:39 Mike Christie
  2023-01-17 19:39 ` [PATCH v2 1/2] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress Mike Christie
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Mike Christie @ 2023-01-17 19:39 UTC (permalink / raw)
  To: dinghui, haowenchao22, lduncan, cleech, martin.petersen,
	linux-scsi, jejb

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 or 6.4 kernel (depending on when
this is merged) because it was a pretty big change fix up all the naming.

v2:
- Fix bug reproducer example in git commit message.




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-19  0:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-17 19:39 [PATCH v2 0/2] scsi: iscsi: host ipaddress UAF fixes Mike Christie
2023-01-17 19:39 ` [PATCH v2 1/2] scsi: iscsi_tcp: Fix UAF during logout when accessing the shost ipaddress Mike Christie
2023-01-17 19:39 ` [PATCH v2 2/2] scsi: iscsi_tcp: Fix UAF during login " Mike Christie
2023-01-18  0:54 ` [PATCH v2 0/2] scsi: iscsi: host ipaddress UAF fixes Ding Hui
2023-01-18 17:26 ` Lee Duncan
2023-01-19  0:47 ` Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.