SUSE-SU-2024:0129-1

Vulnerability from csaf_suse - Published: 2024-01-16 14:49 - Updated: 2024-01-16 14:49
Summary
Security update for the Linux Kernel
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel
Description of the patch: The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2023-6531: Fixed a use-after-free flaw due to a race problem in the unix garbage collector's deletion of SKB races with unix_stream_read_generic() on the socket that the SKB is queued on (bsc#1218447). - CVE-2023-6610: Fixed an out of bounds read in the SMB client when printing debug information (bsc#1217946). - CVE-2023-51779: Fixed a use-after-free because of a bt_sock_ioctl race condition in bt_sock_recvmsg (bsc#1218559). - CVE-2020-26555: Fixed an issue during BR/EDR PIN code pairing in the Bluetooth subsystem that would allow replay attacks (bsc#1179610 bsc#1215237). - CVE-2023-6606: Fixed an out of bounds read in the SMB client when receiving a malformed length from a server (bsc#1217947). - CVE-2023-6546: Fixed a race condition in the GSM 0710 tty multiplexor via the GSMIOC_SETCONF ioctl that could lead to local privilege escalation (bsc#1218335). - CVE-2023-6931: Fixed a heap out-of-bounds write vulnerability in the Linux kernel's Performance Events system component that could lead to local privilege escalation. (bsc#1218258). - CVE-2023-6932: Fixed a use-after-free vulnerability in the Linux kernel's ipv4: igmp component that could lead to local privilege escalation (bsc#1218253). - CVE-2023-6622: Fixed a null pointer dereference vulnerability in nft_dynset_init() that could allow a local attacker with CAP_NET_ADMIN user privilege to trigger a denial of service (bsc#1217938). - CVE-2023-6121: Fixed an information leak via dmesg when receiving a crafted packet in the NVMe-oF/TCP subsystem (bsc#1217250). The following non-security bugs were fixed: - Reviewed and added more information to README.SUSE (jsc#PED-5021). - Build in the correct KOTD repository with multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184) With multibuild setting repository flags is no longer supported for individual spec files - see https://github.com/openSUSE/open-build-service/issues/3574 Add ExclusiveArch conditional that depends on a macro set up by bs-upload-kernel instead. With that each package should build only in one repository - either standard or QA. Note: bs-upload-kernel does not interpret rpm conditionals, and only uses the first ExclusiveArch line to determine the architectures to enable. - KVM: s390/mm: Properly reset no-dat (bsc#1218056). - KVM: s390: vsie: fix wrong VIR 37 when MSO is used (bsc#1217933). - KVM: x86: Mask LVTPC when handling a PMI (jsc#PED-7322). - NFS: Fix O_DIRECT locking issues (bsc#1211162). - NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162). - NFS: Fix a potential data corruption (bsc#1211162). - NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162). - NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162). - NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162). - NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162). - NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162). - NLM: Defend against file_lock changes after vfs_test_lock() (bsc#1217692). - Updated SPI patches for NVIDIA Grace enablement (bsc#1212584, jsc#PED-3459). - block: fix revalidate performance regression (bsc#1216057). - bpf: Adjust insufficient default bpf_jit_limit (bsc#1218234). - ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1217980). - ceph: fix type promotion bug on 32bit systems (bsc#1217982). - clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW (bsc#1215885 bsc#1217217). - clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requested (bsc#1215885 bsc#1217217). - clocksource: Handle negative skews in 'skew is too large' messages (bsc#1215885 bsc#1217217). - clocksource: Improve 'skew is too large' messages (bsc#1215885 bsc#1217217). - clocksource: Improve read-back-delay message (bsc#1215885 bsc#1217217). - clocksource: Loosen clocksource watchdog constraints (bsc#1215885 bsc#1217217). - clocksource: Print clocksource name when clocksource is tested unstable (bsc#1215885 bsc#1217217). - clocksource: Verify HPET and PMTMR when TSC unverified (bsc#1215885 bsc#1217217). - dm_blk_ioctl: implement path failover for SG_IO (bsc#1183045, bsc#1216776). - fuse: dax: set fc->dax to NULL in fuse_dax_conn_free() (bsc#1218659). - kabi/severities: ignore kABI for asus-wmi drivers Tolerate the kABI changes, as used only locally for asus-wmi stuff - libceph: use kernel_connect() (bsc#1217981). - mkspec: Add multibuild support (JSC-SLE#5501, boo#1211226, bsc#1218184) When MULTIBUILD option in config.sh is enabled generate a _multibuild file listing all spec files. - mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors (bsc#1218515). - net/smc: Fix pos miscalculation in statistics (bsc#1218139). - net/tg3: fix race condition in tg3_reset_task() (bsc#1217801). - nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162). - remove unnecessary WARN_ON_ONCE() (bsc#1214823 bsc#1218569). - s390/vx: fix save/restore of fpu kernel context (bsc#1218357). - scsi: lpfc: use unsigned type for num_sge (bsc#1214747). - swiotlb: fix a braino in the alignment check fix (bsc#1216559). - swiotlb: fix slot alignment checks (bsc#1216559). - tracing: Disable preemption when using the filter buffer (bsc#1217036). - tracing: Fix a possible race when disabling buffered events (bsc#1217036). - tracing: Fix a warning when allocating buffered events fails (bsc#1217036). - tracing: Fix incomplete locking when disabling buffered events (bsc#1217036). - tracing: Fix warning in trace_buffered_event_disable() (bsc#1217036). - tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver() (bsc#1217036). - uapi: propagate __struct_group() attributes to the container union (jsc#SLE-18978). - vsprintf/kallsyms: Prevent invalid data when printing symbol (bsc#1217602). - x86/entry/ia32: Ensure s32 is sign extended to s64 (bsc#1193285). - x86/platform/uv: Use alternate source for socket to node data (bsc#1215696 bsc#1217790). - x86/tsc: Add option to force frequency recalibration with HW timer (bsc#1215885 bsc#1217217). - x86/tsc: Be consistent about use_tsc_delay() (bsc#1215885 bsc#1217217). - x86/tsc: Extend watchdog check exemption to 4-Sockets platform (bsc#1215885 bsc#1217217).
Patchnames: SUSE-2024-129,SUSE-SLE-Micro-5.3-2024-129,SUSE-SLE-Micro-5.4-2024-129,SUSE-SLE-Module-Live-Patching-15-SP4-2024-129,SUSE-SLE-Module-RT-15-SP4-2024-129,openSUSE-Leap-Micro-5.3-2024-129,openSUSE-Leap-Micro-5.4-2024-129
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
Vendor Fix To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or "zypper patch".
References
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/1179610 self
https://bugzilla.suse.com/1183045 self
https://bugzilla.suse.com/1193285 self
https://bugzilla.suse.com/1211162 self
https://bugzilla.suse.com/1211226 self
https://bugzilla.suse.com/1212584 self
https://bugzilla.suse.com/1214747 self
https://bugzilla.suse.com/1214823 self
https://bugzilla.suse.com/1215237 self
https://bugzilla.suse.com/1215696 self
https://bugzilla.suse.com/1215885 self
https://bugzilla.suse.com/1216057 self
https://bugzilla.suse.com/1216559 self
https://bugzilla.suse.com/1216776 self
https://bugzilla.suse.com/1217036 self
https://bugzilla.suse.com/1217217 self
https://bugzilla.suse.com/1217250 self
https://bugzilla.suse.com/1217602 self
https://bugzilla.suse.com/1217692 self
https://bugzilla.suse.com/1217790 self
https://bugzilla.suse.com/1217801 self
https://bugzilla.suse.com/1217933 self
https://bugzilla.suse.com/1217938 self
https://bugzilla.suse.com/1217946 self
https://bugzilla.suse.com/1217947 self
https://bugzilla.suse.com/1217980 self
https://bugzilla.suse.com/1217981 self
https://bugzilla.suse.com/1217982 self
https://bugzilla.suse.com/1218056 self
https://bugzilla.suse.com/1218139 self
https://bugzilla.suse.com/1218184 self
https://bugzilla.suse.com/1218234 self
https://bugzilla.suse.com/1218253 self
https://bugzilla.suse.com/1218258 self
https://bugzilla.suse.com/1218335 self
https://bugzilla.suse.com/1218357 self
https://bugzilla.suse.com/1218447 self
https://bugzilla.suse.com/1218515 self
https://bugzilla.suse.com/1218559 self
https://bugzilla.suse.com/1218569 self
https://bugzilla.suse.com/1218659 self
https://www.suse.com/security/cve/CVE-2020-26555/ self
https://www.suse.com/security/cve/CVE-2023-51779/ self
https://www.suse.com/security/cve/CVE-2023-6121/ self
https://www.suse.com/security/cve/CVE-2023-6531/ self
https://www.suse.com/security/cve/CVE-2023-6546/ self
https://www.suse.com/security/cve/CVE-2023-6606/ self
https://www.suse.com/security/cve/CVE-2023-6610/ self
https://www.suse.com/security/cve/CVE-2023-6622/ self
https://www.suse.com/security/cve/CVE-2023-6931/ self
https://www.suse.com/security/cve/CVE-2023-6932/ self
https://www.suse.com/security/cve/CVE-2020-26555 external
https://bugzilla.suse.com/1179610 external
https://bugzilla.suse.com/1215237 external
https://bugzilla.suse.com/1220015 external
https://www.suse.com/security/cve/CVE-2023-51779 external
https://bugzilla.suse.com/1218559 external
https://bugzilla.suse.com/1218610 external
https://bugzilla.suse.com/1220015 external
https://bugzilla.suse.com/1220191 external
https://bugzilla.suse.com/1221578 external
https://bugzilla.suse.com/1221598 external
https://www.suse.com/security/cve/CVE-2023-6121 external
https://bugzilla.suse.com/1217250 external
https://www.suse.com/security/cve/CVE-2023-6531 external
https://bugzilla.suse.com/1218447 external
https://bugzilla.suse.com/1218487 external
https://www.suse.com/security/cve/CVE-2023-6546 external
https://bugzilla.suse.com/1218335 external
https://bugzilla.suse.com/1222685 external
https://www.suse.com/security/cve/CVE-2023-6606 external
https://bugzilla.suse.com/1217947 external
https://bugzilla.suse.com/1220015 external
https://www.suse.com/security/cve/CVE-2023-6610 external
https://bugzilla.suse.com/1217946 external
https://www.suse.com/security/cve/CVE-2023-6622 external
https://bugzilla.suse.com/1217938 external
https://www.suse.com/security/cve/CVE-2023-6931 external
https://bugzilla.suse.com/1214158 external
https://bugzilla.suse.com/1218258 external
https://bugzilla.suse.com/1220191 external
https://www.suse.com/security/cve/CVE-2023-6932 external
https://bugzilla.suse.com/1218253 external
https://bugzilla.suse.com/1218255 external
https://bugzilla.suse.com/1220015 external
https://bugzilla.suse.com/1220191 external
https://bugzilla.suse.com/1221578 external
https://bugzilla.suse.com/1221598 external

{
  "document": {
    "aggregate_severity": {
      "namespace": "https://www.suse.com/support/security/rating/",
      "text": "important"
    },
    "category": "csaf_security_advisory",
    "csaf_version": "2.0",
    "distribution": {
      "text": "Copyright 2024 SUSE LLC. All rights reserved.",
      "tlp": {
        "label": "WHITE",
        "url": "https://www.first.org/tlp/"
      }
    },
    "lang": "en",
    "notes": [
      {
        "category": "summary",
        "text": "Security update for the Linux Kernel",
        "title": "Title of the patch"
      },
      {
        "category": "description",
        "text": "The SUSE Linux Enterprise 15 SP4 RT kernel was updated to receive various security bugfixes.\n\n\nThe following security bugs were fixed:\n\n- CVE-2023-6531: Fixed a use-after-free flaw due to a race problem in the unix garbage collector\u0027s deletion of SKB races with unix_stream_read_generic() on the socket that the SKB is queued on (bsc#1218447).\n- CVE-2023-6610: Fixed an out of bounds read in the SMB client when printing debug information (bsc#1217946).\n- CVE-2023-51779: Fixed a use-after-free because of a bt_sock_ioctl race condition in bt_sock_recvmsg (bsc#1218559).\n- CVE-2020-26555: Fixed an issue during BR/EDR PIN code pairing in the Bluetooth subsystem that would allow replay attacks (bsc#1179610 bsc#1215237).\n- CVE-2023-6606: Fixed an out of bounds read in the SMB client when receiving a malformed length from a server (bsc#1217947).\n- CVE-2023-6546: Fixed a race condition in the GSM 0710 tty multiplexor via the GSMIOC_SETCONF ioctl that could lead to local privilege escalation (bsc#1218335).\n- CVE-2023-6931: Fixed a heap out-of-bounds write vulnerability in the Linux kernel\u0027s Performance Events system component that could lead to local privilege escalation. (bsc#1218258).\n- CVE-2023-6932: Fixed a use-after-free vulnerability in the Linux kernel\u0027s ipv4: igmp component that could lead to local privilege escalation (bsc#1218253).\n- CVE-2023-6622: Fixed a null pointer dereference vulnerability in nft_dynset_init() that could allow a local attacker with CAP_NET_ADMIN user privilege to trigger a denial of service (bsc#1217938).\n- CVE-2023-6121: Fixed an information leak via dmesg when receiving a crafted packet in the NVMe-oF/TCP subsystem (bsc#1217250).\n\nThe following non-security bugs were fixed:\n\n- Reviewed and added more information to README.SUSE (jsc#PED-5021).\n- Build in the correct KOTD repository with multibuild (JSC-SLE#5501, boo#1211226, bsc#1218184) With multibuild setting repository flags is no longer supported for individual spec files - see https://github.com/openSUSE/open-build-service/issues/3574 Add ExclusiveArch conditional that depends on a macro set up by bs-upload-kernel instead. With that each package should build only in one repository - either standard or QA. Note: bs-upload-kernel does not interpret rpm conditionals, and only uses the first ExclusiveArch line to determine the architectures to enable.\n- KVM: s390/mm: Properly reset no-dat (bsc#1218056).\n- KVM: s390: vsie: fix wrong VIR 37 when MSO is used (bsc#1217933).\n- KVM: x86: Mask LVTPC when handling a PMI (jsc#PED-7322).\n- NFS: Fix O_DIRECT locking issues (bsc#1211162).\n- NFS: Fix a few more clear_bit() instances that need release semantics (bsc#1211162).\n- NFS: Fix a potential data corruption (bsc#1211162).\n- NFS: Fix a use after free in nfs_direct_join_group() (bsc#1211162).\n- NFS: Fix error handling for O_DIRECT write scheduling (bsc#1211162).\n- NFS: More O_DIRECT accounting fixes for error paths (bsc#1211162).\n- NFS: More fixes for nfs_direct_write_reschedule_io() (bsc#1211162).\n- NFS: Use the correct commit info in nfs_join_page_group() (bsc#1211162).\n- NLM: Defend against file_lock changes after vfs_test_lock() (bsc#1217692).\n- Updated SPI patches for NVIDIA Grace enablement (bsc#1212584, jsc#PED-3459).\n- block: fix revalidate performance regression (bsc#1216057).\n- bpf: Adjust insufficient default bpf_jit_limit (bsc#1218234).\n- ceph: fix incorrect revoked caps assert in ceph_fill_file_size() (bsc#1217980).\n- ceph: fix type promotion bug on 32bit systems (bsc#1217982).\n- clocksource: Add a Kconfig option for WATCHDOG_MAX_SKEW (bsc#1215885 bsc#1217217).\n- clocksource: Enable TSC watchdog checking of HPET and PMTMR only when requested (bsc#1215885 bsc#1217217).\n- clocksource: Handle negative skews in \u0027skew is too large\u0027 messages (bsc#1215885 bsc#1217217).\n- clocksource: Improve \u0027skew is too large\u0027 messages (bsc#1215885 bsc#1217217).\n- clocksource: Improve read-back-delay message (bsc#1215885 bsc#1217217).\n- clocksource: Loosen clocksource watchdog constraints (bsc#1215885 bsc#1217217).\n- clocksource: Print clocksource name when clocksource is tested unstable (bsc#1215885 bsc#1217217).\n- clocksource: Verify HPET and PMTMR when TSC unverified (bsc#1215885 bsc#1217217).\n- dm_blk_ioctl: implement path failover for SG_IO (bsc#1183045, bsc#1216776).\n- fuse: dax: set fc-\u003edax to NULL in fuse_dax_conn_free() (bsc#1218659).\n- kabi/severities: ignore kABI for asus-wmi drivers Tolerate the kABI changes, as used only locally for asus-wmi stuff\n- libceph: use kernel_connect() (bsc#1217981).\n- mkspec: Add multibuild support (JSC-SLE#5501, boo#1211226, bsc#1218184) When MULTIBUILD option in config.sh is enabled generate a _multibuild file listing all spec files.\n- mm: kmem: drop __GFP_NOFAIL when allocating objcg vectors (bsc#1218515).\n- net/smc: Fix pos miscalculation in statistics (bsc#1218139).\n- net/tg3: fix race condition in tg3_reset_task() (bsc#1217801).\n- nfs: only issue commit in DIO codepath if we have uncommitted data (bsc#1211162).\n- remove unnecessary WARN_ON_ONCE() (bsc#1214823 bsc#1218569).\n- s390/vx: fix save/restore of fpu kernel context (bsc#1218357).\n- scsi: lpfc: use unsigned type for num_sge (bsc#1214747).\n- swiotlb: fix a braino in the alignment check fix (bsc#1216559).\n- swiotlb: fix slot alignment checks (bsc#1216559).\n- tracing: Disable preemption when using the filter buffer (bsc#1217036).\n- tracing: Fix a possible race when disabling buffered events (bsc#1217036).\n- tracing: Fix a warning when allocating buffered events fails (bsc#1217036).\n- tracing: Fix incomplete locking when disabling buffered events (bsc#1217036).\n- tracing: Fix warning in trace_buffered_event_disable() (bsc#1217036).\n- tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver() (bsc#1217036).\n- uapi: propagate __struct_group() attributes to the container union (jsc#SLE-18978).\n- vsprintf/kallsyms: Prevent invalid data when printing symbol (bsc#1217602).\n- x86/entry/ia32: Ensure s32 is sign extended to s64 (bsc#1193285).\n- x86/platform/uv: Use alternate source for socket to node data (bsc#1215696 bsc#1217790).\n- x86/tsc: Add option to force frequency recalibration with HW timer (bsc#1215885 bsc#1217217).\n- x86/tsc: Be consistent about use_tsc_delay() (bsc#1215885 bsc#1217217).\n- x86/tsc: Extend watchdog check exemption to 4-Sockets platform (bsc#1215885 bsc#1217217).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2024-129,SUSE-SLE-Micro-5.3-2024-129,SUSE-SLE-Micro-5.4-2024-129,SUSE-SLE-Module-Live-Patching-15-SP4-2024-129,SUSE-SLE-Module-RT-15-SP4-2024-129,openSUSE-Leap-Micro-5.3-2024-129,openSUSE-Leap-Micro-5.4-2024-129",
        "title": "Patchnames"
      },
      {
        "category": "legal_disclaimer",
        "text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
        "title": "Terms of use"
      }
    ],
    "publisher": {
      "category": "vendor",
      "contact_details": "https://www.suse.com/support/security/contact/",
      "name": "SUSE Product Security Team",
      "namespace": "https://www.suse.com/"
    },
    "references": [
      {
        "category": "external",
        "summary": "SUSE ratings",
        "url": "https://www.suse.com/support/security/rating/"
      },
      {
        "category": "self",
        "summary": "URL of this CSAF notice",
        "url": "https://ftp.suse.com/pub/projects/security/csaf/suse-su-2024_0129-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2024:0129-1",
        "url": "https://www.suse.com/support/update/announcement/2024/suse-su-20240129-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2024:0129-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2024-January/017658.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1179610",
        "url": "https://bugzilla.suse.com/1179610"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1183045",
        "url": "https://bugzilla.suse.com/1183045"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1193285",
        "url": "https://bugzilla.suse.com/1193285"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1211162",
        "url": "https://bugzilla.suse.com/1211162"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1211226",
        "url": "https://bugzilla.suse.com/1211226"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1212584",
        "url": "https://bugzilla.suse.com/1212584"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214747",
        "url": "https://bugzilla.suse.com/1214747"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1214823",
        "url": "https://bugzilla.suse.com/1214823"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1215237",
        "url": "https://bugzilla.suse.com/1215237"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1215696",
        "url": "https://bugzilla.suse.com/1215696"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1215885",
        "url": "https://bugzilla.suse.com/1215885"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1216057",
        "url": "https://bugzilla.suse.com/1216057"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1216559",
        "url": "https://bugzilla.suse.com/1216559"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1216776",
        "url": "https://bugzilla.suse.com/1216776"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217036",
        "url": "https://bugzilla.suse.com/1217036"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217217",
        "url": "https://bugzilla.suse.com/1217217"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217250",
        "url": "https://bugzilla.suse.com/1217250"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217602",
        "url": "https://bugzilla.suse.com/1217602"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217692",
        "url": "https://bugzilla.suse.com/1217692"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217790",
        "url": "https://bugzilla.suse.com/1217790"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217801",
        "url": "https://bugzilla.suse.com/1217801"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217933",
        "url": "https://bugzilla.suse.com/1217933"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217938",
        "url": "https://bugzilla.suse.com/1217938"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217946",
        "url": "https://bugzilla.suse.com/1217946"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217947",
        "url": "https://bugzilla.suse.com/1217947"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217980",
        "url": "https://bugzilla.suse.com/1217980"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217981",
        "url": "https://bugzilla.suse.com/1217981"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1217982",
        "url": "https://bugzilla.suse.com/1217982"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218056",
        "url": "https://bugzilla.suse.com/1218056"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218139",
        "url": "https://bugzilla.suse.com/1218139"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218184",
        "url": "https://bugzilla.suse.com/1218184"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218234",
        "url": "https://bugzilla.suse.com/1218234"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218253",
        "url": "https://bugzilla.suse.com/1218253"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218258",
        "url": "https://bugzilla.suse.com/1218258"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218335",
        "url": "https://bugzilla.suse.com/1218335"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218357",
        "url": "https://bugzilla.suse.com/1218357"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218447",
        "url": "https://bugzilla.suse.com/1218447"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218515",
        "url": "https://bugzilla.suse.com/1218515"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218559",
        "url": "https://bugzilla.suse.com/1218559"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218569",
        "url": "https://bugzilla.suse.com/1218569"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1218659",
        "url": "https://bugzilla.suse.com/1218659"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2020-26555 page",
        "url": "https://www.suse.com/security/cve/CVE-2020-26555/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-51779 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-51779/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6121 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6121/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6531 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6531/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6546 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6546/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6606 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6606/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6610 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6610/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6622 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6622/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6931 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6931/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2023-6932 page",
        "url": "https://www.suse.com/security/cve/CVE-2023-6932/"
      }
    ],
    "title": "Security update for the Linux Kernel",
    "tracking": {
      "current_release_date": "2024-01-16T14:49:00Z",
      "generator": {
        "date": "2024-01-16T14:49:00Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2024:0129-1",
      "initial_release_date": "2024-01-16T14:49:00Z",
      "revision_history": [
        {
          "date": "2024-01-16T14:49:00Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
                "product": {
                  "name": "kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
                  "product_id": "kernel-devel-rt-5.14.21-150400.15.65.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-rt-5.14.21-150400.15.65.1.noarch",
                "product": {
                  "name": "kernel-source-rt-5.14.21-150400.15.65.1.noarch",
                  "product_id": "kernel-source-rt-5.14.21-150400.15.65.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
                "product": {
                  "name": "kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
                  "product_id": "kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-devel-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-extra-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-extra-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-extra-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-livepatch-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-livepatch-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-livepatch-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-livepatch-devel-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-livepatch-devel-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-livepatch-devel-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt-optional-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt-optional-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt-optional-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt_debug-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-rt_debug-livepatch-devel-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kernel-syms-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "kselftests-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "kselftests-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                "product": {
                  "name": "reiserfs-kmp-rt-5.14.21-150400.15.65.1.x86_64",
                  "product_id": "reiserfs-kmp-rt-5.14.21-150400.15.65.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.3",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.3",
                  "product_id": "SUSE Linux Enterprise Micro 5.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.4",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.4",
                  "product_id": "SUSE Linux Enterprise Micro 5.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-micro:5.4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 15 SP4",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 15 SP4",
                  "product_id": "SUSE Linux Enterprise Live Patching 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Real Time Module 15 SP4",
                "product": {
                  "name": "SUSE Real Time Module 15 SP4",
                  "product_id": "SUSE Real Time Module 15 SP4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-rt:15:sp4"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap Micro 5.3",
                "product": {
                  "name": "openSUSE Leap Micro 5.3",
                  "product_id": "openSUSE Leap Micro 5.3",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap-micro:5.3"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "openSUSE Leap Micro 5.4",
                "product": {
                  "name": "openSUSE Leap Micro 5.4",
                  "product_id": "openSUSE Leap Micro 5.4",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:opensuse:leap-micro:5.4"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Linux Enterprise Micro 5.3",
          "product_id": "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Linux Enterprise Micro 5.4",
          "product_id": "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP4",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64"
        },
        "product_reference": "kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-rt-5.14.21-150400.15.65.1.noarch as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch"
        },
        "product_reference": "kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-devel-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt_debug-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-rt-5.14.21-150400.15.65.1.noarch as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch"
        },
        "product_reference": "kernel-source-rt-5.14.21-150400.15.65.1.noarch",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64 as component of SUSE Real Time Module 15 SP4",
          "product_id": "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "SUSE Real Time Module 15 SP4"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64 as component of openSUSE Leap Micro 5.3",
          "product_id": "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.3"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-rt-5.14.21-150400.15.65.1.x86_64 as component of openSUSE Leap Micro 5.4",
          "product_id": "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        },
        "product_reference": "kernel-rt-5.14.21-150400.15.65.1.x86_64",
        "relates_to_product_reference": "openSUSE Leap Micro 5.4"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2020-26555",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2020-26555"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Bluetooth legacy BR/EDR PIN code pairing in Bluetooth Core Specification 1.0B through 5.2 may permit an unauthenticated nearby device to spoof the BD_ADDR of the peer device to complete pairing without knowledge of the PIN.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2020-26555",
          "url": "https://www.suse.com/security/cve/CVE-2020-26555"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1179610 for CVE-2020-26555",
          "url": "https://bugzilla.suse.com/1179610"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1215237 for CVE-2020-26555",
          "url": "https://bugzilla.suse.com/1215237"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220015 for CVE-2020-26555",
          "url": "https://bugzilla.suse.com/1220015"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.4,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2020-26555"
    },
    {
      "cve": "CVE-2023-51779",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-51779"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "bt_sock_recvmsg in net/bluetooth/af_bluetooth.c in the Linux kernel through 6.6.8 has a use-after-free because of a bt_sock_ioctl race condition.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-51779",
          "url": "https://www.suse.com/security/cve/CVE-2023-51779"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218559 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1218559"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218610 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1218610"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220015 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1220015"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220191 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1220191"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1221578 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1221578"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1221598 for CVE-2023-51779",
          "url": "https://bugzilla.suse.com/1221598"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-51779"
    },
    {
      "cve": "CVE-2023-6121",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6121"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An out-of-bounds read vulnerability was found in the NVMe-oF/TCP subsystem in the Linux kernel. This issue may allow a remote attacker to send a crafted TCP packet, triggering a heap-based buffer overflow that results in kmalloc data being printed and potentially leaked to the kernel ring buffer (dmesg).",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6121",
          "url": "https://www.suse.com/security/cve/CVE-2023-6121"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1217250 for CVE-2023-6121",
          "url": "https://bugzilla.suse.com/1217250"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.3,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2023-6121"
    },
    {
      "cve": "CVE-2023-6531",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6531"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A use-after-free flaw was found in the Linux Kernel due to a race problem in the unix garbage collector\u0027s deletion of SKB races with unix_stream_read_generic() on the socket that the SKB is queued on.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6531",
          "url": "https://www.suse.com/security/cve/CVE-2023-6531"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218447 for CVE-2023-6531",
          "url": "https://bugzilla.suse.com/1218447"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218487 for CVE-2023-6531",
          "url": "https://bugzilla.suse.com/1218487"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-6531"
    },
    {
      "cve": "CVE-2023-6546",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6546"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A race condition was found in the GSM 0710 tty multiplexor in the Linux kernel. This issue occurs when two threads execute the GSMIOC_SETCONF ioctl on the same tty file descriptor with the gsm line discipline enabled, and can lead to a use-after-free problem on a struct gsm_dlci while restarting the gsm mux. This could allow a local unprivileged user to escalate their privileges on the system.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6546",
          "url": "https://www.suse.com/security/cve/CVE-2023-6546"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218335 for CVE-2023-6546",
          "url": "https://bugzilla.suse.com/1218335"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1222685 for CVE-2023-6546",
          "url": "https://bugzilla.suse.com/1222685"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.8,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-6546"
    },
    {
      "cve": "CVE-2023-6606",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6606"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An out-of-bounds read vulnerability was found in smbCalcSize in fs/smb/client/netmisc.c in the Linux Kernel. This issue could allow a local attacker to crash the system or leak internal kernel information.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6606",
          "url": "https://www.suse.com/security/cve/CVE-2023-6606"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1217947 for CVE-2023-6606",
          "url": "https://bugzilla.suse.com/1217947"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220015 for CVE-2023-6606",
          "url": "https://bugzilla.suse.com/1220015"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2023-6606"
    },
    {
      "cve": "CVE-2023-6610",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6610"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An out-of-bounds read vulnerability was found in smb2_dump_detail in fs/smb/client/smb2ops.c in the Linux Kernel. This issue could allow a local attacker to crash the system or leak internal kernel information.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6610",
          "url": "https://www.suse.com/security/cve/CVE-2023-6610"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1217946 for CVE-2023-6610",
          "url": "https://bugzilla.suse.com/1217946"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.1,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2023-6610"
    },
    {
      "cve": "CVE-2023-6622",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6622"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A null pointer dereference vulnerability was found in nft_dynset_init() in net/netfilter/nft_dynset.c in nf_tables in the Linux kernel. This issue may allow a local attacker with CAP_NET_ADMIN user privilege to trigger a denial of service.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6622",
          "url": "https://www.suse.com/security/cve/CVE-2023-6622"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1217938 for CVE-2023-6622",
          "url": "https://bugzilla.suse.com/1217938"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 5.5,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2023-6622"
    },
    {
      "cve": "CVE-2023-6931",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6931"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A heap out-of-bounds write vulnerability in the Linux kernel\u0027s Performance Events system component can be exploited to achieve local privilege escalation.\n\nA perf_event\u0027s read_size can overflow, leading to an heap out-of-bounds increment or write in perf_read_group().\n\nWe recommend upgrading past commit 382c27f4ed28f803b1f1473ac2d8db0afc795a1b.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6931",
          "url": "https://www.suse.com/security/cve/CVE-2023-6931"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1214158 for CVE-2023-6931",
          "url": "https://bugzilla.suse.com/1214158"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218258 for CVE-2023-6931",
          "url": "https://bugzilla.suse.com/1218258"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220191 for CVE-2023-6931",
          "url": "https://bugzilla.suse.com/1220191"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-6931"
    },
    {
      "cve": "CVE-2023-6932",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2023-6932"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A use-after-free vulnerability in the Linux kernel\u0027s ipv4: igmp component can be exploited to achieve local privilege escalation.\n\nA race condition can be exploited to cause a timer be mistakenly registered on a RCU read locked object which is freed by another thread.\n\nWe recommend upgrading past commit e2b706c691905fe78468c361aaabc719d0a496f1.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
          "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
          "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
          "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2023-6932",
          "url": "https://www.suse.com/security/cve/CVE-2023-6932"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218253 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1218253"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1218255 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1218255"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220015 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1220015"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1220191 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1220191"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1221578 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1221578"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1221598 for CVE-2023-6932",
          "url": "https://bugzilla.suse.com/1221598"
        }
      ],
      "remediations": [
        {
          "category": "vendor_fix",
          "details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
          "product_ids": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_15_65-rt-1-150400.1.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Linux Enterprise Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:cluster-md-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:dlm-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:gfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-devel-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-rt_debug-devel-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:kernel-source-rt-5.14.21-150400.15.65.1.noarch",
            "SUSE Real Time Module 15 SP4:kernel-syms-rt-5.14.21-150400.15.65.1.x86_64",
            "SUSE Real Time Module 15 SP4:ocfs2-kmp-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.3:kernel-rt-5.14.21-150400.15.65.1.x86_64",
            "openSUSE Leap Micro 5.4:kernel-rt-5.14.21-150400.15.65.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2024-01-16T14:49:00Z",
          "details": "important"
        }
      ],
      "title": "CVE-2023-6932"
    }
  ]
}


Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Sightings

Author Source Type Date

Nomenclature

  • Seen: The vulnerability was mentioned, discussed, or observed by the user.
  • Confirmed: The vulnerability has been validated from an analyst's perspective.
  • Published Proof of Concept: A public proof of concept is available for this vulnerability.
  • Exploited: The vulnerability was observed as exploited by the user who reported the sighting.
  • Patched: The vulnerability was observed as successfully patched by the user who reported the sighting.
  • Not exploited: The vulnerability was not observed as exploited by the user who reported the sighting.
  • Not confirmed: The user expressed doubt about the validity of the vulnerability.
  • Not patched: The vulnerability was not observed as successfully patched by the user who reported the sighting.


Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…