CVE-2023-53681
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:35
- Zuletzt bearbeitet 26.02.2026 23:09:33
In the Linux kernel, the following vulnerability has been resolved: bcache: Fix __bch_btree_node_alloc to make the failure behavior consistent In some specific situations, the return value of __bch_btree_node_alloc may be NULL. This may lead to a p...
CVE-2023-53680
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:34
- Zuletzt bearbeitet 26.02.2026 23:09:39
In the Linux kernel, the following vulnerability has been resolved: NFSD: Avoid calling OPDESC() with ops->opnum == OP_ILLEGAL OPDESC() simply indexes into nfsd4_ops[] by the op's operation number, without range checking that value. It assumes call...
CVE-2023-53678
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:33
- Zuletzt bearbeitet 26.02.2026 23:08:59
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix system suspend without fbdev being initialized If fbdev is not initialized for some reason - in practice on platforms without display - suspending fbdev should be ski...
CVE-2023-53679
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:33
- Zuletzt bearbeitet 26.02.2026 23:09:14
In the Linux kernel, the following vulnerability has been resolved: wifi: mt7601u: fix an integer underflow Fix an integer underflow that leads to a null pointer dereference in 'mt7601u_rx_skb_from_seg()'. The variable 'dma_len' in the URB packet c...
CVE-2023-53677
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:32
- Zuletzt bearbeitet 26.02.2026 23:15:21
In the Linux kernel, the following vulnerability has been resolved: drm/i915: Fix memory leaks in i915 selftests This patch fixes memory leaks on error escapes in function fake_get_pages (cherry picked from commit 8bfbdadce85c4c51689da10f39c805a71...
CVE-2023-53675
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:31
- Zuletzt bearbeitet 26.02.2026 23:15:30
In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix possible desc_ptr out-of-bounds accesses Sanitize possible desc_ptr out-of-bounds accesses in ses_enclosure_data_process().
CVE-2023-53676
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:31
- Zuletzt bearbeitet 26.02.2026 23:15:26
In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show() The function lio_target_nacl_info_show() uses sprintf() in a loop to print details for every iSCSI connectio...
CVE-2023-53674
- EPSS 0.02%
- Veröffentlicht 07.10.2025 15:21:30
- Zuletzt bearbeitet 26.02.2026 23:15:35
In the Linux kernel, the following vulnerability has been resolved: clk: Fix memory leak in devm_clk_notifier_register() devm_clk_notifier_register() allocates a devres resource for clk notifier but didn't register that to the device, so the notifi...
CVE-2023-53673
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:29
- Zuletzt bearbeitet 23.04.2026 13:50:34
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: call disconnect callback before deleting conn In hci_cs_disconnect, we do hci_conn_del even if disconnection failed. ISO, L2CAP and SCO connections refer to ...
CVE-2023-53671
- EPSS 0.01%
- Veröffentlicht 07.10.2025 15:21:28
- Zuletzt bearbeitet 26.02.2026 23:15:00
In the Linux kernel, the following vulnerability has been resolved: srcu: Delegate work to the boot cpu if using SRCU_SIZE_SMALL Commit 994f706872e6 ("srcu: Make Tree SRCU able to operate without snp_node array") assumes that cpu 0 is always online...