suse-su-2021:3933-1
Vulnerability from csaf_suse
Published
2021-12-06 10:35
Modified
2021-12-06 10:35
Summary
Security update for the Linux Kernel

Notes

Title of the patch
Security update for the Linux Kernel
Description of the patch
The SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes. The following security bugs were fixed: - Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573) You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0) - CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192045). - CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781). - CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790) - CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails (bsc#1191961). - CVE-2021-43389: There was an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958). - CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c called unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601). The following non-security bugs were fixed: - ABI: sysfs-kernel-slab: Document some stats (git-fixes). - ALSA: hda: Reduce udelay() at SKL+ position reporting (git-fixes). - ALSA: ua101: fix division by zero at probe (git-fixes). - ALSA: usb-audio: Add Audient iD14 to mixer map quirk table (git-fixes). - ALSA: usb-audio: Add Schiit Hel device to mixer map quirk table (git-fixes). - ASoC: cs42l42: Correct some register default values (git-fixes). - ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER (git-fixes). - ASoC: cs42l42: Do not set defaults for volatile registers (git-fixes). - ASoC: dt-bindings: cs42l42: Correct description of ts-inv (git-fixes). - ASoC: mediatek: mt8195: Remove unsued irqs_lock (git-fixes). - ASoC: rockchip: Use generic dmaengine code (git-fixes). - ata: sata_mv: Fix the error handling of mv_chip_id() (git-fixes). - ath10k: fix control-message timeout (git-fixes). - ath10k: fix division by zero in send path (git-fixes). - ath10k: fix max antenna gain unit (git-fixes). - ath10k: Fix missing frame timestamp for beacon/probe-resp (git-fixes). - ath6kl: fix control-message timeout (git-fixes). - ath6kl: fix division by zero in send path (git-fixes). - ath9k: Fix potential interrupt storm on queue reset (git-fixes). - auxdisplay: ht16k33: Connect backlight to fbdev (git-fixes). - auxdisplay: ht16k33: Fix frame buffer device blanking (git-fixes). - auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string (git-fixes). - b43: fix a lower bounds test (git-fixes). - b43legacy: fix a lower bounds test (git-fixes). - Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (git-fixes). - Bluetooth: fix init and cleanup of sco_conn.timeout_work (git-fixes). - bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22573) - bpf: Disallow unprivileged bpf by default (jsc#SLE-22573). - bpf: Fix potential race in tail call compatibility check (git-fixes). - btrfs: block-group: Rework documentation of check_system_chunk function (bsc#1192896). - btrfs: fix deadlock between chunk allocation and chunk btree modifications (bsc#1192896). - btrfs: fix memory ordering between normal and ordered work functions (git-fixes). - btrfs: update comments for chunk allocation -ENOSPC cases (bsc#1192896). - cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (git-fixes). - config: disable unprivileged BPF by default (jsc#SLE-22573) - crypto: caam - disable pkc for non-E SoCs (git-fixes). - crypto: qat - detect PFVF collision after ACK (git-fixes). - crypto: qat - disregard spurious PFVF interrupts (git-fixes). - driver core: add a min_align_mask field to struct device_dma_parameters (bsc#1191851). - drm/amdgpu: fix warning for overflow check (git-fixes). - drm/msm: Fix potential NULL dereference in DPU SSPP (git-fixes). - drm: prevent spectre issue in vmw_execbuf_ioctl (bsc#1192802). - drm/sun4i: Fix macros in sun8i_csc.h (git-fixes). - drm/v3d: fix wait for TMU write combiner flush (git-fixes). - EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#1152489). - exfat: fix erroneous discard when clear cluster bit (git-fixes). - exfat: handle wrong stream entry size in exfat_readdir() (git-fixes). - exfat: properly set s_time_gran (bsc#1192328). - exfat: truncate atimes to 2s granularity (bsc#1192328). - firmware/psci: fix application of sizeof to pointer (git-fixes). - fuse: fix page stealing (bsc#1192718). - genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1152489). - gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid a leak (git-fixes). - HID: u2fzero: clarify error check and length calculations (git-fixes). - HID: u2fzero: properly handle timeouts in usb_submit_urb (git-fixes). - hwmon: Fix possible memleak in __hwmon_device_register() (git-fixes). - hwmon: (pmbus/lm25066) Add offset coefficients (git-fixes). - hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeff (git-fixes). - hwrng: mtk - Force runtime pm ops for sleep ops (git-fixes). - ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510). - ibmvnic: delay complete() (bsc#1094840 ltc#167098 git-fixes). - ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629). - ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629). - iio: dac: ad5446: Fix ad5622_write() return value (git-fixes). - Input: elantench - fix misreporting trackpoint coordinates (bsc#1192918). - Input: i8042 - Add quirk for Fujitsu Lifebook T725 (bsc#1191980). - kABI: Fix kABI after 36950f2da1ea (bsc#1191851). - kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740). - KVM: s390: extend kvm_s390_shadow_fault to return entry pointer (bsc#1133021). - KVM: s390: index kvm->arch.idle_mask by vcpu_idx (bsc#1133021). - KVM: s390: split kvm_s390_logical_to_effective (bsc#1133021). - KVM: s390: VSIE: correctly handle MVPG when in VSIE (bsc#1133021). - libertas: Fix possible memory leak in probe and disconnect (git-fixes). - libertas_tf: Fix possible memory leak in probe and disconnect (git-fixes). - media: cedrus: Fix SUNXI tile size calculation (git-fixes). - media: cx23885: Fix snd_card_free call on null card pointer (git-fixes). - media: cxd2880-spi: Fix a null pointer dereference on error handling path (git-fixes). - media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() (git-fixes). - media: dvb-usb: fix ununit-value in az6027_rc_query (git-fixes). - media: em28xx: add missing em28xx_close_extension (git-fixes). - media: em28xx: Do not use ops->suspend if it is NULL (git-fixes). - media: i2c: ths8200 needs V4L2_ASYNC (git-fixes). - media: ite-cir: IR receiver stop working after receive overflow (git-fixes). - media: mtk-vpu: Fix a resource leak in the error handling path of 'mtk_vpu_probe()' (git-fixes). - media: mxl111sf: change mutex_init() location (git-fixes). - media: radio-wl1273: Avoid card name truncation (git-fixes). - media: si470x: Avoid card name truncation (git-fixes). - media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init (git-fixes). - media: TDA1997x: handle short reads of hdmi info frame (git-fixes). - media: tm6000: Avoid card name truncation (git-fixes). - media: v4l2-ioctl: Fix check_ext_ctrls (git-fixes). - media: v4l2-ioctl: S_CTRL output the right value (git-fixes). - memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe (git-fixes). - memstick: avoid out-of-range warning (git-fixes). - memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() (git-fixes). - mmc: mxs-mmc: disable regulator on error and in the remove function (git-fixes). - mmc: sdhci: Map more voltage level to SDHCI_POWER_330 (git-fixes). - mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured (git-fixes). - mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906). - mt76: mt76x02: fix endianness warnings in mt76x02_mac.c (git-fixes). - mwifiex: fix division by zero in fw download path (git-fixes). - mwifiex: Send DELBA requests according to spec (git-fixes). - net: dsa: felix: re-enable TX flow control in ocelot_port_flush() (git-fixes). - net: mscc: ocelot: fix hardware timestamp dequeue logic. - net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb (git-fixes). - nvme-pci: set min_align_mask (bsc#1191851). - ocfs2: do not zero pages beyond i_size (bsc#1190795). - ocfs2: fix data corruption on truncate (bsc#1190795). - PCI: aardvark: Do not clear status bits of masked interrupts (git-fixes). - PCI: aardvark: Do not spam about PIO Response Status (git-fixes). - PCI: aardvark: Do not unmask unused interrupts (git-fixes). - PCI: aardvark: Fix checking for link up via LTSSM state (git-fixes). - PCI: aardvark: Fix reporting Data Link Layer Link Active (git-fixes). - PCI: aardvark: Fix return value of MSI domain .alloc() method (git-fixes). - PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG (git-fixes). - PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (bsc#1169263). - PCI/ACPI: Clarify message about _OSC failure (bsc#1169263). - PCI/ACPI: Move _OSC query checks to separate function (bsc#1169263). - PCI/ACPI: Move supported and control calculations to separate functions (bsc#1169263). - PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (bsc#1169263). - PCI/ACPI: Remove unnecessary osc_lock (bsc#1169263). - PCI: pci-bridge-emul: Fix emulation of W1C bits (git-fixes). - PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation (git-fixes). - pinctrl: core: fix possible memory leak in pinctrl_enable() (git-fixes). - platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes). - power: supply: bq27xxx: Fix kernel crash on IRQ handler register error (git-fixes). - power: supply: max17042_battery: Prevent int underflow in set_soc_threshold (git-fixes). - power: supply: max17042_battery: use VFSOC for capacity when no rsns (git-fixes). - power: supply: rt5033 battery: Change voltage values to ca 5V (git-fixes). - printk/console: Allow to disable console output by using console='' or console=null (bsc#1192753). - printk: handle blank console arguments passed in (bsc#1192753). - qtnfmac: fix potential Spectre vulnerabilities (bsc#1192802). - r8152: add a helper function about setting EEE (git-fixes). - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 (git-fixes). - r8152: Disable PLA MCU clock speed down (git-fixes). - r8152: disable U2P3 for RTL8153B (git-fixes). - r8152: divide the tx and rx bottom functions (git-fixes). - r8152: do not enable U1U2 with USB_SPEED_HIGH for RTL8153B (git-fixes). - r8152: fix runtime resume for linking change (git-fixes). - r8152: replace array with linking list for rx information (git-fixes). - r8152: reset flow control patch when linking on for RTL8153B (git-fixes). - r8152: saving the settings of EEE (git-fixes). - r8152: separate the rx buffer size (git-fixes). - r8152: use alloc_pages for rx buffer (git-fixes). - regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-dvs-idx property (git-fixes). - regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disabled (git-fixes). - Revert 'ibmvnic: check failover_pending in login response' (bsc#1190523 ltc#194510). - Revert 'platform/x86: i2c-multi-instantiate: Do not create platform device for INT3515 ACPI nodes' (git-fixes). - Revert 'r8152: adjust the settings about MAC clock speed down for RTL8153' (git-fixes). - Revert 'scsi: ufs: fix a missing check of devm_reset_control_get' (git-fixes). - Revert 'x86/kvm: fix vcpu-id indexed array sizes' (git-fixes). - rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (git-fixes). - rsi: fix control-message timeout (git-fixes). - rsi: Fix module dev_oper_mode parameter description (git-fixes). - rsi: stop thread firstly in rsi_91x_init() error handling (git-fixes). - rtl8187: fix control-message timeouts (git-fixes). - s390/qeth: fix deadlock during failing recovery (git-fixes). - s390/qeth: Fix deadlock in remove_discipline (git-fixes). - s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (git-fixes). - scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() (git-fixes). - scsi: BusLogic: Fix missing pr_cont() use (git-fixes). - scsi: core: Fix spelling in a source code comment (git-fixes). - scsi: csiostor: Add module softdep on cxgb4 (git-fixes). - scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes). - scsi: dc395: Fix error case unwinding (git-fixes). - scsi: fdomain: Fix error return code in fdomain_probe() (git-fixes). - scsi: FlashPoint: Rename si_flags field (git-fixes). - scsi: iscsi: Fix iface sysfs attr detection (git-fixes). - scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes). - scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes). - scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes). - scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes). - scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes). - scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() (git-fixes). - scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes). - scsi: smartpqi: Fix an error code in pqi_get_raid_map() (git-fixes). - scsi: snic: Fix an error message (git-fixes). - scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHL (git-fixes). - scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes). - serial: 8250_dw: Drop wrong use of ACPI_PTR() (git-fixes). - serial: xilinx_uartps: Fix race condition causing stuck TX (git-fixes). - staging: r8712u: fix control-message timeout (git-fixes). - staging: rtl8192u: fix control-message timeouts (git-fixes). - stmmac: platform: Fix signedness bug in stmmac_probe_config_dt() (git-fixes). - swiotlb: add a IO_TLB_SIZE define (bsc#1191851). - swiotlb: clean up swiotlb_tbl_unmap_single (bsc#1191851). - swiotlb: do not modify orig_addr in swiotlb_tbl_sync_single (bsc#1191851). - swiotlb: factor out an io_tlb_offset helper (bsc#1191851). - swiotlb: factor out a nr_slots helper (bsc#1191851). - swiotlb: refactor swiotlb_tbl_map_single (bsc#1191851). - swiotlb: respect min_align_mask (bsc#1191851). - swiotlb: Split size parameter to map/unmap APIs (bsc#1191851). - tpm: Check for integer overflow in tpm2_map_response_body() (git-fixes). - tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together (bsc#1192745). - Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set - usb: gadget: hid: fix error code in do_config() (git-fixes). - usb: iowarrior: fix control-message timeouts (git-fixes). - usb: max-3421: Use driver data instead of maintaining a list of bound devices (git-fixes). - usb: musb: Balance list entry in musb_gadget_queue (git-fixes). - usbnet: fix error return code in usbnet_probe() (git-fixes). - usbnet: sanity check for maxpacket (git-fixes). - usb: serial: keyspan: fix memleak on probe errors (git-fixes). - video: fbdev: chipsfb: use memset_io() instead of memset() (git-fixes). - virtio-gpu: fix possible memory allocation failure (git-fixes). - wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complement (git-fixes). - wcn36xx: add proper DMA memory barriers in rx path (git-fixes). - wcn36xx: Fix HT40 capability for 2Ghz band (git-fixes). - x86/ioapic: Force affinity setup before startup (bsc#1152489). - x86/msi: Force affinity setup before startup (bsc#1152489). - x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (bsc#1152489). - x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes). - xen: Fix implicit type conversion (git-fixes). - xen-pciback: Fix return in pm_ctrl_init() (git-fixes). - xfs: do not allow log writes if the data device is readonly (bsc#1192229). - zram-avoid-race-between-zram_remove-and-disksize_sto.patch: (bsc#1170269). - zram-don-t-fail-to-remove-zram-during-unloading-modu.patch: (bsc#1170269). - zram-fix-race-between-zram_reset_device-and-disksize.patch: (bsc#1170269). - zram-replace-fsync_bdev-with-sync_blockdev.patch: (bsc#1170269).
Patchnames
SUSE-2021-3933,SUSE-SLE-Module-Basesystem-15-SP2-2021-3933,SUSE-SLE-Module-Development-Tools-15-SP2-2021-3933,SUSE-SLE-Module-Legacy-15-SP2-2021-3933,SUSE-SLE-Module-Live-Patching-15-SP2-2021-3933,SUSE-SLE-Product-HA-15-SP2-2021-3933,SUSE-SLE-Product-WE-15-SP2-2021-3933,SUSE-SUSE-MicroOS-5.0-2021-3933
Terms of use
CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).



{
  "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": "\n\nThe SUSE Linux Enterprise 15 SP2 kernel was updated to receive various security and bugfixes.\n\n\nThe following security bugs were fixed:\n\n- Unprivileged BPF has been disabled by default to reduce attack surface as too many security issues have happened in the past (jsc#SLE-22573)\n\n  You can reenable via systemctl setting /proc/sys/kernel/unprivileged_bpf_disabled to 0. (kernel.unprivileged_bpf_disabled = 0)\n\n- CVE-2021-0941: In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation (bnc#1192045).\n- CVE-2021-31916: An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel A bound check failure allowed an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability (bnc#1192781).\n- CVE-2021-20322: Make the ipv4 and ipv6 ICMP exception caches less predictive to avoid information leaks about UDP ports in use. (bsc#1191790)\n- CVE-2021-34981: Fixed file refcounting in cmtp when cmtp_attach_device fails  (bsc#1191961).\n- CVE-2021-43389: There was an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c (bnc#1191958).\n- CVE-2021-37159: hso_free_net_device in drivers/net/usb/hso.c called unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free (bnc#1188601).\n\nThe following non-security bugs were fixed:\n\n- ABI: sysfs-kernel-slab: Document some stats (git-fixes).\n- ALSA: hda: Reduce udelay() at SKL+ position reporting (git-fixes).\n- ALSA: ua101: fix division by zero at probe (git-fixes).\n- ALSA: usb-audio: Add Audient iD14 to mixer map quirk table (git-fixes).\n- ALSA: usb-audio: Add Schiit Hel device to mixer map quirk table (git-fixes).\n- ASoC: cs42l42: Correct some register default values (git-fixes).\n- ASoC: cs42l42: Defer probe if request_threaded_irq() returns EPROBE_DEFER (git-fixes).\n- ASoC: cs42l42: Do not set defaults for volatile registers (git-fixes).\n- ASoC: dt-bindings: cs42l42: Correct description of ts-inv (git-fixes).\n- ASoC: mediatek: mt8195: Remove unsued irqs_lock (git-fixes).\n- ASoC: rockchip: Use generic dmaengine code (git-fixes).\n- ata: sata_mv: Fix the error handling of mv_chip_id() (git-fixes).\n- ath10k: fix control-message timeout (git-fixes).\n- ath10k: fix division by zero in send path (git-fixes).\n- ath10k: fix max antenna gain unit (git-fixes).\n- ath10k: Fix missing frame timestamp for beacon/probe-resp (git-fixes).\n- ath6kl: fix control-message timeout (git-fixes).\n- ath6kl: fix division by zero in send path (git-fixes).\n- ath9k: Fix potential interrupt storm on queue reset (git-fixes).\n- auxdisplay: ht16k33: Connect backlight to fbdev (git-fixes).\n- auxdisplay: ht16k33: Fix frame buffer device blanking (git-fixes).\n- auxdisplay: img-ascii-lcd: Fix lock-up when displaying empty string (git-fixes).\n- b43: fix a lower bounds test (git-fixes).\n- b43legacy: fix a lower bounds test (git-fixes).\n- Bluetooth: btmtkuart: fix a memleak in mtk_hci_wmt_sync (git-fixes).\n- Bluetooth: fix init and cleanup of sco_conn.timeout_work (git-fixes).\n- bpf: Add kconfig knob for disabling unpriv bpf by default (jsc#SLE-22573)\n- bpf: Disallow unprivileged bpf by default (jsc#SLE-22573).\n- bpf: Fix potential race in tail call compatibility check (git-fixes).\n- btrfs: block-group: Rework documentation of check_system_chunk function (bsc#1192896).\n- btrfs: fix deadlock between chunk allocation and chunk btree modifications (bsc#1192896).\n- btrfs: fix memory ordering between normal and ordered work functions (git-fixes).\n- btrfs: update comments for chunk allocation -ENOSPC cases (bsc#1192896).\n- cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem (git-fixes).\n- config: disable unprivileged BPF by default (jsc#SLE-22573)\n- crypto: caam - disable pkc for non-E SoCs (git-fixes).\n- crypto: qat - detect PFVF collision after ACK (git-fixes).\n- crypto: qat - disregard spurious PFVF interrupts (git-fixes).\n- driver core: add a min_align_mask field to struct device_dma_parameters (bsc#1191851).\n- drm/amdgpu: fix warning for overflow check (git-fixes).\n- drm/msm: Fix potential NULL dereference in DPU SSPP (git-fixes).\n- drm: prevent spectre issue in vmw_execbuf_ioctl (bsc#1192802).\n- drm/sun4i: Fix macros in sun8i_csc.h (git-fixes).\n- drm/v3d: fix wait for TMU write combiner flush (git-fixes).\n- EDAC/sb_edac: Fix top-of-high-memory value for Broadwell/Haswell (bsc#1152489).\n- exfat: fix erroneous discard when clear cluster bit (git-fixes).\n- exfat: handle wrong stream entry size in exfat_readdir() (git-fixes).\n- exfat: properly set s_time_gran (bsc#1192328).\n- exfat: truncate atimes to 2s granularity (bsc#1192328).\n- firmware/psci: fix application of sizeof to pointer (git-fixes).\n- fuse: fix page stealing (bsc#1192718).\n- genirq: Provide IRQCHIP_AFFINITY_PRE_STARTUP (bsc#1152489).\n- gpio: mpc8xxx: Use \u0027devm_gpiochip_add_data()\u0027 to simplify the code and avoid a leak (git-fixes).\n- HID: u2fzero: clarify error check and length calculations (git-fixes).\n- HID: u2fzero: properly handle timeouts in usb_submit_urb (git-fixes).\n- hwmon: Fix possible memleak in __hwmon_device_register() (git-fixes).\n- hwmon: (pmbus/lm25066) Add offset coefficients (git-fixes).\n- hwmon: (pmbus/lm25066) Let compiler determine outer dimension of lm25066_coeff (git-fixes).\n- hwrng: mtk - Force runtime pm ops for sleep ops (git-fixes).\n- ibmvnic: check failover_pending in login response (bsc#1190523 ltc#194510).\n- ibmvnic: delay complete() (bsc#1094840 ltc#167098 git-fixes).\n- ibmvnic: do not stop queue in xmit (bsc#1192273 ltc#194629).\n- ibmvnic: Process crqs after enabling interrupts (bsc#1192273 ltc#194629).\n- iio: dac: ad5446: Fix ad5622_write() return value (git-fixes).\n- Input: elantench - fix misreporting trackpoint coordinates (bsc#1192918).\n- Input: i8042 - Add quirk for Fujitsu Lifebook T725 (bsc#1191980).\n- kABI: Fix kABI after 36950f2da1ea (bsc#1191851).\n- kernel-*-subpackage: Add dependency on kernel scriptlets (bsc#1192740).\n- KVM: s390: extend kvm_s390_shadow_fault to return entry pointer (bsc#1133021).\n- KVM: s390: index kvm-\u003earch.idle_mask by vcpu_idx (bsc#1133021).\n- KVM: s390: split kvm_s390_logical_to_effective (bsc#1133021).\n- KVM: s390: VSIE: correctly handle MVPG when in VSIE (bsc#1133021).\n- libertas: Fix possible memory leak in probe and disconnect (git-fixes).\n- libertas_tf: Fix possible memory leak in probe and disconnect (git-fixes).\n- media: cedrus: Fix SUNXI tile size calculation (git-fixes).\n- media: cx23885: Fix snd_card_free call on null card pointer (git-fixes).\n- media: cxd2880-spi: Fix a null pointer dereference on error handling path (git-fixes).\n- media: dvb-frontends: mn88443x: Handle errors of clk_prepare_enable() (git-fixes).\n- media: dvb-usb: fix ununit-value in az6027_rc_query (git-fixes).\n- media: em28xx: add missing em28xx_close_extension (git-fixes).\n- media: em28xx: Do not use ops-\u003esuspend if it is NULL (git-fixes).\n- media: i2c: ths8200 needs V4L2_ASYNC (git-fixes).\n- media: ite-cir: IR receiver stop working after receive overflow (git-fixes).\n- media: mtk-vpu: Fix a resource leak in the error handling path of \u0027mtk_vpu_probe()\u0027 (git-fixes).\n- media: mxl111sf: change mutex_init() location (git-fixes).\n- media: radio-wl1273: Avoid card name truncation (git-fixes).\n- media: si470x: Avoid card name truncation (git-fixes).\n- media: staging/intel-ipu3: css: Fix wrong size comparison imgu_css_fw_init (git-fixes).\n- media: TDA1997x: handle short reads of hdmi info frame (git-fixes).\n- media: tm6000: Avoid card name truncation (git-fixes).\n- media: v4l2-ioctl: Fix check_ext_ctrls (git-fixes).\n- media: v4l2-ioctl: S_CTRL output the right value (git-fixes).\n- memory: fsl_ifc: fix leak of irq and nand_irq in fsl_ifc_ctrl_probe (git-fixes).\n- memstick: avoid out-of-range warning (git-fixes).\n- memstick: jmb38x_ms: use appropriate free function in jmb38x_ms_alloc_host() (git-fixes).\n- mmc: mxs-mmc: disable regulator on error and in the remove function (git-fixes).\n- mmc: sdhci: Map more voltage level to SDHCI_POWER_330 (git-fixes).\n- mmc: sdhci-omap: Fix NULL pointer exception if regulator is not configured (git-fixes).\n- mm/hugetlb: initialize hugetlb_usage in mm_init (bsc#1192906).\n- mt76: mt76x02: fix endianness warnings in mt76x02_mac.c (git-fixes).\n- mwifiex: fix division by zero in fw download path (git-fixes).\n- mwifiex: Send DELBA requests according to spec (git-fixes).\n- net: dsa: felix: re-enable TX flow control in ocelot_port_flush() (git-fixes).\n- net: mscc: ocelot: fix hardware timestamp dequeue logic.\n- net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb (git-fixes).\n- nvme-pci: set min_align_mask (bsc#1191851).\n- ocfs2: do not zero pages beyond i_size (bsc#1190795).\n- ocfs2: fix data corruption on truncate (bsc#1190795).\n- PCI: aardvark: Do not clear status bits of masked interrupts (git-fixes).\n- PCI: aardvark: Do not spam about PIO Response Status (git-fixes).\n- PCI: aardvark: Do not unmask unused interrupts (git-fixes).\n- PCI: aardvark: Fix checking for link up via LTSSM state (git-fixes).\n- PCI: aardvark: Fix reporting Data Link Layer Link Active (git-fixes).\n- PCI: aardvark: Fix return value of MSI domain .alloc() method (git-fixes).\n- PCI: aardvark: Read all 16-bits from PCIE_MSI_PAYLOAD_REG (git-fixes).\n- PCI/ACPI: Check for _OSC support in acpi_pci_osc_control_set() (bsc#1169263).\n- PCI/ACPI: Clarify message about _OSC failure (bsc#1169263).\n- PCI/ACPI: Move _OSC query checks to separate function (bsc#1169263).\n- PCI/ACPI: Move supported and control calculations to separate functions (bsc#1169263).\n- PCI/ACPI: Remove OSC_PCI_SUPPORT_MASKS and OSC_PCI_CONTROL_MASKS (bsc#1169263).\n- PCI/ACPI: Remove unnecessary osc_lock (bsc#1169263).\n- PCI: pci-bridge-emul: Fix emulation of W1C bits (git-fixes).\n- PCI: uniphier: Serialize INTx masking/unmasking and fix the bit operation (git-fixes).\n- pinctrl: core: fix possible memory leak in pinctrl_enable() (git-fixes).\n- platform/x86: thinkpad_acpi: Fix bitwise vs. logical warning (git-fixes).\n- power: supply: bq27xxx: Fix kernel crash on IRQ handler register error (git-fixes).\n- power: supply: max17042_battery: Prevent int underflow in set_soc_threshold (git-fixes).\n- power: supply: max17042_battery: use VFSOC for capacity when no rsns (git-fixes).\n- power: supply: rt5033 battery: Change voltage values to ca 5V (git-fixes).\n- printk/console: Allow to disable console output by using console=\u0027\u0027 or console=null (bsc#1192753).\n- printk: handle blank console arguments passed in (bsc#1192753).\n- qtnfmac: fix potential Spectre vulnerabilities (bsc#1192802).\n- r8152: add a helper function about setting EEE (git-fixes).\n- r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2 (git-fixes).\n- r8152: Disable PLA MCU clock speed down (git-fixes).\n- r8152: disable U2P3 for RTL8153B (git-fixes).\n- r8152: divide the tx and rx bottom functions (git-fixes).\n- r8152: do not enable U1U2 with USB_SPEED_HIGH for RTL8153B (git-fixes).\n- r8152: fix runtime resume for linking change (git-fixes).\n- r8152: replace array with linking list for rx information (git-fixes).\n- r8152: reset flow control patch when linking on for RTL8153B (git-fixes).\n- r8152: saving the settings of EEE (git-fixes).\n- r8152: separate the rx buffer size (git-fixes).\n- r8152: use alloc_pages for rx buffer (git-fixes).\n- regulator: dt-bindings: samsung,s5m8767: correct s5m8767,pmic-buck-default-dvs-idx property (git-fixes).\n- regulator: s5m8767: do not use reset value as DVS voltage if GPIO DVS is disabled (git-fixes).\n- Revert \u0027ibmvnic: check failover_pending in login response\u0027 (bsc#1190523 ltc#194510).\n- Revert \u0027platform/x86: i2c-multi-instantiate: Do not create platform device for INT3515 ACPI nodes\u0027 (git-fixes).\n- Revert \u0027r8152: adjust the settings about MAC clock speed down for RTL8153\u0027 (git-fixes).\n- Revert \u0027scsi: ufs: fix a missing check of devm_reset_control_get\u0027 (git-fixes).\n- Revert \u0027x86/kvm: fix vcpu-id indexed array sizes\u0027 (git-fixes).\n- rndis_host: set proper input size for OID_GEN_PHYSICAL_MEDIUM request (git-fixes).\n- rsi: fix control-message timeout (git-fixes).\n- rsi: Fix module dev_oper_mode parameter description (git-fixes).\n- rsi: stop thread firstly in rsi_91x_init() error handling (git-fixes).\n- rtl8187: fix control-message timeouts (git-fixes).\n- s390/qeth: fix deadlock during failing recovery (git-fixes).\n- s390/qeth: Fix deadlock in remove_discipline (git-fixes).\n- s390/qeth: fix NULL deref in qeth_clear_working_pool_list() (git-fixes).\n- scsi: be2iscsi: Fix an error handling path in beiscsi_dev_probe() (git-fixes).\n- scsi: BusLogic: Fix missing pr_cont() use (git-fixes).\n- scsi: core: Fix spelling in a source code comment (git-fixes).\n- scsi: csiostor: Add module softdep on cxgb4 (git-fixes).\n- scsi: csiostor: Uninitialized data in csio_ln_vnp_read_cbfn() (git-fixes).\n- scsi: dc395: Fix error case unwinding (git-fixes).\n- scsi: fdomain: Fix error return code in fdomain_probe() (git-fixes).\n- scsi: FlashPoint: Rename si_flags field (git-fixes).\n- scsi: iscsi: Fix iface sysfs attr detection (git-fixes).\n- scsi: libsas: Use _safe() loop in sas_resume_port() (git-fixes).\n- scsi: mpt3sas: Fix error return value in _scsih_expander_add() (git-fixes).\n- scsi: qedf: Add pointer checks in qedf_update_link_speed() (git-fixes).\n- scsi: qedf: Fix error codes in qedf_alloc_global_queues() (git-fixes).\n- scsi: qedi: Fix error codes in qedi_alloc_global_queues() (git-fixes).\n- scsi: qla2xxx: Fix a memory leak in an error path of qla2x00_process_els() (git-fixes).\n- scsi: qla2xxx: Make sure that aborted commands are freed (git-fixes).\n- scsi: smartpqi: Fix an error code in pqi_get_raid_map() (git-fixes).\n- scsi: snic: Fix an error message (git-fixes).\n- scsi: ufs-pci: Add quirk for broken auto-hibernate for Intel EHL (git-fixes).\n- scsi: ufs: ufshcd-pltfrm: Fix memory leak due to probe defer (git-fixes).\n- serial: 8250_dw: Drop wrong use of ACPI_PTR() (git-fixes).\n- serial: xilinx_uartps: Fix race condition causing stuck TX (git-fixes).\n- staging: r8712u: fix control-message timeout (git-fixes).\n- staging: rtl8192u: fix control-message timeouts (git-fixes).\n- stmmac: platform: Fix signedness bug in stmmac_probe_config_dt() (git-fixes).\n- swiotlb: add a IO_TLB_SIZE define (bsc#1191851).\n- swiotlb: clean up swiotlb_tbl_unmap_single (bsc#1191851).\n- swiotlb: do not modify orig_addr in swiotlb_tbl_sync_single (bsc#1191851).\n- swiotlb: factor out an io_tlb_offset helper (bsc#1191851).\n- swiotlb: factor out a nr_slots helper (bsc#1191851).\n- swiotlb: refactor swiotlb_tbl_map_single (bsc#1191851).\n- swiotlb: respect min_align_mask (bsc#1191851).\n- swiotlb: Split size parameter to map/unmap APIs (bsc#1191851).\n- tpm: Check for integer overflow in tpm2_map_response_body() (git-fixes).\n- tracing: Increase PERF_MAX_TRACE_SIZE to handle Sentinel1 and docker together (bsc#1192745).\n- Update config files: Add CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set\n- usb: gadget: hid: fix error code in do_config() (git-fixes).\n- usb: iowarrior: fix control-message timeouts (git-fixes).\n- usb: max-3421: Use driver data instead of maintaining a list of bound devices (git-fixes).\n- usb: musb: Balance list entry in musb_gadget_queue (git-fixes).\n- usbnet: fix error return code in usbnet_probe() (git-fixes).\n- usbnet: sanity check for maxpacket (git-fixes).\n- usb: serial: keyspan: fix memleak on probe errors (git-fixes).\n- video: fbdev: chipsfb: use memset_io() instead of memset() (git-fixes).\n- virtio-gpu: fix possible memory allocation failure (git-fixes).\n- wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two\u0027s complement (git-fixes).\n- wcn36xx: add proper DMA memory barriers in rx path (git-fixes).\n- wcn36xx: Fix HT40 capability for 2Ghz band (git-fixes).\n- x86/ioapic: Force affinity setup before startup (bsc#1152489).\n- x86/msi: Force affinity setup before startup (bsc#1152489).\n- x86/sme: Use #define USE_EARLY_PGTABLE_L5 in mem_encrypt_identity.c (bsc#1152489).\n- x86/xen: Mark cpu_bringup_and_idle() as dead_end_function (git-fixes).\n- xen: Fix implicit type conversion (git-fixes).\n- xen-pciback: Fix return in pm_ctrl_init() (git-fixes).\n- xfs: do not allow log writes if the data device is readonly (bsc#1192229).\n- zram-avoid-race-between-zram_remove-and-disksize_sto.patch: (bsc#1170269).\n- zram-don-t-fail-to-remove-zram-during-unloading-modu.patch: (bsc#1170269).\n- zram-fix-race-between-zram_reset_device-and-disksize.patch: (bsc#1170269).\n- zram-replace-fsync_bdev-with-sync_blockdev.patch: (bsc#1170269).\n",
        "title": "Description of the patch"
      },
      {
        "category": "details",
        "text": "SUSE-2021-3933,SUSE-SLE-Module-Basesystem-15-SP2-2021-3933,SUSE-SLE-Module-Development-Tools-15-SP2-2021-3933,SUSE-SLE-Module-Legacy-15-SP2-2021-3933,SUSE-SLE-Module-Live-Patching-15-SP2-2021-3933,SUSE-SLE-Product-HA-15-SP2-2021-3933,SUSE-SLE-Product-WE-15-SP2-2021-3933,SUSE-SUSE-MicroOS-5.0-2021-3933",
        "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-2021_3933-1.json"
      },
      {
        "category": "self",
        "summary": "URL for SUSE-SU-2021:3933-1",
        "url": "https://www.suse.com/support/update/announcement/2021/suse-su-20213933-1/"
      },
      {
        "category": "self",
        "summary": "E-Mail link for SUSE-SU-2021:3933-1",
        "url": "https://lists.suse.com/pipermail/sle-security-updates/2021-December/009843.html"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1094840",
        "url": "https://bugzilla.suse.com/1094840"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1133021",
        "url": "https://bugzilla.suse.com/1133021"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1152489",
        "url": "https://bugzilla.suse.com/1152489"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1169263",
        "url": "https://bugzilla.suse.com/1169263"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1170269",
        "url": "https://bugzilla.suse.com/1170269"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1188601",
        "url": "https://bugzilla.suse.com/1188601"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1190523",
        "url": "https://bugzilla.suse.com/1190523"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1190795",
        "url": "https://bugzilla.suse.com/1190795"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1191790",
        "url": "https://bugzilla.suse.com/1191790"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1191851",
        "url": "https://bugzilla.suse.com/1191851"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1191958",
        "url": "https://bugzilla.suse.com/1191958"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1191961",
        "url": "https://bugzilla.suse.com/1191961"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1191980",
        "url": "https://bugzilla.suse.com/1191980"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192045",
        "url": "https://bugzilla.suse.com/1192045"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192229",
        "url": "https://bugzilla.suse.com/1192229"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192273",
        "url": "https://bugzilla.suse.com/1192273"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192328",
        "url": "https://bugzilla.suse.com/1192328"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192718",
        "url": "https://bugzilla.suse.com/1192718"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192740",
        "url": "https://bugzilla.suse.com/1192740"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192745",
        "url": "https://bugzilla.suse.com/1192745"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192750",
        "url": "https://bugzilla.suse.com/1192750"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192753",
        "url": "https://bugzilla.suse.com/1192753"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192781",
        "url": "https://bugzilla.suse.com/1192781"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192802",
        "url": "https://bugzilla.suse.com/1192802"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192896",
        "url": "https://bugzilla.suse.com/1192896"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192906",
        "url": "https://bugzilla.suse.com/1192906"
      },
      {
        "category": "self",
        "summary": "SUSE Bug 1192918",
        "url": "https://bugzilla.suse.com/1192918"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-0941 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-0941/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-20322 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-20322/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-31916 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-31916/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-34981 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-34981/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-37159 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-37159/"
      },
      {
        "category": "self",
        "summary": "SUSE CVE CVE-2021-43389 page",
        "url": "https://www.suse.com/security/cve/CVE-2021-43389/"
      }
    ],
    "title": "Security update for the Linux Kernel",
    "tracking": {
      "current_release_date": "2021-12-06T10:35:54Z",
      "generator": {
        "date": "2021-12-06T10:35:54Z",
        "engine": {
          "name": "cve-database.git:bin/generate-csaf.pl",
          "version": "1"
        }
      },
      "id": "SUSE-SU-2021:3933-1",
      "initial_release_date": "2021-12-06T10:35:54Z",
      "revision_history": [
        {
          "date": "2021-12-06T10:35:54Z",
          "number": "1",
          "summary": "Current version"
        }
      ],
      "status": "final",
      "version": "1"
    }
  },
  "product_tree": {
    "branches": [
      {
        "branches": [
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "cluster-md-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "cluster-md-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "cluster-md-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "cluster-md-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "dlm-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "dlm-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "dlm-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "dlm-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "gfs2-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "gfs2-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "gfs2-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "gfs2-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-default-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
                "product": {
                  "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
                  "product_id": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.aarch64",
                "product": {
                  "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.aarch64",
                  "product_id": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-default-devel-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-default-devel-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-default-extra-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-default-extra-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-default-livepatch-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-default-livepatch-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-default-livepatch-devel-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-obs-build-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-obs-build-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-qa-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-obs-qa-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-obs-qa-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-devel-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-preempt-devel-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-preempt-devel-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-extra-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-preempt-extra-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-preempt-extra-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kernel-syms-5.3.18-24.96.1.aarch64",
                  "product_id": "kernel-syms-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kselftests-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "kselftests-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "kselftests-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "kselftests-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "ocfs2-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "ocfs2-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "ocfs2-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
                  "product_id": "reiserfs-kmp-default-5.3.18-24.96.1.aarch64"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-preempt-5.3.18-24.96.1.aarch64",
                "product": {
                  "name": "reiserfs-kmp-preempt-5.3.18-24.96.1.aarch64",
                  "product_id": "reiserfs-kmp-preempt-5.3.18-24.96.1.aarch64"
                }
              }
            ],
            "category": "architecture",
            "name": "aarch64"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "kernel-devel-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-devel-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-devel-5.3.18-24.96.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-docs-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-docs-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-docs-5.3.18-24.96.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-docs-html-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-docs-html-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-docs-html-5.3.18-24.96.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-macros-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-macros-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-macros-5.3.18-24.96.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-source-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-source-5.3.18-24.96.1.noarch"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-source-vanilla-5.3.18-24.96.1.noarch",
                "product": {
                  "name": "kernel-source-vanilla-5.3.18-24.96.1.noarch",
                  "product_id": "kernel-source-vanilla-5.3.18-24.96.1.noarch"
                }
              }
            ],
            "category": "architecture",
            "name": "noarch"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "cluster-md-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "dlm-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "dlm-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "gfs2-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-debug-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-debug-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-debug-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-debug-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-livepatch-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-debug-livepatch-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-debug-livepatch-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
                "product": {
                  "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
                  "product_id": "kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.ppc64le",
                "product": {
                  "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.ppc64le",
                  "product_id": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-default-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-default-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-default-extra-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-default-extra-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-default-livepatch-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-kvmsmall-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-kvmsmall-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-kvmsmall-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-kvmsmall-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
                "product": {
                  "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
                  "product_id": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-obs-build-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-obs-build-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-qa-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-obs-qa-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-obs-qa-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kernel-syms-5.3.18-24.96.1.ppc64le",
                  "product_id": "kernel-syms-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "kselftests-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "kselftests-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "ocfs2-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
                "product": {
                  "name": "reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
                  "product_id": "reiserfs-kmp-default-5.3.18-24.96.1.ppc64le"
                }
              }
            ],
            "category": "architecture",
            "name": "ppc64le"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cluster-md-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "cluster-md-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "cluster-md-kmp-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "dlm-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "dlm-kmp-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "gfs2-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "gfs2-kmp-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-default-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
                "product": {
                  "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
                  "product_id": "kernel-default-base-5.3.18-24.96.1.9.44.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.s390x",
                "product": {
                  "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.s390x",
                  "product_id": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-default-devel-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-default-devel-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-default-extra-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-default-extra-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-default-livepatch-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-default-livepatch-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-default-livepatch-devel-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
                "product": {
                  "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
                  "product_id": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-obs-build-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-obs-build-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-qa-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-obs-qa-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-obs-qa-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-syms-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-syms-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-zfcpdump-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kernel-zfcpdump-5.3.18-24.96.1.s390x",
                  "product_id": "kernel-zfcpdump-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "kselftests-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "kselftests-kmp-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "ocfs2-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "ocfs2-kmp-default-5.3.18-24.96.1.s390x"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-default-5.3.18-24.96.1.s390x",
                "product": {
                  "name": "reiserfs-kmp-default-5.3.18-24.96.1.s390x",
                  "product_id": "reiserfs-kmp-default-5.3.18-24.96.1.s390x"
                }
              }
            ],
            "category": "architecture",
            "name": "s390x"
          },
          {
            "branches": [
              {
                "category": "product_version",
                "name": "cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "cluster-md-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "cluster-md-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "cluster-md-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "cluster-md-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "dlm-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "dlm-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "dlm-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "dlm-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "dlm-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "gfs2-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "gfs2-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "gfs2-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "gfs2-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "gfs2-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-debug-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-debug-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-debug-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-debug-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-debug-livepatch-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-debug-livepatch-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-debug-livepatch-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-default-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
                "product": {
                  "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
                  "product_id": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.x86_64",
                "product": {
                  "name": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.x86_64",
                  "product_id": "kernel-default-base-rebuild-5.3.18-24.96.1.9.44.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-default-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-default-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-extra-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-default-extra-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-default-extra-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-default-livepatch-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-default-livepatch-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-kvmsmall-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-kvmsmall-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-kvmsmall-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-kvmsmall-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-kvmsmall-livepatch-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
                "product": {
                  "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
                  "product_id": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-livepatch-5_3_18-24_96-preempt-1-5.3.1.x86_64",
                "product": {
                  "name": "kernel-livepatch-5_3_18-24_96-preempt-1-5.3.1.x86_64",
                  "product_id": "kernel-livepatch-5_3_18-24_96-preempt-1-5.3.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-build-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-obs-build-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-obs-build-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-obs-qa-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-obs-qa-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-obs-qa-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-preempt-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-preempt-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-extra-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-preempt-extra-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-preempt-extra-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-preempt-livepatch-devel-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kernel-syms-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kernel-syms-5.3.18-24.96.1.x86_64",
                  "product_id": "kernel-syms-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kselftests-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "kselftests-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "kselftests-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "kselftests-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "kselftests-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "ocfs2-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "ocfs2-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "ocfs2-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "ocfs2-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
                  "product_id": "reiserfs-kmp-default-5.3.18-24.96.1.x86_64"
                }
              },
              {
                "category": "product_version",
                "name": "reiserfs-kmp-preempt-5.3.18-24.96.1.x86_64",
                "product": {
                  "name": "reiserfs-kmp-preempt-5.3.18-24.96.1.x86_64",
                  "product_id": "reiserfs-kmp-preempt-5.3.18-24.96.1.x86_64"
                }
              }
            ],
            "category": "architecture",
            "name": "x86_64"
          },
          {
            "branches": [
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
                  "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-basesystem:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Development Tools 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Development Tools 15 SP2",
                  "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-development-tools:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Module for Legacy 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Module for Legacy 15 SP2",
                  "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-legacy:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Live Patching 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Live Patching 15 SP2",
                  "product_id": "SUSE Linux Enterprise Live Patching 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-module-live-patching:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise High Availability Extension 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise High Availability Extension 15 SP2",
                  "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-ha:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Workstation Extension 15 SP2",
                "product": {
                  "name": "SUSE Linux Enterprise Workstation Extension 15 SP2",
                  "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:sle-we:15:sp2"
                  }
                }
              },
              {
                "category": "product_name",
                "name": "SUSE Linux Enterprise Micro 5.0",
                "product": {
                  "name": "SUSE Linux Enterprise Micro 5.0",
                  "product_id": "SUSE Linux Enterprise Micro 5.0",
                  "product_identification_helper": {
                    "cpe": "cpe:/o:suse:suse-microos:5.0"
                  }
                }
              }
            ],
            "category": "product_family",
            "name": "SUSE Linux Enterprise"
          }
        ],
        "category": "vendor",
        "name": "SUSE"
      }
    ],
    "relationships": [
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-default-devel-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-default-devel-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-default-devel-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-devel-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-devel-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-devel-5.3.18-24.96.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch"
        },
        "product_reference": "kernel-devel-5.3.18-24.96.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-macros-5.3.18-24.96.1.noarch as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch"
        },
        "product_reference": "kernel-macros-5.3.18-24.96.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-preempt-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-preempt-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-preempt-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Basesystem 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-preempt-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Basesystem 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-docs-5.3.18-24.96.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch"
        },
        "product_reference": "kernel-docs-5.3.18-24.96.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-obs-build-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-obs-build-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-obs-build-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-obs-build-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-obs-build-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-preempt-devel-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-preempt-devel-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-preempt-devel-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-preempt-devel-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-source-5.3.18-24.96.1.noarch as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch"
        },
        "product_reference": "kernel-source-5.3.18-24.96.1.noarch",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-syms-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-syms-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-syms-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-syms-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Development Tools 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-syms-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Development Tools 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Module for Legacy 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Module for Legacy 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "reiserfs-kmp-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "reiserfs-kmp-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Module for Legacy 15 SP2",
          "product_id": "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Module for Legacy 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-default-livepatch-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-livepatch-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x"
        },
        "product_reference": "kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le"
        },
        "product_reference": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x"
        },
        "product_reference": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 15 SP2",
          "product_id": "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64"
        },
        "product_reference": "kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Live Patching 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "cluster-md-kmp-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "cluster-md-kmp-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "dlm-kmp-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "dlm-kmp-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "dlm-kmp-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "dlm-kmp-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "dlm-kmp-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "gfs2-kmp-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "gfs2-kmp-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "gfs2-kmp-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "gfs2-kmp-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default-5.3.18-24.96.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le"
        },
        "product_reference": "ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default-5.3.18-24.96.1.s390x as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x"
        },
        "product_reference": "ocfs2-kmp-default-5.3.18-24.96.1.s390x",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "ocfs2-kmp-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise High Availability Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-extra-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-extra-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-preempt-extra-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 15 SP2",
          "product_id": "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-preempt-extra-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Workstation Extension 15 SP2"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0",
          "product_id": "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-5.3.18-24.96.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0",
          "product_id": "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64"
        },
        "product_reference": "kernel-default-5.3.18-24.96.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64 as component of SUSE Linux Enterprise Micro 5.0",
          "product_id": "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0"
      },
      {
        "category": "default_component_of",
        "full_product_name": {
          "name": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64 as component of SUSE Linux Enterprise Micro 5.0",
          "product_id": "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64"
        },
        "product_reference": "kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
        "relates_to_product_reference": "SUSE Linux Enterprise Micro 5.0"
      }
    ]
  },
  "vulnerabilities": [
    {
      "cve": "CVE-2021-0941",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-0941"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "In bpf_skb_change_head of filter.c, there is a possible out of bounds read due to a use after free. This could lead to local escalation of privilege with System execution privileges needed. User interaction is not needed for exploitation.Product: AndroidVersions: Android kernelAndroid ID: A-154177719References: Upstream kernel",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-0941",
          "url": "https://www.suse.com/security/cve/CVE-2021-0941"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1192045 for CVE-2021-0941",
          "url": "https://bugzilla.suse.com/1192045"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1192048 for CVE-2021-0941",
          "url": "https://bugzilla.suse.com/1192048"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2021-0941"
    },
    {
      "cve": "CVE-2021-20322",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-20322"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "A flaw in the processing of received ICMP errors (ICMP fragment needed and ICMP redirect) in the Linux kernel functionality was found to allow the ability to quickly scan open UDP ports. This flaw allows an off-path remote user to effectively bypass the source port UDP randomization. The highest threat from this vulnerability is to confidentiality and possibly integrity, because software that relies on UDP source port randomization are indirectly affected as well.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-20322",
          "url": "https://www.suse.com/security/cve/CVE-2021-20322"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1191790 for CVE-2021-20322",
          "url": "https://bugzilla.suse.com/1191790"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1191813 for CVE-2021-20322",
          "url": "https://bugzilla.suse.com/1191813"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1193290 for CVE-2021-20322",
          "url": "https://bugzilla.suse.com/1193290"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.4,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2021-20322"
    },
    {
      "cve": "CVE-2021-31916",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-31916"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An out-of-bounds (OOB) memory write flaw was found in list_devices in drivers/md/dm-ioctl.c in the Multi-device driver module in the Linux kernel before 5.12. A bound check failure allows an attacker with special user (CAP_SYS_ADMIN) privilege to gain access to out-of-bounds memory leading to a system crash or a leak of internal kernel information. The highest threat from this vulnerability is to system availability.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-31916",
          "url": "https://www.suse.com/security/cve/CVE-2021-31916"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1192781 for CVE-2021-31916",
          "url": "https://bugzilla.suse.com/1192781"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 6.8,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:A/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2021-31916"
    },
    {
      "cve": "CVE-2021-34981",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-34981"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "Linux Kernel Bluetooth CMTP Module Double Free Privilege Escalation Vulnerability. This vulnerability allows local attackers to escalate privileges on affected installations of Linux Kernel. An attacker must first obtain the ability to execute high-privileged code on the target system in order to exploit this vulnerability.\n\nThe specific flaw exists within the CMTP module. The issue results from the lack of validating the existence of an object prior to performing further free operations on the object. An attacker can leverage this vulnerability to escalate privileges and execute code in the context of the kernel. Was ZDI-CAN-11977.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-34981",
          "url": "https://www.suse.com/security/cve/CVE-2021-34981"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1191961 for CVE-2021-34981",
          "url": "https://bugzilla.suse.com/1191961"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1192595 for CVE-2021-34981",
          "url": "https://bugzilla.suse.com/1192595"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1196722 for CVE-2021-34981",
          "url": "https://bugzilla.suse.com/1196722"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1212298 for CVE-2021-34981",
          "url": "https://bugzilla.suse.com/1212298"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 7.5,
            "baseSeverity": "HIGH",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:H/UI:N/S:C/C:H/I:H/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "important"
        }
      ],
      "title": "CVE-2021-34981"
    },
    {
      "cve": "CVE-2021-37159",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-37159"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "hso_free_net_device in drivers/net/usb/hso.c in the Linux kernel through 5.13.4 calls unregister_netdev without checking for the NETREG_REGISTERED state, leading to a use-after-free and a double free.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-37159",
          "url": "https://www.suse.com/security/cve/CVE-2021-37159"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1188601 for CVE-2021-37159",
          "url": "https://bugzilla.suse.com/1188601"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2021-37159"
    },
    {
      "cve": "CVE-2021-43389",
      "ids": [
        {
          "system_name": "SUSE CVE Page",
          "text": "https://www.suse.com/security/cve/CVE-2021-43389"
        }
      ],
      "notes": [
        {
          "category": "general",
          "text": "An issue was discovered in the Linux kernel before 5.14.15. There is an array-index-out-of-bounds flaw in the detach_capi_ctr function in drivers/isdn/capi/kcapi.c.",
          "title": "CVE description"
        }
      ],
      "product_status": {
        "recommended": [
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
          "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
          "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
          "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
        ]
      },
      "references": [
        {
          "category": "external",
          "summary": "CVE-2021-43389",
          "url": "https://www.suse.com/security/cve/CVE-2021-43389"
        },
        {
          "category": "external",
          "summary": "SUSE Bug 1191958 for CVE-2021-43389",
          "url": "https://bugzilla.suse.com/1191958"
        }
      ],
      "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 High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "scores": [
        {
          "cvss_v3": {
            "baseScore": 4.7,
            "baseSeverity": "MEDIUM",
            "vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
            "version": "3.1"
          },
          "products": [
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:cluster-md-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:dlm-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:gfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise High Availability Extension 15 SP2:ocfs2-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-default-livepatch-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.ppc64le",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.s390x",
            "SUSE Linux Enterprise Live Patching 15 SP2:kernel-livepatch-5_3_18-24_96-default-1-5.3.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Micro 5.0:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-base-5.3.18-24.96.1.9.44.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-default-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-devel-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-macros-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Basesystem 15 SP2:kernel-preempt-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-docs-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-obs-build-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-preempt-devel-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-source-5.3.18-24.96.1.noarch",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Development Tools 15 SP2:kernel-syms-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.aarch64",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.ppc64le",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.s390x",
            "SUSE Linux Enterprise Module for Legacy 15 SP2:reiserfs-kmp-default-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-default-extra-5.3.18-24.96.1.x86_64",
            "SUSE Linux Enterprise Workstation Extension 15 SP2:kernel-preempt-extra-5.3.18-24.96.1.x86_64"
          ]
        }
      ],
      "threats": [
        {
          "category": "impact",
          "date": "2021-12-06T10:35:54Z",
          "details": "moderate"
        }
      ],
      "title": "CVE-2021-43389"
    }
  ]
}


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 seen somewhere by the user.
  • Confirmed: The vulnerability is confirmed from an analyst perspective.
  • Exploited: This vulnerability was exploited and seen by the user reporting the sighting.
  • Patched: This vulnerability was successfully patched by the user reporting the sighting.
  • Not exploited: This vulnerability was not exploited or seen by the user reporting the sighting.
  • Not confirmed: The user expresses doubt about the veracity of the vulnerability.
  • Not patched: This vulnerability was not successfully patched by the user reporting the sighting.


Loading…

Loading…