diff --git a/patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size b/patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size index 1bb6d65..a916540 100644 --- a/patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size +++ b/patches.suse/scsi-iscsi-ensure-sysfs-attributes-are-limited-to-page_size @@ -2,7 +2,7 @@ From: Chris Leech Date: Tue, 23 Feb 2021 18:00:17 -0800 Subject: scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE Git-commit: ec98ea7070e94cc25a422ec97d1421e28d97b7ee -References: CVE-2021-27365 bsc#182715 +References: CVE-2021-27365 bsc#1182715 Patch-mainline: v5.12-rc2 As the iSCSI parameters are exported back through sysfs, it should be diff --git a/patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities b/patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities index 37aa84f..b0a88ce 100644 --- a/patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities +++ b/patches.suse/scsi-iscsi-restrict-sessions-and-handles-to-admin-capabilities @@ -2,7 +2,7 @@ From: Lee Duncan Date: Tue, 23 Feb 2021 13:06:24 -0800 Subject: scsi: iscsi: Restrict sessions and handles to admin capabilities Git-commit: 688e8128b7a92df982709a4137ea4588d16f24aa -References: CVE-2021-27363 CVE-2021-27364 bsc#182716 bsc#182717 +References: CVE-2021-27363 CVE-2021-27364 bsc#1182716 bsc#1182717 Patch-mainline: v5.12-rc2 Protect the iSCSI transport handle, available in sysfs, by requiring diff --git a/patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus b/patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus index ab0c0e3..fb375e0 100644 --- a/patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus +++ b/patches.suse/scsi-iscsi-verify-lengths-on-passthrough-pdus @@ -2,7 +2,7 @@ From: Chris Leech Date: Tue, 23 Feb 2021 21:39:01 -0800 Subject: scsi: iscsi: Verify lengths on passthrough PDUs Git-commit: f9dbdf97a5bd92b1a49cee3d591b55b11fd7a6d5 -References: CVE-2021-27365 bsc#182715 +References: CVE-2021-27365 bsc#1182715 Patch-mainline: v5.12-rc2 Open-iSCSI sends passthrough PDUs over netlink, but the kernel should be