{"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":"\nThe SUSE Linux Enterprise 12 SP5 kernel was updated to receive various security and bugfixes.\n\nThe following security bugs were fixed:\n\n- CVE-2022-4662: Fixed a recursive locking violation in usb-storage that can cause the kernel to deadlock. (bsc#1206664)\n- CVE-2022-3564: Fixed a bug which could lead to use after free, it was found in the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. (bsc#1206073)\n- CVE-2022-3108: Fixed a bug in kfd_parse_subtype_iolink in drivers/gpu/drm/amd/amdkfd/kfd_crat.c where a lack of check of the return value of kmemdup() could lead to a NULL pointer dereference. (bsc#1206389)\n- CVE-2023-23454: Fixed a type confusion bug in the CBQ network scheduler which could lead to a use-after-free (bsc#1207036)\n- CVE-2022-3107: Fixed a null pointer dereference caused by a missing check of the return value of kvmalloc_array. (bsc#1206395)\n- CVE-2023-0394: Fixed a null pointer dereference flaw in the network subcomponent in the Linux kernel which could lead to system crash (bsc#1207168).\n    \nThe following non-security bugs were fixed:\n\n- arm64: alternative: Use true and false for boolean values (git-fixes)\n- arm64: cmpwait: Clear event register before arming exclusive monitor (git-fixes)\n- arm64: Fix minor issues with the dcache_by_line_op macro (git-fixes)\n- arm64: fix possible spectre-v1 in ptrace_hbp_get_event() (git-fixes)\n- arm64: fix possible spectre-v1 write in ptrace_hbp_set_event() (git-fixes)\n- arm64: ftrace: do not adjust the LR value (git-fixes)\n- arm64: io: Ensure calls to delay routines are ordered against prior (git-fixes)\n- arm64: io: Ensure value passed to __iormb() is held in a 64-bit (git-fixes)\n- arm64: jump_label.h: use asm_volatile_goto macro instead of 'asm (git-fixes)\n- arm64: make secondary_start_kernel() notrace (git-fixes)\n- arm64: makefile fix build of .i file in external module case (git-fixes)\n- arm64: ptrace: remove addr_limit manipulation (git-fixes)\n- arm64: rockchip: Force CONFIG_PM on Rockchip systems (git-fixes)\n- arm64: smp: Handle errors reported by the firmware (git-fixes)\n- arm64/kvm: consistently handle host HCR_EL2 flags (git-fixes)\n- Bluetooth: hci_qca: Fix the teardown problem for real (git-fixes).\n- CDC-NCM: remove 'connected' log message (git-fixes).\n- ceph: remove bogus checks and WARN_ONs from ceph_set_page_dirty (bsc#1207195).\n- flexfiles: enforce per-mirror stateid only for v4 DSes (git-fixes).\n- flexfiles: use per-mirror specified stateid for IO (git-fixes).\n- fs: nfs: Fix possible null-pointer dereferences in encode_attrs() (git-fixes).\n- ibmveth: Always stop tx queues during close (bsc#1065729).\n- ipv6: raw: Deduct extension header length in rawv6_push_pending_frames (bsc#1207168).\n- kABI: mitigate new ufs_stats field (git-fixes).\n- lockd: fix decoding of TEST results (git-fixes).\n- media: Do not let tvp5150_get_vbi() go out of vbi_ram_default array (git-fixes).\n- media: i2c: tvp5150: remove useless variable assignment in tvp5150_set_vbi() (git-fixes).\n- memcg, kmem: further deprecate kmem.limit_in_bytes (bsc#1206896).\n- memcg: Fix possible use-after-free in memcg_write_event_control() (bsc#1206344).\n- mm, page_alloc: avoid expensive reclaim when compaction may not succeed (bsc#1204250).\n- module: set MODULE_STATE_GOING state when a module fails to load (git-fixes).\n- move new members of struct usbnet to end (git-fixes).\n- net :sunrpc :clnt :Fix xps refcount imbalance on the error path (git-fixes).\n- net: kalmia: clean up bind error path (git-fixes).\n- net: kalmia: fix memory leaks (git-fixes).\n- net: sched: atm: dont intepret cls results when asked to drop (bsc#1207036).\n- net: sched: cbq: dont intepret cls results when asked to drop (bsc#1207036).\n- net: sunrpc: Fix off-by-one issues in 'rpc_ntop6' (git-fixes).\n- net: usb: asix: ax88772_bind return error when hw_reset fail (git-fixes).\n- net: usb: asix: init MAC address buffers (git-fixes).\n- net: usb: qmi_wwan: add Quectel EM160R-GL (git-fixes).\n- net: usb: qmi_wwan: add Telit 0x103a composition (git-fixes).\n- net: usb: qmi_wwan: Add the BroadMobi BM818 card (git-fixes).\n- net: usb: qmi_wwan: add u-blox 0x1342 composition (git-fixes).\n- net: usb: qmi_wwan: restore mtu min/max values after raw_ip switch (git-fixes).\n- net: usb: qmi_wwan: Set DTR quirk for MR400 (git-fixes).\n- net: usb: rtl8150: demote allmulti message to dev_dbg() (git-fixes).\n- net/usb/kalmia: use ARRAY_SIZE for various array sizing calculations (git-fixes).\n- NFS Handle missing attributes in OPEN reply (bsc#1203740).\n- NFS: Correct size calculation for create reply length (git-fixes).\n- NFS: direct.c: Fix memory leak of dreq when nfs_get_lock_context fails (git-fixes).\n- NFS: Fix an Oops in nfs_d_automount() (git-fixes).\n- NFS: Fix initialisation of I/O result struct in nfs_pgio_rpcsetup (git-fixes).\n- NFS: Fix memory leaks in nfs_pageio_stop_mirroring() (git-fixes).\n- NFS: Fix NULL pointer dereference of dev_name (git-fixes).\n- NFS: fix PNFS_FLEXFILE_LAYOUT Kconfig default (git-fixes).\n- NFS: nfs_compare_mount_options always compare auth flavors (git-fixes).\n- NFS: nfs_find_open_context() may only select open files (git-fixes).\n- NFS: nfs4clinet: check the return value of kstrdup() (git-fixes).\n- NFS: swap IO handling is slightly different for O_DIRECT IO (git-fixes).\n- NFS: swap-out must always use STABLE writes (git-fixes).\n- NFS: we do not support removing system.nfs4_acl (git-fixes).\n- NFS4: Fix kmemleak when allocate slot failed (git-fixes).\n- NFSD: allow fh_want_write to be called twice (git-fixes).\n- NFSD: fix a warning in __cld_pipe_upcall() (git-fixes).\n- NFSD: Fix svc_xprt refcnt leak when setup callback client failed (git-fixes).\n- NFSD: fix wrong check in write_v4_end_grace() (git-fixes).\n- NFSD: Keep existing listeners on portlist error (git-fixes).\n- NFSD: Return EPERM, not EACCES, in some SETATTR cases (git-fixes).\n- NFSD: Return nfserr_serverfault if splice_ok but buf->pages have data (git-fixes).\n- NFSD4: fix crash on writing v4_end_grace before nfsd startup (git-fixes).\n- NFSv2: Fix eof handling (git-fixes).\n- NFSv2: Fix write regression (git-fixes).\n- NFSv4 expose nfs_parse_server_name function (git-fixes).\n- NFSv4 only print the label when its queried (git-fixes).\n- NFSv4 remove zero number of fs_locations entries error check (git-fixes).\n- NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturn (git-fixes).\n- NFSv4: Fix open create exclusive when the server reboots (git-fixes).\n- NFSv4: Fix return value in nfs_finish_open() (git-fixes).\n- NFSv4: Fix return values for nfs4_file_open() (git-fixes).\n- NFSv4.1 handle ERR_DELAY error reclaiming locking state on delegation recall (git-fixes).\n- NFSv4.1: Fix uninitialised variable in devicenotify (git-fixes).\n- NFSv4.1: Handle RECLAIM_COMPLETE trunking errors (git-fixes).\n- NFSv4.1: We must always send RECLAIM_COMPLETE after a reboot (git-fixes).\n- NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decoding (git-fixes).\n- NFSv4.2: Fix a memory stomp in decode_attr_security_label (git-fixes).\n- NFSv4.2: Fix initialisation of struct nfs4_label (git-fixes).\n- NFSv4.2: Fixup CLONE dest file size for zero-length count (git-fixes).\n- NFSv4.x: Fail client initialisation if state manager thread can't run (git-fixes).\n- NFSv4.x: fix lock recovery during delegation recall (git-fixes).\n- NFSv4/pNFS: Always return layout stats on layout return for flexfiles (git-fixes).\n- pNFS/NFSv4: Try to return invalid layout in pnfs_layout_process() (git-fixes).\n- powerpc: Force inlining of cpu_has_feature() to avoid build failure (bsc#1065729).\n- powerpc: improve handling of unrecoverable system reset (bsc#1065729).\n- powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe() (bsc#1065729).\n- powerpc/64: Init jump labels before parse_early_param() (bsc#1065729).\n- powerpc/64/module: REL32 relocation range check (bsc#1065729).\n- powerpc/64s/hash: Fix stab_rr off by one initialization (bsc#1065729).\n- powerpc/64s/pgtable: fix an undefined behaviour (bsc#1065729).\n- powerpc/boot: Disable vector instructions (bsc#1065729).\n- powerpc/boot: Explicitly disable usage of SPE instructions (bsc#1065729).\n- powerpc/boot: Fix 64-bit boot wrapper build with non-biarch compiler (bsc#1065729).\n- powerpc/boot: Fix missing check of lseek() return value (bsc#1065729).\n- powerpc/boot: Fixup device-tree on little endian (bsc#1065729).\n- powerpc/crashkernel: Take 'mem=' option into account (bsc#1065729).\n- powerpc/eeh: Fix possible null deref in eeh_dump_dev_log() (bsc#1065729).\n- powerpc/eeh: Fix use of EEH_PE_KEEP on wrong field (bsc#1065729).\n- powerpc/eeh: Only dump stack once if an MMIO loop is detected (bsc#1065729).\n- powerpc/futex: Fix warning: 'oldval' may be used uninitialized in this function (bsc#1065729).\n- powerpc/iommu: Avoid derefence before pointer check (bsc#1065729).\n- powerpc/mm: Make NULL pointer deferences explicit on bad page faults (bsc#1065729).\n- powerpc/pci: Fix get_phb_number() locking (bsc#1065729).\n- powerpc/pci/of: Fix OF flags parsing for 64bit BARs (bsc#1065729).\n- powerpc/perf: callchain validate kernel stack pointer bounds (bsc#1065729).\n- powerpc/powernv: add missing of_node_put (bsc#1065729).\n- powerpc/powernv: opal_put_chars partial write fix (bsc#1065729).\n- powerpc/powernv/eeh/npu: Fix uninitialized variables in opal_pci_eeh_freeze_status (bsc#1065729).\n- powerpc/powernv/iov: Ensure the pdn for VFs always contains a valid PE number (bsc#1065729).\n- powerpc/powernv/smp: Fix spurious DBG() warning (bsc#1065729).\n- powerpc/pseries: add of_node_put() in dlpar_detach_node() (bsc#1065729).\n- powerpc/pseries: Fix node leak in update_lmb_associativity_index() (bsc#1065729).\n- powerpc/pseries: Mark accumulate_stolen_time() as notrace (bsc#1065729).\n- powerpc/pseries: Stop calling printk in rtas_stop_self() (bsc#1065729).\n- powerpc/pseries: unregister VPA when hot unplugging a CPU (bsc#1205695 ltc#200603).\n- powerpc/pseries/cmm: Implement release() function for sysfs device (bsc#1065729).\n- powerpc/pseries/eeh: use correct API for error log size (bsc#1065729).\n- powerpc/pseries/hvconsole: Fix stack overread via udbg (bsc#1065729).\n- powerpc/rtas: avoid device tree lookups in rtas_os_term() (bsc#1065729).\n- powerpc/rtas: avoid scheduling in rtas_os_term() (bsc#1065729).\n- powerpc/smp: Set numa node before updating mask (bsc#1065729).\n- powerpc/sriov: Remove VF eeh_dev state when disabling SR-IOV (bsc#1065729).\n- powerpc/time: Fix clockevent_decrementer initalisation for PR KVM (bsc#1065729).\n- powerpc/time: Use clockevents_register_device(), fixing an issue with large decrementer (bsc#1065729).\n- powerpc/traps: Fix the message printed when stack overflows (bsc#1065729).\n- powerpc/xive: Add a check for memory allocation failure (git-fixes).\n- powerpc/xive: add missing iounmap() in error path in xive_spapr_populate_irq_data() (git-fixes).\n- powerpc/xive: Move a dereference below a NULL test (bsc#1065729).\n- powerpc/xive/spapr: correct bitmap allocation size (git-fixes).\n- powerpc/xmon: fix dump_segments() (bsc#1065729).\n- rndis_host: increase sleep time in the query-response loop (git-fixes).\n- rpc: fix gss_svc_init cleanup on failure (git-fixes).\n- rpc: fix NULL dereference on kmalloc failure (git-fixes).\n- scsi: 3w-9xxx: Avoid disabling device if failing to enable it (git-fixes).\n- scsi: 3ware: fix return 0 on the error path of probe (git-fixes).\n- scsi: 53c700: pass correct 'dev' to dma_alloc_attrs() (git-fixes).\n- scsi: aacraid: Disabling TM path and only processing IOP reset (git-fixes).\n- scsi: aacraid: fix illegal IO beyond last LBA (git-fixes).\n- scsi: advansys: Fix kernel pointer leak (git-fixes).\n- scsi: aha152x: Fix aha152x_setup() __setup handler return value (git-fixes).\n- scsi: aic7xxx: Adjust indentation in ahc_find_syncrate (git-fixes).\n- scsi: aic7xxx: Fix unintentional sign extension issue on left shift of u8 (git-fixes).\n- scsi: atari_scsi: sun3_scsi: Set sg_tablesize to 1 instead of SG_NONE (git-fixes).\n- scsi: bfa: Replace snprintf() with sysfs_emit() (git-fixes).\n- scsi: BusLogic: Fix 64-bit system enumeration error for Buslogic (git-fixes).\n- scsi: core: Avoid printing an error if target_alloc() returns -ENXIO (git-fixes).\n- scsi: core: Cap scsi_host cmd_per_lun at can_queue (git-fixes).\n- scsi: core: Do not start concurrent async scan on same host (git-fixes).\n- scsi: core: Fix shost->cmd_per_lun calculation in scsi_add_host_with_dma() (git-fixes).\n- scsi: core: Reduce memory required for SCSI logging (git-fixes).\n- scsi: core: replace GFP_ATOMIC with GFP_KERNEL in scsi_scan.c (git-fixes).\n- scsi: dc395x: fix DMA API usage in sg_update_list (git-fixes).\n- scsi: dc395x: fix dma API usage in srb_done (git-fixes).\n- scsi: fcoe: drop frames in ELS LOGO error path (git-fixes).\n- scsi: fcoe: fix use-after-free in fcoe_ctlr_els_send (git-fixes).\n- scsi: fix kconfig dependency warning related to 53C700_LE_ON_BE (git-fixes).\n- scsi: fnic: fix use after free (git-fixes).\n- scsi: hisi_sas: Check sas_port before using it (git-fixes).\n- scsi: hpsa: correct scsi command status issue after reset (git-fixes).\n- scsi: hpsa: Fix memory leak in hpsa_init_one() (git-fixes).\n- scsi: ibmvscsis: Ensure partition name is properly NUL terminated (git-fixes).\n- scsi: ibmvscsis: Fix a stringop-overflow warning (git-fixes).\n- scsi: ipr: Fix missing/incorrect resource cleanup in error case (git-fixes).\n- scsi: ipr: Fix softlockup when rescanning devices in petitboot (git-fixes).\n- scsi: ips: fix missing break in switch (git-fixes).\n- scsi: isci: Change sci_controller_start_task's return type to sci_status (git-fixes).\n- scsi: isci: Use proper enumerated type in atapi_d2h_reg_frame_handler (git-fixes).\n- scsi: iscsi_tcp: Explicitly cast param in iscsi_sw_tcp_host_get_param (git-fixes).\n- scsi: iscsi: Add iscsi_cls_conn refcount helpers (git-fixes).\n- scsi: iscsi: Do not destroy session if there are outstanding connections (git-fixes).\n- scsi: iscsi: Do not put host in iscsi_set_flashnode_param() (git-fixes).\n- scsi: iscsi: Do not send data to unbound connection (git-fixes).\n- scsi: iscsi: Fix reference count leak in iscsi_boot_create_kobj (git-fixes).\n- scsi: iscsi: Fix shost->max_id use (git-fixes).\n- scsi: iscsi: flush running unbind operations when removing a session (git-fixes).\n- scsi: iscsi: Report unbind session event when the target has been removed (git-fixes).\n- scsi: iscsi: Unblock session then wake up error handler (git-fixes).\n- scsi: libcxgbi: add a check for NULL pointer in cxgbi_check_route() (git-fixes).\n- scsi: libcxgbi: fix NULL pointer dereference in cxgbi_device_destroy() (git-fixes).\n- scsi: libfc: Fix a format specifier (git-fixes).\n- scsi: libfc: Fix use after free in fc_exch_abts_resp() (git-fixes).\n- scsi: libiscsi: Fix iscsi_prep_scsi_cmd_pdu() error handling (git-fixes).\n- scsi: libiscsi: Fix NOP race condition (git-fixes).\n- scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_session_reset (git-fixes).\n- scsi: libiscsi: Fix UAF in iscsi_conn_get_param()/iscsi_conn_teardown() (git-fixes).\n- scsi: libsas: Check SMP PHY control function result (git-fixes).\n- scsi: lpfc: Fix port stuck in bypassed state after LIP in PT2PT topology (git-fixes).\n- scsi: megaraid_mm: Fix end of loop tests for list_for_each_entry() (git-fixes).\n- scsi: megaraid_sas: fix panic on loading firmware crashdump (git-fixes).\n- scsi: megaraid_sas: reduce module load time (git-fixes).\n- scsi: megaraid: disable device when probe failed after enabled device (git-fixes).\n- scsi: megaraid: Fix error check return value of register_chrdev() (git-fixes).\n- scsi: mpt3sas: Fix clear pending bit in ioctl status (git-fixes).\n- scsi: mpt3sas: Fix double free warnings (git-fixes).\n- scsi: mpt3sas: Increase IOCInit request timeout to 30s (git-fixes).\n- scsi: mvsas: Add PCI ID of RocketRaid 2640 (git-fixes).\n- scsi: mvsas: Replace snprintf() with sysfs_emit() (git-fixes).\n- scsi: mvumi: Fix error return in mvumi_io_attach() (git-fixes).\n- scsi: NCR5380: Add disconnect_mask module parameter (git-fixes).\n- scsi: NCR5380: Check for bus reset (git-fixes).\n- scsi: NCR5380: Check for invalid reselection target (git-fixes).\n- scsi: NCR5380: Clear all unissued commands on host reset (git-fixes).\n- scsi: NCR5380: Do not call dsprintk() following reselection interrupt (git-fixes).\n- scsi: NCR5380: Do not clear busy flag when abort fails (git-fixes).\n- scsi: NCR5380: Handle BUS FREE during reselection (git-fixes).\n- scsi: NCR5380: Have NCR5380_select() return a bool (git-fixes).\n- scsi: NCR5380: Use DRIVER_SENSE to indicate valid sense data (git-fixes).\n- scsi: NCR5380: Withhold disconnect privilege for REQUEST SENSE (git-fixes).\n- scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abort (git-fixes).\n- scsi: pm8001: Fix pm8001_mpi_task_abort_resp() (git-fixes).\n- scsi: pm80xx: Corrected dma_unmap_sg() parameter (git-fixes).\n- scsi: pm80xx: Fix for SATA device discovery (git-fixes).\n- scsi: pm80xx: Fixed system hang issue during kexec boot (git-fixes).\n- scsi: pmcraid: Fix missing resource cleanup in error case (git-fixes).\n- scsi: qedf: Do not retry ELS request if qedf_alloc_cmd fails (git-fixes).\n- scsi: qedi: Abort ep termination if offload not scheduled (git-fixes).\n- scsi: qedi: Do not flush offload work if ARP not resolved (git-fixes).\n- scsi: qedi: Fix list_del corruption while removing active I/O (git-fixes).\n- scsi: qedi: Fix null ref during abort handling (git-fixes).\n- scsi: qedi: Fix termination timeouts in session logout (git-fixes).\n- scsi: qedi: Protect active command list to avoid list corruption (git-fixes).\n- scsi: qla2xxx: Fix crash when I/O abort times out (jsc#PED-568).\n- scsi: qla2xxx: Fix set-but-not-used variable warnings (jsc#PED-568).\n- scsi: qla2xxx: Initialize vha->unknown_atio_[list, work] for NPIV hosts (jsc#PED-568).\n- scsi: qla2xxx: Remove duplicate of vha->iocb_work initialization (jsc#PED-568).\n- scsi: qla2xxx: Remove unused variable 'found_devs' (jsc#PED-568).\n- scsi: qla4xxx: check return code of qla4xxx_copy_from_fwddb_param (git-fixes).\n- scsi: qla4xxx: fix a potential NULL pointer dereference (git-fixes).\n- scsi: Revert 'target: iscsi: Wait for all commands to finish before freeing a session' (git-fixes).\n- scsi: scsi_debug: Fix possible UAF in sdebug_add_host_helper() (git-fixes).\n- scsi: scsi_debug: num_tgts must be >= 0 (git-fixes).\n- scsi: scsi_dh_alua: always use a 2 second delay before retrying RTPG (git-fixes).\n- scsi: scsi_dh_alua: handle RTPG sense code correctly during state transitions (git-fixes).\n- scsi: scsi_dh_alua: Remove check for ASC 24h in alua_rtpg() (git-fixes).\n- scsi: scsi_dh_rdac: Avoid crash during rdac_bus_attach() (git-fixes).\n- scsi: scsi_transport_spi: Fix function pointer check (git-fixes).\n- scsi: scsi_transport_srp: Do not block target in failfast state (git-fixes).\n- scsi: scsi_transport_srp: Do not block target in SRP_PORT_LOST state (git-fixes).\n- scsi: sd: do not crash the host on invalid commands (git-fixes).\n- scsi: sd: Free scsi_disk device via put_device() (git-fixes).\n- scsi: ses: Fix unsigned comparison with less than zero (git-fixes).\n- scsi: ses: Retry failed Send/Receive Diagnostic commands (git-fixes).\n- scsi: sni_53c710: fix compilation error (git-fixes).\n- scsi: sr: Do not use GFP_DMA (git-fixes).\n- scsi: sr: Fix sr_probe() missing deallocate of device minor (git-fixes).\n- scsi: sr: Return appropriate error code when disk is ejected (git-fixes).\n- scsi: sr: Return correct event when media event code is 3 (git-fixes).\n- scsi: st: Fix a use after free in st_open() (git-fixes).\n- scsi: target: iscsi: Wait for all commands to finish before freeing a session (git-fixes).\n- scsi: ufs-pci: Ensure UFS device is in PowerDown mode for suspend-to-disk ->poweroff() (git-fixes).\n- scsi: ufs: Add DELAY_BEFORE_LPM quirk for Micron devices (git-fixes).\n- scsi: ufs: Avoid configuring regulator with undefined voltage range (git-fixes).\n- scsi: ufs: Clean up completed request without interrupt notification (git-fixes).\n- scsi: ufs: Complete pending requests in host reset and restore path (git-fixes).\n- scsi: ufs: delete redundant function ufshcd_def_desc_sizes() (git-fixes).\n- scsi: ufs: Fix error handing during hibern8 enter (git-fixes).\n- scsi: ufs: Fix possible infinite loop in ufshcd_hold (git-fixes).\n- scsi: ufs: fix potential bug which ends in system hang (git-fixes).\n- scsi: ufs: Fix regulator load and icc-level configuration (git-fixes).\n- scsi: ufs: Fix system suspend status (git-fixes).\n- scsi: ufs: Improve interrupt handling for shared interrupts (git-fixes).\n- scsi: ufs: Make sure clk scaling happens only when HBA is runtime ACTIVE (git-fixes).\n- scsi: ufs: skip shutdown if hba is not powered (git-fixes).\n- scsi: ufs: ufs-qcom: Fix race conditions caused by ufs_qcom_testbus_config() (git-fixes).\n- scsi: virtio_scsi: Fix spelling mistake 'Unsupport' -> 'Unsupported' (git-fixes).\n- scsi: vmw_pscsi: Rearrange code to avoid multiple calls to free_irq during unload (git-fixes).\n- scsi: vmw_pvscsi: Expand vcpuHint to 16 bits (git-fixes).\n- scsi: vmw_pvscsi: Return DID_RESET for status SAM_STAT_COMMAND_TERMINATED (git-fixes).\n- scsi: vmw_pvscsi: Set correct residual data length (git-fixes).\n- scsi: vmw_pvscsi: Set residual data length conditionally (git-fixes).\n- SUNRPC: Do not call __UDPX_INC_STATS() from a preemptible context (git-fixes).\n- SUNRPC: Do not leak netobj memory when gss_read_proxy_verf() fails (git-fixes).\n- SUNRPC: do not mark uninitialised items as VALID (git-fixes).\n- SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer() (git-fixes).\n- SUNRPC: Fix a bogus get/put in generic_key_to_expire() (git-fixes).\n- SUNRPC: Fix a compile warning for cmpxchg64() (git-fixes).\n- SUNRPC: Fix a race with XPRT_CONNECTING (git-fixes).\n- SUNRPC: fix cache_head leak due to queued request (git-fixes).\n- SUNRPC: Fix connect metrics (git-fixes).\n- SUNRPC: fix crash when cache_head become valid before update (git-fixes).\n- SUNRPC: Fix missing release socket in rpc_sockname() (git-fixes).\n- SUNRPC: Handle 0 length opaque XDR object data properly (git-fixes).\n- SUNRPC: Move simple_get_bytes and simple_get_netobj into private header (git-fixes).\n- SUNRPC: stop printk reading past end of string (git-fixes).\n- svcrdma: Ignore source port when computing DRC hash (git-fixes).\n- tracing: Fix code comments in trace.c (git-fixes).\n- usb: dwc3: gadget: Fix OTG events when gadget driver isn't loaded (git-fixes).\n- usb: dwc3: gadget: only unmap requests from DMA if mapped (git-fixes).\n- xprtrdma: treat all calls not a bcall when bc_serv is NULL (git-fixes).\n","title":"Description of the patch"},{"category":"details","text":"SUSE-2023-145,SUSE-SLE-HA-12-SP5-2023-145,SUSE-SLE-Live-Patching-12-SP5-2023-145,SUSE-SLE-SDK-12-SP5-2023-145,SUSE-SLE-SERVER-12-SP5-2023-145,SUSE-SLE-WE-12-SP5-2023-145","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-2023_0145-1.json"},{"category":"self","summary":"URL for SUSE-SU-2023:0145-1","url":"https://www.suse.com/support/update/announcement/2023/suse-su-20230145-1/"},{"category":"self","summary":"E-Mail link for SUSE-SU-2023:0145-1","url":"https://lists.suse.com/pipermail/sle-security-updates/2023-January/013526.html"},{"category":"self","summary":"SUSE Bug 1065729","url":"https://bugzilla.suse.com/1065729"},{"category":"self","summary":"SUSE Bug 1203740","url":"https://bugzilla.suse.com/1203740"},{"category":"self","summary":"SUSE Bug 1204250","url":"https://bugzilla.suse.com/1204250"},{"category":"self","summary":"SUSE Bug 1205695","url":"https://bugzilla.suse.com/1205695"},{"category":"self","summary":"SUSE Bug 1206073","url":"https://bugzilla.suse.com/1206073"},{"category":"self","summary":"SUSE Bug 1206344","url":"https://bugzilla.suse.com/1206344"},{"category":"self","summary":"SUSE Bug 1206389","url":"https://bugzilla.suse.com/1206389"},{"category":"self","summary":"SUSE Bug 1206395","url":"https://bugzilla.suse.com/1206395"},{"category":"self","summary":"SUSE Bug 1206664","url":"https://bugzilla.suse.com/1206664"},{"category":"self","summary":"SUSE Bug 1207036","url":"https://bugzilla.suse.com/1207036"},{"category":"self","summary":"SUSE Bug 1207168","url":"https://bugzilla.suse.com/1207168"},{"category":"self","summary":"SUSE Bug 1207195","url":"https://bugzilla.suse.com/1207195"},{"category":"self","summary":"SUSE CVE CVE-2022-3107 page","url":"https://www.suse.com/security/cve/CVE-2022-3107/"},{"category":"self","summary":"SUSE CVE CVE-2022-3108 page","url":"https://www.suse.com/security/cve/CVE-2022-3108/"},{"category":"self","summary":"SUSE CVE CVE-2022-3564 page","url":"https://www.suse.com/security/cve/CVE-2022-3564/"},{"category":"self","summary":"SUSE CVE CVE-2022-4662 page","url":"https://www.suse.com/security/cve/CVE-2022-4662/"},{"category":"self","summary":"SUSE CVE CVE-2023-0394 page","url":"https://www.suse.com/security/cve/CVE-2023-0394/"},{"category":"self","summary":"SUSE CVE CVE-2023-23454 page","url":"https://www.suse.com/security/cve/CVE-2023-23454/"}],"title":"Security update for the Linux Kernel","tracking":{"current_release_date":"2023-07-06T01:12:26Z","generator":{"date":"2023-07-06T01:12:26Z","engine":{"name":"cve-database.git:bin/generate-csaf.pl","version":"1"}},"id":"SUSE-SU-2023:0145-1","initial_release_date":"2023-07-06T01:12:26Z","revision_history":[{"date":"2023-07-06T01:12:26Z","number":"1","summary":"Current version"}],"status":"final","version":"1"}},"product_tree":{"branches":[{"branches":[{"branches":[{"category":"product_version","name":"cluster-md-kmp-default-4.12.14-122.147.1.aarch64","product":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.aarch64","product_id":"cluster-md-kmp-default-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"dlm-kmp-default-4.12.14-122.147.1.aarch64","product":{"name":"dlm-kmp-default-4.12.14-122.147.1.aarch64","product_id":"dlm-kmp-default-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"gfs2-kmp-default-4.12.14-122.147.1.aarch64","product":{"name":"gfs2-kmp-default-4.12.14-122.147.1.aarch64","product_id":"gfs2-kmp-default-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-4.12.14-122.147.1.aarch64","product_id":"kernel-default-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-base-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-base-4.12.14-122.147.1.aarch64","product_id":"kernel-default-base-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-devel-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-devel-4.12.14-122.147.1.aarch64","product_id":"kernel-default-devel-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-extra-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-extra-4.12.14-122.147.1.aarch64","product_id":"kernel-default-extra-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-kgraft-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-kgraft-4.12.14-122.147.1.aarch64","product_id":"kernel-default-kgraft-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-default-kgraft-devel-4.12.14-122.147.1.aarch64","product":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.aarch64","product_id":"kernel-default-kgraft-devel-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-obs-build-4.12.14-122.147.1.aarch64","product":{"name":"kernel-obs-build-4.12.14-122.147.1.aarch64","product_id":"kernel-obs-build-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-obs-qa-4.12.14-122.147.1.aarch64","product":{"name":"kernel-obs-qa-4.12.14-122.147.1.aarch64","product_id":"kernel-obs-qa-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-syms-4.12.14-122.147.1.aarch64","product":{"name":"kernel-syms-4.12.14-122.147.1.aarch64","product_id":"kernel-syms-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-vanilla-4.12.14-122.147.1.aarch64","product":{"name":"kernel-vanilla-4.12.14-122.147.1.aarch64","product_id":"kernel-vanilla-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-vanilla-base-4.12.14-122.147.1.aarch64","product":{"name":"kernel-vanilla-base-4.12.14-122.147.1.aarch64","product_id":"kernel-vanilla-base-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-vanilla-devel-4.12.14-122.147.1.aarch64","product":{"name":"kernel-vanilla-devel-4.12.14-122.147.1.aarch64","product_id":"kernel-vanilla-devel-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.aarch64","product":{"name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.aarch64","product_id":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"kselftests-kmp-default-4.12.14-122.147.1.aarch64","product":{"name":"kselftests-kmp-default-4.12.14-122.147.1.aarch64","product_id":"kselftests-kmp-default-4.12.14-122.147.1.aarch64"}},{"category":"product_version","name":"ocfs2-kmp-default-4.12.14-122.147.1.aarch64","product":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.aarch64","product_id":"ocfs2-kmp-default-4.12.14-122.147.1.aarch64"}}],"category":"architecture","name":"aarch64"},{"branches":[{"category":"product_version","name":"kernel-devel-4.12.14-122.147.1.noarch","product":{"name":"kernel-devel-4.12.14-122.147.1.noarch","product_id":"kernel-devel-4.12.14-122.147.1.noarch"}},{"category":"product_version","name":"kernel-docs-4.12.14-122.147.1.noarch","product":{"name":"kernel-docs-4.12.14-122.147.1.noarch","product_id":"kernel-docs-4.12.14-122.147.1.noarch"}},{"category":"product_version","name":"kernel-docs-html-4.12.14-122.147.1.noarch","product":{"name":"kernel-docs-html-4.12.14-122.147.1.noarch","product_id":"kernel-docs-html-4.12.14-122.147.1.noarch"}},{"category":"product_version","name":"kernel-macros-4.12.14-122.147.1.noarch","product":{"name":"kernel-macros-4.12.14-122.147.1.noarch","product_id":"kernel-macros-4.12.14-122.147.1.noarch"}},{"category":"product_version","name":"kernel-source-4.12.14-122.147.1.noarch","product":{"name":"kernel-source-4.12.14-122.147.1.noarch","product_id":"kernel-source-4.12.14-122.147.1.noarch"}},{"category":"product_version","name":"kernel-source-vanilla-4.12.14-122.147.1.noarch","product":{"name":"kernel-source-vanilla-4.12.14-122.147.1.noarch","product_id":"kernel-source-vanilla-4.12.14-122.147.1.noarch"}}],"category":"architecture","name":"noarch"},{"branches":[{"category":"product_version","name":"cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","product":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","product_id":"cluster-md-kmp-default-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"dlm-kmp-default-4.12.14-122.147.1.ppc64le","product":{"name":"dlm-kmp-default-4.12.14-122.147.1.ppc64le","product_id":"dlm-kmp-default-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"gfs2-kmp-default-4.12.14-122.147.1.ppc64le","product":{"name":"gfs2-kmp-default-4.12.14-122.147.1.ppc64le","product_id":"gfs2-kmp-default-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-debug-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-debug-4.12.14-122.147.1.ppc64le","product_id":"kernel-debug-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-debug-base-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-debug-base-4.12.14-122.147.1.ppc64le","product_id":"kernel-debug-base-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-debug-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-debug-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-debug-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-debug-kgraft-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-debug-kgraft-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-debug-kgraft-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-base-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-base-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-base-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-extra-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-extra-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-extra-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-kgraft-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-kgraft-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-kgraft-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-obs-build-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-obs-build-4.12.14-122.147.1.ppc64le","product_id":"kernel-obs-build-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-obs-qa-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-obs-qa-4.12.14-122.147.1.ppc64le","product_id":"kernel-obs-qa-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-syms-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-syms-4.12.14-122.147.1.ppc64le","product_id":"kernel-syms-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-vanilla-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-vanilla-4.12.14-122.147.1.ppc64le","product_id":"kernel-vanilla-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-vanilla-base-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-vanilla-base-4.12.14-122.147.1.ppc64le","product_id":"kernel-vanilla-base-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-vanilla-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-vanilla-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-vanilla-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.ppc64le","product":{"name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.ppc64le","product_id":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","product":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","product_id":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le"}},{"category":"product_version","name":"kselftests-kmp-default-4.12.14-122.147.1.ppc64le","product":{"name":"kselftests-kmp-default-4.12.14-122.147.1.ppc64le","product_id":"kselftests-kmp-default-4.12.14-122.147.1.ppc64le"}},{"category":"product_version","name":"ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","product":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","product_id":"ocfs2-kmp-default-4.12.14-122.147.1.ppc64le"}}],"category":"architecture","name":"ppc64le"},{"branches":[{"category":"product_version","name":"cluster-md-kmp-default-4.12.14-122.147.1.s390x","product":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.s390x","product_id":"cluster-md-kmp-default-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"dlm-kmp-default-4.12.14-122.147.1.s390x","product":{"name":"dlm-kmp-default-4.12.14-122.147.1.s390x","product_id":"dlm-kmp-default-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"gfs2-kmp-default-4.12.14-122.147.1.s390x","product":{"name":"gfs2-kmp-default-4.12.14-122.147.1.s390x","product_id":"gfs2-kmp-default-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-4.12.14-122.147.1.s390x","product_id":"kernel-default-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-base-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-base-4.12.14-122.147.1.s390x","product_id":"kernel-default-base-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-devel-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-devel-4.12.14-122.147.1.s390x","product_id":"kernel-default-devel-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-extra-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-extra-4.12.14-122.147.1.s390x","product_id":"kernel-default-extra-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-kgraft-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-kgraft-4.12.14-122.147.1.s390x","product_id":"kernel-default-kgraft-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","product_id":"kernel-default-kgraft-devel-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-default-man-4.12.14-122.147.1.s390x","product":{"name":"kernel-default-man-4.12.14-122.147.1.s390x","product_id":"kernel-default-man-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-obs-build-4.12.14-122.147.1.s390x","product":{"name":"kernel-obs-build-4.12.14-122.147.1.s390x","product_id":"kernel-obs-build-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-obs-qa-4.12.14-122.147.1.s390x","product":{"name":"kernel-obs-qa-4.12.14-122.147.1.s390x","product_id":"kernel-obs-qa-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-syms-4.12.14-122.147.1.s390x","product":{"name":"kernel-syms-4.12.14-122.147.1.s390x","product_id":"kernel-syms-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-vanilla-4.12.14-122.147.1.s390x","product":{"name":"kernel-vanilla-4.12.14-122.147.1.s390x","product_id":"kernel-vanilla-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-vanilla-base-4.12.14-122.147.1.s390x","product":{"name":"kernel-vanilla-base-4.12.14-122.147.1.s390x","product_id":"kernel-vanilla-base-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-vanilla-devel-4.12.14-122.147.1.s390x","product":{"name":"kernel-vanilla-devel-4.12.14-122.147.1.s390x","product_id":"kernel-vanilla-devel-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.s390x","product":{"name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.s390x","product_id":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-zfcpdump-4.12.14-122.147.1.s390x","product":{"name":"kernel-zfcpdump-4.12.14-122.147.1.s390x","product_id":"kernel-zfcpdump-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kernel-zfcpdump-man-4.12.14-122.147.1.s390x","product":{"name":"kernel-zfcpdump-man-4.12.14-122.147.1.s390x","product_id":"kernel-zfcpdump-man-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","product":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","product_id":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x"}},{"category":"product_version","name":"kselftests-kmp-default-4.12.14-122.147.1.s390x","product":{"name":"kselftests-kmp-default-4.12.14-122.147.1.s390x","product_id":"kselftests-kmp-default-4.12.14-122.147.1.s390x"}},{"category":"product_version","name":"ocfs2-kmp-default-4.12.14-122.147.1.s390x","product":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.s390x","product_id":"ocfs2-kmp-default-4.12.14-122.147.1.s390x"}}],"category":"architecture","name":"s390x"},{"branches":[{"category":"product_version","name":"cluster-md-kmp-default-4.12.14-122.147.1.x86_64","product":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.x86_64","product_id":"cluster-md-kmp-default-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"dlm-kmp-default-4.12.14-122.147.1.x86_64","product":{"name":"dlm-kmp-default-4.12.14-122.147.1.x86_64","product_id":"dlm-kmp-default-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"gfs2-kmp-default-4.12.14-122.147.1.x86_64","product":{"name":"gfs2-kmp-default-4.12.14-122.147.1.x86_64","product_id":"gfs2-kmp-default-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-debug-4.12.14-122.147.1.x86_64","product":{"name":"kernel-debug-4.12.14-122.147.1.x86_64","product_id":"kernel-debug-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-debug-base-4.12.14-122.147.1.x86_64","product":{"name":"kernel-debug-base-4.12.14-122.147.1.x86_64","product_id":"kernel-debug-base-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-debug-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-debug-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-debug-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-debug-kgraft-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-debug-kgraft-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-debug-kgraft-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-4.12.14-122.147.1.x86_64","product_id":"kernel-default-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-base-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-base-4.12.14-122.147.1.x86_64","product_id":"kernel-default-base-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-default-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-extra-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-extra-4.12.14-122.147.1.x86_64","product_id":"kernel-default-extra-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-kgraft-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-kgraft-4.12.14-122.147.1.x86_64","product_id":"kernel-default-kgraft-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-kvmsmall-4.12.14-122.147.1.x86_64","product":{"name":"kernel-kvmsmall-4.12.14-122.147.1.x86_64","product_id":"kernel-kvmsmall-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-kvmsmall-base-4.12.14-122.147.1.x86_64","product":{"name":"kernel-kvmsmall-base-4.12.14-122.147.1.x86_64","product_id":"kernel-kvmsmall-base-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-kvmsmall-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-kvmsmall-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-kvmsmall-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-kvmsmall-kgraft-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-kvmsmall-kgraft-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-kvmsmall-kgraft-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-obs-build-4.12.14-122.147.1.x86_64","product":{"name":"kernel-obs-build-4.12.14-122.147.1.x86_64","product_id":"kernel-obs-build-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-obs-qa-4.12.14-122.147.1.x86_64","product":{"name":"kernel-obs-qa-4.12.14-122.147.1.x86_64","product_id":"kernel-obs-qa-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-syms-4.12.14-122.147.1.x86_64","product":{"name":"kernel-syms-4.12.14-122.147.1.x86_64","product_id":"kernel-syms-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-vanilla-4.12.14-122.147.1.x86_64","product":{"name":"kernel-vanilla-4.12.14-122.147.1.x86_64","product_id":"kernel-vanilla-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-vanilla-base-4.12.14-122.147.1.x86_64","product":{"name":"kernel-vanilla-base-4.12.14-122.147.1.x86_64","product_id":"kernel-vanilla-base-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-vanilla-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-vanilla-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-vanilla-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.x86_64","product":{"name":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.x86_64","product_id":"kernel-vanilla-kgraft-devel-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","product":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","product_id":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64"}},{"category":"product_version","name":"kselftests-kmp-default-4.12.14-122.147.1.x86_64","product":{"name":"kselftests-kmp-default-4.12.14-122.147.1.x86_64","product_id":"kselftests-kmp-default-4.12.14-122.147.1.x86_64"}},{"category":"product_version","name":"ocfs2-kmp-default-4.12.14-122.147.1.x86_64","product":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.x86_64","product_id":"ocfs2-kmp-default-4.12.14-122.147.1.x86_64"}}],"category":"architecture","name":"x86_64"},{"branches":[{"category":"product_name","name":"SUSE Linux Enterprise High Availability Extension 12 SP5","product":{"name":"SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-ha:12:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Live Patching 12 SP5","product":{"name":"SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-live-patching:12:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Software Development Kit 12 SP5","product":{"name":"SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-sdk:12:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server 12 SP5","product":{"name":"SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sles:12:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Server for SAP Applications 12 SP5","product":{"name":"SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sles_sap:12:sp5"}}},{"category":"product_name","name":"SUSE Linux Enterprise Workstation Extension 12 SP5","product":{"name":"SUSE Linux Enterprise Workstation Extension 12 SP5","product_id":"SUSE Linux Enterprise Workstation Extension 12 SP5","product_identification_helper":{"cpe":"cpe:/o:suse:sle-we:12:sp5"}}}],"category":"product_family","name":"SUSE Linux Enterprise"}],"category":"vendor","name":"SUSE"}],"relationships":[{"category":"default_component_of","full_product_name":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le"},"product_reference":"cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x"},"product_reference":"cluster-md-kmp-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"cluster-md-kmp-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64"},"product_reference":"cluster-md-kmp-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"dlm-kmp-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le"},"product_reference":"dlm-kmp-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"dlm-kmp-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x"},"product_reference":"dlm-kmp-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"dlm-kmp-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64"},"product_reference":"dlm-kmp-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"gfs2-kmp-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le"},"product_reference":"gfs2-kmp-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"gfs2-kmp-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x"},"product_reference":"gfs2-kmp-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"gfs2-kmp-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64"},"product_reference":"gfs2-kmp-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le"},"product_reference":"ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x"},"product_reference":"ocfs2-kmp-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"ocfs2-kmp-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise High Availability Extension 12 SP5","product_id":"SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64"},"product_reference":"ocfs2-kmp-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise High Availability Extension 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-kgraft-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-kgraft-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-kgraft-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le"},"product_reference":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x"},"product_reference":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64 as component of SUSE Linux Enterprise Live Patching 12 SP5","product_id":"SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64"},"product_reference":"kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Live Patching 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-docs-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch"},"product_reference":"kernel-docs-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Software Development Kit 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-obs-build-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-obs-build-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Software Development Kit 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-obs-build-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-obs-build-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Software Development Kit 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-obs-build-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x"},"product_reference":"kernel-obs-build-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Software Development Kit 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-obs-build-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Software Development Kit 12 SP5","product_id":"SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-obs-build-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Software Development Kit 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-base-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-base-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-base-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-base-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-man-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-man-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-devel-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch"},"product_reference":"kernel-devel-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-macros-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch"},"product_reference":"kernel-macros-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-source-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch"},"product_reference":"kernel-source-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-syms-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-syms-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x"},"product_reference":"kernel-syms-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server 12 SP5","product_id":"SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-syms-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-base-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-base-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-base-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-base-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-base-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-devel-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-devel-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-man-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x"},"product_reference":"kernel-default-man-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-devel-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch"},"product_reference":"kernel-devel-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-macros-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch"},"product_reference":"kernel-macros-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-source-4.12.14-122.147.1.noarch as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch"},"product_reference":"kernel-source-4.12.14-122.147.1.noarch","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.aarch64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64"},"product_reference":"kernel-syms-4.12.14-122.147.1.aarch64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.ppc64le as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le"},"product_reference":"kernel-syms-4.12.14-122.147.1.ppc64le","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.s390x as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x"},"product_reference":"kernel-syms-4.12.14-122.147.1.s390x","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-syms-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Server for SAP Applications 12 SP5","product_id":"SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-syms-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Server for SAP Applications 12 SP5"},{"category":"default_component_of","full_product_name":{"name":"kernel-default-extra-4.12.14-122.147.1.x86_64 as component of SUSE Linux Enterprise Workstation Extension 12 SP5","product_id":"SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"},"product_reference":"kernel-default-extra-4.12.14-122.147.1.x86_64","relates_to_product_reference":"SUSE Linux Enterprise Workstation Extension 12 SP5"}]},"vulnerabilities":[{"cve":"CVE-2022-3107","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-3107"}],"notes":[{"category":"general","text":"An issue was discovered in the Linux kernel through 5.16-rc6. netvsc_get_ethtool_stats in drivers/net/hyperv/netvsc_drv.c lacks check of the return value of kvmalloc_array() and will cause the null pointer dereference.","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2022-3107","url":"https://www.suse.com/security/cve/CVE-2022-3107"},{"category":"external","summary":"SUSE Bug 1206395 for CVE-2022-3107","url":"https://bugzilla.suse.com/1206395"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"moderate"}],"title":"CVE-2022-3107"},{"cve":"CVE-2022-3108","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-3108"}],"notes":[{"category":"general","text":"An issue was discovered in the Linux kernel through 5.16-rc6. kfd_parse_subtype_iolink in drivers/gpu/drm/amd/amdkfd/kfd_crat.c lacks check of the return value of kmemdup().","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2022-3108","url":"https://www.suse.com/security/cve/CVE-2022-3108"},{"category":"external","summary":"SUSE Bug 1206389 for CVE-2022-3108","url":"https://bugzilla.suse.com/1206389"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"moderate"}],"title":"CVE-2022-3108"},{"cve":"CVE-2022-3564","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-3564"}],"notes":[{"category":"general","text":"A vulnerability classified as critical was found in Linux Kernel. Affected by this vulnerability is the function l2cap_reassemble_sdu of the file net/bluetooth/l2cap_core.c of the component Bluetooth. The manipulation leads to use after free. It is recommended to apply a patch to fix this issue. The associated identifier of this vulnerability is VDB-211087.","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2022-3564","url":"https://www.suse.com/security/cve/CVE-2022-3564"},{"category":"external","summary":"SUSE Bug 1206073 for CVE-2022-3564","url":"https://bugzilla.suse.com/1206073"},{"category":"external","summary":"SUSE Bug 1206314 for CVE-2022-3564","url":"https://bugzilla.suse.com/1206314"},{"category":"external","summary":"SUSE Bug 1208030 for CVE-2022-3564","url":"https://bugzilla.suse.com/1208030"},{"category":"external","summary":"SUSE Bug 1208044 for CVE-2022-3564","url":"https://bugzilla.suse.com/1208044"},{"category":"external","summary":"SUSE Bug 1208085 for CVE-2022-3564","url":"https://bugzilla.suse.com/1208085"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"scores":[{"cvss_v3":{"baseScore":8,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:A/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","version":"3.1"},"products":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"important"}],"title":"CVE-2022-3564"},{"cve":"CVE-2022-4662","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2022-4662"}],"notes":[{"category":"general","text":"A flaw incorrect access control in the Linux kernel USB core subsystem was found in the way user attaches usb device. A local user could use this flaw to crash the system.","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2022-4662","url":"https://www.suse.com/security/cve/CVE-2022-4662"},{"category":"external","summary":"SUSE Bug 1206664 for CVE-2022-4662","url":"https://bugzilla.suse.com/1206664"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"moderate"}],"title":"CVE-2022-4662"},{"cve":"CVE-2023-0394","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2023-0394"}],"notes":[{"category":"general","text":"A NULL pointer dereference flaw was found in rawv6_push_pending_frames in net/ipv6/raw.c in the network subcomponent in the Linux kernel. This flaw causes the system to crash.","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2023-0394","url":"https://www.suse.com/security/cve/CVE-2023-0394"},{"category":"external","summary":"SUSE Bug 1207168 for CVE-2023-0394","url":"https://bugzilla.suse.com/1207168"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"scores":[{"cvss_v3":{"baseScore":6.5,"baseSeverity":"MEDIUM","vectorString":"CVSS:3.1/AV:A/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H","version":"3.1"},"products":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"moderate"}],"title":"CVE-2023-0394"},{"cve":"CVE-2023-23454","ids":[{"system_name":"SUSE CVE Page","text":"https://www.suse.com/security/cve/CVE-2023-23454"}],"notes":[{"category":"general","text":"cbq_classify in net/sched/sch_cbq.c in the Linux kernel through 6.1.4 allows attackers to cause a denial of service (slab-out-of-bounds read) because of type confusion (non-negative numbers can sometimes indicate a TC_ACT_SHOT condition rather than valid classification results).","title":"CVE description"}],"product_status":{"recommended":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]},"references":[{"category":"external","summary":"CVE-2023-23454","url":"https://www.suse.com/security/cve/CVE-2023-23454"},{"category":"external","summary":"SUSE Bug 1207036 for CVE-2023-23454","url":"https://bugzilla.suse.com/1207036"},{"category":"external","summary":"SUSE Bug 1207188 for CVE-2023-23454","url":"https://bugzilla.suse.com/1207188"},{"category":"external","summary":"SUSE Bug 1208030 for CVE-2023-23454","url":"https://bugzilla.suse.com/1208030"},{"category":"external","summary":"SUSE Bug 1208044 for CVE-2023-23454","url":"https://bugzilla.suse.com/1208044"},{"category":"external","summary":"SUSE Bug 1208085 for CVE-2023-23454","url":"https://bugzilla.suse.com/1208085"},{"category":"external","summary":"SUSE Bug 1211833 for CVE-2023-23454","url":"https://bugzilla.suse.com/1211833"}],"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 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"scores":[{"cvss_v3":{"baseScore":7.8,"baseSeverity":"HIGH","vectorString":"CVSS:3.1/AV:L/AC:L/PR:L/UI:N/S:U/C:H/I:H/A:H","version":"3.1"},"products":["SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:cluster-md-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:dlm-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:gfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise High Availability Extension 12 SP5:ocfs2-kmp-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kernel-default-kgraft-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.ppc64le","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.s390x","SUSE Linux Enterprise Live Patching 12 SP5:kgraft-patch-4_12_14-122_147-default-1-8.3.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-base-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-devel-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-default-man-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-devel-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-macros-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-source-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Server for SAP Applications 12 SP5:kernel-syms-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-docs-4.12.14-122.147.1.noarch","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.aarch64","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.ppc64le","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.s390x","SUSE Linux Enterprise Software Development Kit 12 SP5:kernel-obs-build-4.12.14-122.147.1.x86_64","SUSE Linux Enterprise Workstation Extension 12 SP5:kernel-default-extra-4.12.14-122.147.1.x86_64"]}],"threats":[{"category":"impact","date":"2023-07-06T01:12:26Z","details":"important"}],"title":"CVE-2023-23454"}]}