Security update for the Linux Kernel

Announcement ID: SUSE-SU-2022:0757-1
Rating: important
References:
Cross-References:
CVSS scores:
  • CVE-2021-44879 ( SUSE ): 5.5 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • CVE-2021-44879 ( NVD ): 5.5 CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H
  • CVE-2022-0001 ( SUSE ): 5.6 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
  • CVE-2022-0001 ( NVD ): 6.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • CVE-2022-0002 ( SUSE ): 5.6 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:C/C:H/I:N/A:N
  • CVE-2022-0002 ( NVD ): 6.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:C/C:H/I:N/A:N
  • CVE-2022-0487 ( SUSE ): 7.0 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2022-0487 ( NVD ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • CVE-2022-0492 ( SUSE ): 7.0 CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2022-0492 ( NVD ): 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2022-0617 ( SUSE ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • CVE-2022-0617 ( NVD ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • CVE-2022-0644 ( SUSE ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • CVE-2022-0847 ( SUSE ): 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2022-0847 ( NVD ): 7.8 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H
  • CVE-2022-24448 ( SUSE ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:N/A:N
  • CVE-2022-24448 ( NVD ): 3.3 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N
  • CVE-2022-24959 ( SUSE ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
  • CVE-2022-24959 ( NVD ): 5.5 CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
Affected Products:
  • SUSE Linux Enterprise High Availability Extension 12 SP4
  • SUSE Linux Enterprise High Performance Computing 12 SP4
  • SUSE Linux Enterprise Live Patching 12-SP4
  • SUSE Linux Enterprise Server 12 SP4
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4
  • SUSE OpenStack Cloud 9
  • SUSE OpenStack Cloud Crowbar 9

An update that solves 10 vulnerabilities and has nine security fixes can now be installed.

Description:

The SUSE Linux Enterprise 12 SP4 kernel was updated to receive various security and bugfixes.

Transient execution side-channel attacks attacking the Branch History Buffer (BHB), named "Branch Target Injection" and "Intra-Mode Branch History Injection" are now mitigated.

The following security bugs were fixed:

  • CVE-2022-0001: Fixed Branch History Injection vulnerability (bsc#1191580).
  • CVE-2022-0002: Fixed Intra-Mode Branch Target Injection vulnerability (bsc#1191580).
  • CVE-2022-0847: Fixed a vulnerability were a local attackers could overwrite data in arbitrary (read-only) files (bsc#1196584).
  • CVE-2022-0617: Fixed a null pointer dereference in UDF file system functionality. A local user could crash the system by triggering udf_file_write_iter() via a malicious UDF image. (bsc#1196079)
  • CVE-2022-0644: Fixed a denial of service by a local user. A assertion failure could be triggered in kernel_read_file_from_fd() (bsc#1196155).
  • CVE-2021-44879: In gc_data_segment() in fs/f2fs/gc.c, special files were not considered, which lead to a move_data_page NULL pointer dereference (bsc#1195987).
  • CVE-2022-24959: Fixed a memory leak in yam_siocdevprivate() in drivers/net/hamradio/yam.c (bsc#1195897).
  • CVE-2022-0487: A use-after-free vulnerability was found in rtsx_usb_ms_drv_remove() in drivers/memstick/host/rtsx_usb_ms.c (bsc#1194516).
  • CVE-2022-0492: Fixed a privilege escalation related to cgroups v1 release_agent feature, which allowed bypassing namespace isolation unexpectedly (bsc#1195543).
  • CVE-2022-24448: Fixed an issue in fs/nfs/dir.c. If an application sets the O_DIRECTORY flag, and tries to open a regular file, nfs_atomic_open() performs a regular lookup. If a regular file is found, ENOTDIR should have occured, but the server instead returned uninitialized data in the file descriptor (bsc#1195612).

The following non-security bugs were fixed:

  • NFSv4.x: by default serialize open/close operations (bsc#1114893 bsc#1195934).
  • crypto: af_alg - get_page upon reassignment to TX SGL (bsc#1195840).
  • hv_netvsc: fix network namespace issues with VF support (bsc#1107207).
  • hv_netvsc: move VF to same namespace as netvsc device (bsc#1107207).
  • lib/iov_iter: initialize "flags" in new pipe_buffer (bsc#1196584).

Special Instructions and Notes:

  • Please reboot the system after installing this update.

Patch Instructions:

To install this SUSE update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Alternatively you can run the command listed for your product:

  • SUSE OpenStack Cloud 9
    zypper in -t patch SUSE-OpenStack-Cloud-9-2022-757=1
  • SUSE OpenStack Cloud Crowbar 9
    zypper in -t patch SUSE-OpenStack-Cloud-Crowbar-9-2022-757=1
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4
    zypper in -t patch SUSE-SLE-HA-12-SP4-2022-757=1 SUSE-SLE-SAP-12-SP4-2022-757=1
  • SUSE Linux Enterprise High Availability Extension 12 SP4
    zypper in -t patch SUSE-SLE-HA-12-SP4-2022-757=1
  • SUSE Linux Enterprise Live Patching 12-SP4
    zypper in -t patch SUSE-SLE-Live-Patching-12-SP4-2022-757=1
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4
    zypper in -t patch SUSE-SLE-SERVER-12-SP4-ESPOS-2022-757=1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4
    zypper in -t patch SUSE-SLE-SERVER-12-SP4-LTSS-2022-757=1

Package List:

  • SUSE OpenStack Cloud 9 (nosrc x86_64)
    • kernel-default-4.12.14-95.93.1
  • SUSE OpenStack Cloud 9 (x86_64)
    • kernel-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • kernel-default-base-4.12.14-95.93.1
    • kernel-syms-4.12.14-95.93.1
    • kernel-default-devel-4.12.14-95.93.1
    • kernel-default-devel-debuginfo-4.12.14-95.93.1
    • kernel-default-base-debuginfo-4.12.14-95.93.1
  • SUSE OpenStack Cloud 9 (noarch)
    • kernel-macros-4.12.14-95.93.1
    • kernel-source-4.12.14-95.93.1
    • kernel-devel-4.12.14-95.93.1
  • SUSE OpenStack Cloud Crowbar 9 (nosrc x86_64)
    • kernel-default-4.12.14-95.93.1
  • SUSE OpenStack Cloud Crowbar 9 (x86_64)
    • kernel-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • kernel-default-base-4.12.14-95.93.1
    • kernel-syms-4.12.14-95.93.1
    • kernel-default-devel-4.12.14-95.93.1
    • kernel-default-devel-debuginfo-4.12.14-95.93.1
    • kernel-default-base-debuginfo-4.12.14-95.93.1
  • SUSE OpenStack Cloud Crowbar 9 (noarch)
    • kernel-macros-4.12.14-95.93.1
    • kernel-source-4.12.14-95.93.1
    • kernel-devel-4.12.14-95.93.1
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 (ppc64le x86_64)
    • cluster-md-kmp-default-4.12.14-95.93.1
    • dlm-kmp-default-debuginfo-4.12.14-95.93.1
    • gfs2-kmp-default-4.12.14-95.93.1
    • cluster-md-kmp-default-debuginfo-4.12.14-95.93.1
    • gfs2-kmp-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debuginfo-4.12.14-95.93.1
    • dlm-kmp-default-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • ocfs2-kmp-default-debuginfo-4.12.14-95.93.1
    • kernel-default-base-4.12.14-95.93.1
    • kernel-syms-4.12.14-95.93.1
    • kernel-default-devel-4.12.14-95.93.1
    • ocfs2-kmp-default-4.12.14-95.93.1
    • kernel-default-base-debuginfo-4.12.14-95.93.1
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 (nosrc ppc64le x86_64)
    • kernel-default-4.12.14-95.93.1
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 (noarch)
    • kernel-macros-4.12.14-95.93.1
    • kernel-source-4.12.14-95.93.1
    • kernel-devel-4.12.14-95.93.1
  • SUSE Linux Enterprise Server for SAP Applications 12 SP4 (x86_64)
    • kernel-default-devel-debuginfo-4.12.14-95.93.1
  • SUSE Linux Enterprise High Availability Extension 12 SP4 (ppc64le s390x x86_64)
    • cluster-md-kmp-default-4.12.14-95.93.1
    • dlm-kmp-default-debuginfo-4.12.14-95.93.1
    • gfs2-kmp-default-4.12.14-95.93.1
    • cluster-md-kmp-default-debuginfo-4.12.14-95.93.1
    • gfs2-kmp-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debuginfo-4.12.14-95.93.1
    • dlm-kmp-default-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • ocfs2-kmp-default-debuginfo-4.12.14-95.93.1
    • ocfs2-kmp-default-4.12.14-95.93.1
  • SUSE Linux Enterprise High Availability Extension 12 SP4 (nosrc)
    • kernel-default-4.12.14-95.93.1
  • SUSE Linux Enterprise Live Patching 12-SP4 (nosrc)
    • kernel-default-4.12.14-95.93.1
  • SUSE Linux Enterprise Live Patching 12-SP4 (ppc64le s390x x86_64)
    • kernel-default-kgraft-4.12.14-95.93.1
    • kgraft-patch-4_12_14-95_93-default-1-6.5.1
    • kernel-default-kgraft-devel-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4 (aarch64 nosrc x86_64)
    • kernel-default-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4 (aarch64 x86_64)
    • kernel-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • kernel-default-base-4.12.14-95.93.1
    • kernel-syms-4.12.14-95.93.1
    • kernel-default-devel-4.12.14-95.93.1
    • kernel-default-base-debuginfo-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4 (noarch)
    • kernel-macros-4.12.14-95.93.1
    • kernel-source-4.12.14-95.93.1
    • kernel-devel-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 ESPOS 12-SP4 (x86_64)
    • kernel-default-devel-debuginfo-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4 (aarch64 ppc64le s390x x86_64 nosrc)
    • kernel-default-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4 (aarch64 ppc64le s390x x86_64)
    • kernel-default-debuginfo-4.12.14-95.93.1
    • kernel-default-debugsource-4.12.14-95.93.1
    • kernel-default-base-4.12.14-95.93.1
    • kernel-syms-4.12.14-95.93.1
    • kernel-default-devel-4.12.14-95.93.1
    • kernel-default-base-debuginfo-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4 (noarch)
    • kernel-macros-4.12.14-95.93.1
    • kernel-source-4.12.14-95.93.1
    • kernel-devel-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4 (s390x)
    • kernel-default-man-4.12.14-95.93.1
  • SUSE Linux Enterprise Server 12 SP4 LTSS 12-SP4 (x86_64)
    • kernel-default-devel-debuginfo-4.12.14-95.93.1

References: