GCVE Workshop - 22 September 2026 (14:00-18:00), Luxembourg Before The Vulnopticon Conference - Registration

SUSE-SU-2024:0515-1

Vulnerability from csaf_suse - Published: 2024-02-15 14:45 - Updated: 2024-02-15 14:45
Summary
Security update for the Linux Kernel
Severity
Important
Notes
Title of the patch: Security update for the Linux Kernel
Description of the patch: The SUSE Linux Enterprise 15 SP4 kernel was updated to receive various security bugfixes. The following security bugs were fixed: - CVE-2024-1085: Fixed nf_tables use-after-free vulnerability in the nft_setelem_catchall_deactivate() function (bsc#1219429). - CVE-2024-1086: Fixed a use-after-free vulnerability inside the nf_tables component that could have been exploited to achieve local privilege escalation (bsc#1219434). - CVE-2023-51042: Fixed use-after-free in amdgpu_cs_wait_all_fences in drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c (bsc#1219128). - CVE-2023-51780: Fixed a use-after-free in do_vcc_ioctl in net/atm/ioctl.c, because of a vcc_recvmsg race condition (bsc#1218730). - CVE-2023-46838: Fixed an issue with Xen netback processing of zero-length transmit fragment (bsc#1218836). - CVE-2021-33631: Fixed an integer overflow in ext4_write_inline_data_end() (bsc#1219412). - CVE-2023-6535: Fixed a NULL pointer dereference in nvmet_tcp_execute_request (bsc#1217988). - CVE-2023-6536: Fixed a NULL pointer dereference in __nvmet_req_complete (bsc#1217989). - CVE-2023-6356: Fixed a NULL pointer dereference in nvmet_tcp_build_pdu_iovec (bsc#1217987). - CVE-2023-47233: Fixed a use-after-free in the device unplugging (disconnect the USB by hotplug) code inside the brcm80211 component (bsc#1216702). - CVE-2023-4921: Fixed a use-after-free vulnerability in the QFQ network scheduler which could be exploited to achieve local privilege escalation (bsc#1215275). - CVE-2023-51043: Fixed use-after-free during a race condition between a nonblocking atomic commit and a driver unload in drivers/gpu/drm/drm_atomic.c (bsc#1219120). - CVE-2024-0775: Fixed use-after-free in __ext4_remount in fs/ext4/super.c that could allow a local user to cause an information leak problem while freeing the old quota file names before a potential failure (bsc#1219053). - CVE-2023-6040: Fixed an out-of-bounds access vulnerability while creating a new netfilter table, lack of a safeguard against invalid nf_tables family (pf) values within `nf_tables_newtable` function (bsc#1218752). - CVE-2024-0641: Fixed a denial of service vulnerability in tipc_crypto_key_revoke in net/tipc/crypto.c (bsc#1218916). - CVE-2024-0565: Fixed an out-of-bounds memory read flaw in receive_encrypted_standard in fs/smb/client/smb2ops.c (bsc#1218832). - CVE-2023-6915: Fixed a NULL pointer dereference problem in ida_free in lib/idr.c (bsc#1218804). - CVE-2023-51782: Fixed use-after-free in rose_ioctl in net/rose/af_rose.c because of a rose_accept race condition (bsc#1218757). - CVE-2024-0340: Fixed information disclosure in vhost/vhost.c:vhost_new_msg() (bsc#1218689). - CVE-2024-24860: Fixed a denial of service caused by a race condition in {min,max}_key_size_set() (bsc#1219608). The following non-security bugs were fixed: - Store the old kernel changelog entries in kernel-docs package (bsc#1218713). - bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent (git-fixes). - bcache: Remove unnecessary NULL point check in node allocations (git-fixes). - bcache: add code comments for bch_btree_node_get() and __bch_btree_node_alloc() (git-fixes). - bcache: avoid NULL checking to c->root in run_cache_set() (git-fixes). - bcache: avoid oversize memory allocation by small stripe_size (git-fixes). - bcache: check return value from btree_node_alloc_replacement() (git-fixes). - bcache: fixup btree_cache_wait list damage (git-fixes). - bcache: fixup init dirty data errors (git-fixes). - bcache: fixup lock c->root error (git-fixes). - bcache: fixup multi-threaded bch_sectors_dirty_init() wake-up race (git-fixes). - bcache: prevent potential division by zero error (git-fixes). - bcache: remove redundant assignment to variable cur_idx (git-fixes). - bcache: replace a mistaken IS_ERR() by IS_ERR_OR_NULL() in btree_gc_coalesce() (git-fixes). - bcache: revert replacing IS_ERR_OR_NULL with IS_ERR (git-fixes). - block: Fix kabi header include (bsc#1218929). - block: free the extended dev_t minor later (bsc#1218930). - clocksource: Skip watchdog check for large watchdog intervals (bsc#1217217). - clocksource: disable watchdog checks on TSC when TSC is watchdog (bsc#1215885). - dm cache policy smq: ensure IO does not prevent cleaner policy progress (git-fixes). - dm cache: add cond_resched() to various workqueue loops (git-fixes). - dm clone: call kmem_cache_destroy() in dm_clone_init() error path (git-fixes). - dm crypt: add cond_resched() to dmcrypt_write() (git-fixes). - dm crypt: avoid accessing uninitialized tasklet (git-fixes). - dm flakey: do not corrupt the zero page (git-fixes). - dm flakey: fix a crash with invalid table line (git-fixes). - dm flakey: fix logic when corrupting a bio (git-fixes). - dm init: add dm-mod.waitfor to wait for asynchronously probed block devices (git-fixes). - dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path (git-fixes). - dm integrity: reduce vmalloc space footprint on 32-bit architectures (git-fixes). - dm raid: clean up four equivalent goto tags in raid_ctr() (git-fixes). - dm raid: fix missing reconfig_mutex unlock in raid_ctr() error paths (git-fixes). - dm stats: check for and propagate alloc_percpu failure (git-fixes). - dm thin metadata: Fix ABBA deadlock by resetting dm_bufio_client (git-fixes). - dm thin metadata: check fail_io before using data_sm (git-fixes). - dm thin: add cond_resched() to various workqueue loops (git-fixes). - dm thin: fix deadlock when swapping to thin device (bsc#1177529). - dm verity: do not perform FEC for failed readahead IO (git-fixes). - dm verity: fix error handling for check_at_most_once on FEC (git-fixes). - dm verity: skip redundant verity_handle_err() on I/O errors (git-fixes). - dm zoned: free dmz->ddev array in dmz_put_zoned_devices (git-fixes). - dm-delay: fix a race between delay_presuspend and delay_bio (git-fixes). - dm-integrity: do not modify bio's immutable bio_vec in integrity_metadata() (git-fixes). - dm-verity: align struct dm_verity_fec_io properly (git-fixes). - dm: add cond_resched() to dm_wq_work() (git-fixes). - dm: do not lock fs when the map is NULL during suspend or resume (git-fixes). - dm: do not lock fs when the map is NULL in process of resume (git-fixes). - dm: remove flush_scheduled_work() during local_exit() (git-fixes). - dm: send just one event on resize, not two (git-fixes). - doc/README.KSYMS: Add to repo. - hv_netvsc: rndis_filter needs to select NLS (git-fixes). - intel_idle: add Emerald Rapids Xeon support (bsc#1216016). - kabi, vmstat: skip periodic vmstat update for isolated CPUs (bsc#1217895). - loop: suppress uevents while reconfiguring the device (git-fixes). - nbd: Fix debugfs_create_dir error checking (git-fixes). - nbd: fix incomplete validation of ioctl arg (git-fixes). - nbd: use the correct block_device in nbd_bdev_reset (git-fixes). - nfsd: fix RELEASE_LOCKOWNER (bsc#1218968). - nfsd4: add refcount for nfsd4_blocked_lock (bsc#1218968 bsc#1219349). - null_blk: Always check queue mode setting from configfs (git-fixes). - powerpc/pseries/iommu: enable_ddw incorrectly returns direct mapping for SR-IOV device (bsc#1212091 ltc#199106 git-fixes). - rbd: avoid use-after-free in do_rbd_add() when rbd_dev_create() fails (git-fixes). - rbd: decouple header read-in from updating rbd_dev->header (git-fixes). - rbd: decouple parent info read-in from updating rbd_dev (git-fixes). - rbd: get snapshot context after exclusive lock is ensured to be held (git-fixes). - rbd: harden get_lock_owner_info() a bit (git-fixes). - rbd: make get_lock_owner_info() return a single locker or NULL (git-fixes). - rbd: move RBD_OBJ_FLAG_COPYUP_ENABLED flag setting (git-fixes). - rbd: move rbd_dev_refresh() definition (git-fixes). - rbd: prevent busy loop when requesting exclusive lock (git-fixes). - rbd: retrieve and check lock owner twice before blocklisting (git-fixes). - rbd: take header_rwsem in rbd_dev_refresh() only when updating (git-fixes). - sched/isolation: add cpu_is_isolated() API (bsc#1217895). - scsi: ibmvfc: Implement channel queue depth and event buffer accounting (bsc#1209834 ltc#202097). - scsi: ibmvfc: Remove BUG_ON in the case of an empty event pool (bsc#1209834 ltc#202097). - trace,smp: Add tracepoints around remotelly called functions (bsc#1217895). - vmstat: skip periodic vmstat update for isolated CPUs (bsc#1217895).
Patchnames: SUSE-2024-515,SUSE-SLE-Micro-5.3-2024-515,SUSE-SLE-Micro-5.4-2024-515,SUSE-SLE-Module-Live-Patching-15-SP4-2024-515,SUSE-SLE-Product-HA-15-SP4-2024-515,SUSE-SLE-Product-HPC-15-SP4-ESPOS-2024-515,SUSE-SLE-Product-HPC-15-SP4-LTSS-2024-515,SUSE-SLE-Product-SLED-15-SP4-LTSS-2024-515,SUSE-SLE-Product-SLES-15-SP4-LTSS-2024-515,SUSE-SLE-Product-SLES_SAP-15-SP4-2024-515,SUSE-SLE-Product-SUSE-Manager-Proxy-4.3-2024-515,SUSE-SLE-Product-SUSE-Manager-Server-4.3-2024-515,openSUSE-Leap-Micro-5.3-2024-515,openSUSE-Leap-Micro-5.4-2024-515
Terms of use: CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).
Affected products
Product Identifier Version Remediation
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:cluster-md-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:dlm-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:gfs2-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Availability Extension 15 SP4:ocfs2-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-64kb-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-docs-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-obs-build-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-source-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:kernel-syms-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-ESPOS:reiserfs-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-source-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise High Performance Computing 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-default-livepatch-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_108-default-1-150400.9.5.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_108-default-1-150400.9.5.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Live Patching 15 SP4:kernel-livepatch-5_14_21-150400_24_108-default-1-150400.9.5.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Micro 5.4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-64kb-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-docs-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-obs-build-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-source-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-syms-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:kernel-zfcpdump-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server 15 SP4-LTSS:reiserfs-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-docs-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-obs-build-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-source-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:kernel-syms-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Linux Enterprise Server for SAP Applications 15 SP4:reiserfs-kmp-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Proxy 4.3:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.108.1.ppc64le
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-default-devel-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-devel-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-macros-5.14.21-150400.24.108.1.noarch
Vendor Fix
Unresolved product id: SUSE Manager Server 4.3:kernel-zfcpdump-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.3:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.3:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.108.1.aarch64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.108.1.s390x
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.4:kernel-default-5.14.21-150400.24.108.1.x86_64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.aarch64
Vendor Fix
Unresolved product id: openSUSE Leap Micro 5.4:kernel-default-base-5.14.21-150400.24.108.1.150400.24.50.2.x86_64
Vendor Fix
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact low
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact important
Affected products
Recommended 142 products, the same list as for CVE-2021-33631
Threats
Impact moderate
References
URL Category
https://www.suse.com/support/security/rating/ external
https://ftp.suse.com/pub/projects/security/csaf/s… self
https://www.suse.com/support/update/announcement/… self
https://lists.suse.com/pipermail/sle-security-upd… self
https://bugzilla.suse.com/1108281 self
https://bugzilla.suse.com/1177529 self
https://bugzilla.suse.com/1209834 self
https://bugzilla.suse.com/1212091 self
https://bugzilla.suse.com/1215275 self
https://bugzilla.suse.com/1215885 self
https://bugzilla.suse.com/1216016 self
https://bugzilla.suse.com/1216702 self
https://bugzilla.suse.com/1217217 self
https://bugzilla.suse.com/1217670 self
https://bugzilla.suse.com/1217895 self
https://bugzilla.suse.com/1217987 self
https://bugzilla.suse.com/1217988 self
https://bugzilla.suse.com/1217989 self
https://bugzilla.suse.com/1218689 self
https://bugzilla.suse.com/1218713 self
https://bugzilla.suse.com/1218730 self
https://bugzilla.suse.com/1218752 self
https://bugzilla.suse.com/1218757 self
https://bugzilla.suse.com/1218768 self
https://bugzilla.suse.com/1218804 self
https://bugzilla.suse.com/1218832 self
https://bugzilla.suse.com/1218836 self
https://bugzilla.suse.com/1218916 self
https://bugzilla.suse.com/1218929 self
https://bugzilla.suse.com/1218930 self
https://bugzilla.suse.com/1218968 self
https://bugzilla.suse.com/1219053 self
https://bugzilla.suse.com/1219120 self
https://bugzilla.suse.com/1219128 self
https://bugzilla.suse.com/1219349 self
https://bugzilla.suse.com/1219412 self
https://bugzilla.suse.com/1219429 self
https://bugzilla.suse.com/1219434 self
https://bugzilla.suse.com/1219490 self
https://bugzilla.suse.com/1219608 self
https://www.suse.com/security/cve/CVE-2021-33631/ self
https://www.suse.com/security/cve/CVE-2023-46838/ self
https://www.suse.com/security/cve/CVE-2023-47233/ self
https://www.suse.com/security/cve/CVE-2023-4921/ self
https://www.suse.com/security/cve/CVE-2023-51042/ self
https://www.suse.com/security/cve/CVE-2023-51043/ self
https://www.suse.com/security/cve/CVE-2023-51780/ self
https://www.suse.com/security/cve/CVE-2023-51782/ self
https://www.suse.com/security/cve/CVE-2023-6040/ self
https://www.suse.com/security/cve/CVE-2023-6356/ self
https://www.suse.com/security/cve/CVE-2023-6535/ self
https://www.suse.com/security/cve/CVE-2023-6536/ self
https://www.suse.com/security/cve/CVE-2023-6915/ self
https://www.suse.com/security/cve/CVE-2024-0340/ self
https://www.suse.com/security/cve/CVE-2024-0565/ self
https://www.suse.com/security/cve/CVE-2024-0641/ self
https://www.suse.com/security/cve/CVE-2024-0775/ self
https://www.suse.com/security/cve/CVE-2024-1085/ self
https://www.suse.com/security/cve/CVE-2024-1086/ self
https://www.suse.com/security/cve/CVE-2024-24860/ self
https://www.suse.com/security/cve/CVE-2021-33631 external
https://bugzilla.suse.com/1219412 external
https://www.suse.com/security/cve/CVE-2023-46838 external
https://bugzilla.suse.com/1218836 external
https://www.suse.com/security/cve/CVE-2023-47233 external
https://bugzilla.suse.com/1216702 external
https://bugzilla.suse.com/1224592 external
https://www.suse.com/security/cve/CVE-2023-4921 external
https://bugzilla.suse.com/1215275 external
https://bugzilla.suse.com/1215300 external
https://bugzilla.suse.com/1217444 external
https://bugzilla.suse.com/1217531 external
https://bugzilla.suse.com/1220906 external
https://bugzilla.suse.com/1223091 external
https://bugzilla.suse.com/1224418 external
https://www.suse.com/security/cve/CVE-2023-51042 external
https://bugzilla.suse.com/1219128 external
https://www.suse.com/security/cve/CVE-2023-51043 external
https://bugzilla.suse.com/1219120 external
https://www.suse.com/security/cve/CVE-2023-51780 external
https://bugzilla.suse.com/1218730 external
https://bugzilla.suse.com/1218733 external
https://bugzilla.suse.com/1220191 external
https://bugzilla.suse.com/1221578 external
https://bugzilla.suse.com/1221598 external
https://bugzilla.suse.com/1224298 external
https://bugzilla.suse.com/1224878 external
https://www.suse.com/security/cve/CVE-2023-51782 external
https://bugzilla.suse.com/1218757 external
https://www.suse.com/security/cve/CVE-2023-6040 external
https://bugzilla.suse.com/1218752 external
https://www.suse.com/security/cve/CVE-2023-6356 external
https://bugzilla.suse.com/1217987 external
https://www.suse.com/security/cve/CVE-2023-6535 external
https://bugzilla.suse.com/1217988 external
https://www.suse.com/security/cve/CVE-2023-6536 external
https://bugzilla.suse.com/1217989 external
https://www.suse.com/security/cve/CVE-2023-6915 external
https://bugzilla.suse.com/1218804 external
https://www.suse.com/security/cve/CVE-2024-0340 external
https://bugzilla.suse.com/1218689 external
https://www.suse.com/security/cve/CVE-2024-0565 external
https://bugzilla.suse.com/1218832 external
https://bugzilla.suse.com/1219078 external
https://www.suse.com/security/cve/CVE-2024-0641 external
https://bugzilla.suse.com/1218916 external
https://www.suse.com/security/cve/CVE-2024-0775 external
https://bugzilla.suse.com/1219053 external
https://bugzilla.suse.com/1219082 external
https://bugzilla.suse.com/1224298 external
https://bugzilla.suse.com/1224878 external
https://www.suse.com/security/cve/CVE-2024-1085 external
https://bugzilla.suse.com/1219429 external
https://bugzilla.suse.com/1219432 external
https://www.suse.com/security/cve/CVE-2024-1086 external
https://bugzilla.suse.com/1219434 external
https://bugzilla.suse.com/1219435 external
https://bugzilla.suse.com/1224298 external
https://bugzilla.suse.com/1224878 external
https://bugzilla.suse.com/1226066 external
https://www.suse.com/security/cve/CVE-2024-24860 external
https://bugzilla.suse.com/1219608 external

Loading 1.1 MB of JSON…



Log in or create an account to share your comment.




Tags
Taxonomy of the tags.


Loading…

Loading…

Loading…

Forecast uses a logistic model when the trend is rising, or an exponential decay model when the trend is falling. Fitted via linearized least squares.

Sightings

Author Source Type Date Other

Nomenclature

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

Loading…

Detection rules are retrieved from Rulezet.

Loading…

Loading…

Related by attack behaviour

Vulnerabilities whose description is nearest to this one in the vector space of the CIRCL/vulnerability-attack-technique-biencoder model. This is a similarity search over the bi-encoder space (plain cosine), not a classification, and it has no measured accuracy.


Loading…