- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:48
- Zuletzt bearbeitet 14.01.2026 19:16:32
In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix racy issue under cocurrent smb2 tree disconnect There is UAF issue under cocurrent smb2 tree disconnect. This patch introduce TREE_CONN_EXPIRE flags for tcon to avoid co...
CVE-2023-53357
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:47
- Zuletzt bearbeitet 14.01.2026 19:16:32
In the Linux kernel, the following vulnerability has been resolved: md/raid10: check slab-out-of-bounds in md_bitmap_get_counter If we write a large number to md/bitmap_set_bits, md_bitmap_checkpage() will return -EINVAL because 'page >= bitmap->pa...
CVE-2023-53355
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:45
- Zuletzt bearbeitet 14.01.2026 19:16:31
In the Linux kernel, the following vulnerability has been resolved: staging: pi433: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To ma...
CVE-2023-53353
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:43
- Zuletzt bearbeitet 14.01.2026 19:16:31
In the Linux kernel, the following vulnerability has been resolved: accel/habanalabs: postpone mem_mgr IDR destruction to hpriv_release() The memory manager IDR is currently destroyed when user releases the file descriptor. However, at this point t...
CVE-2023-53348
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:39
- Zuletzt bearbeitet 14.01.2026 19:16:30
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix deadlock when aborting transaction during relocation with scrub Before relocating a block group we pause scrub, then do the relocation and then unpause scrub. The reloca...
CVE-2023-53346
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:38
- Zuletzt bearbeitet 14.01.2026 19:16:30
In the Linux kernel, the following vulnerability has been resolved: kernel/fail_function: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. ...
CVE-2023-53344
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:37
- Zuletzt bearbeitet 14.01.2026 19:16:29
In the Linux kernel, the following vulnerability has been resolved: can: bcm: bcm_tx_setup(): fix KMSAN uninit-value in vfs_write Syzkaller reported the following issue: ===================================================== BUG: KMSAN: uninit-valu...
CVE-2023-53343
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:36
- Zuletzt bearbeitet 14.01.2026 19:16:29
In the Linux kernel, the following vulnerability has been resolved: icmp6: Fix null-ptr-deref of ip6_null_entry->rt6i_idev in icmp6_dev(). With some IPv6 Ext Hdr (RPL, SRv6, etc.), we can send a packet that has the link-local address as src and dst...
CVE-2023-53339
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:33
- Zuletzt bearbeitet 05.01.2026 11:16:15
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix BUG_ON condition in btrfs_cancel_balance Pausing and canceling balance can race to interrupt balance lead to BUG_ON panic in btrfs_cancel_balance. The BUG_ON condition i...
CVE-2023-53338
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:32
- Zuletzt bearbeitet 14.01.2026 19:16:29
In the Linux kernel, the following vulnerability has been resolved: lwt: Fix return values of BPF xmit ops BPF encap ops can return different types of positive values, such like NET_RX_DROP, NET_XMIT_CN, NETDEV_TX_BUSY, and so on, from function skb...