CVE-2023-53359
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:49
- Zuletzt bearbeitet 11.12.2025 19:42:35
In the Linux kernel, the following vulnerability has been resolved: USB: 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 make things s...
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:48
- Zuletzt bearbeitet 12.12.2025 16:32:52
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 11.12.2025 12:49:38
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-53356
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:46
- Zuletzt bearbeitet 11.12.2025 12:49:46
In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Add null pointer check in gserial_suspend Consider a case where gserial_disconnect has already cleared gser->ioport. And if gserial_suspend gets called after...
CVE-2023-53355
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:45
- Zuletzt bearbeitet 11.12.2025 12:49:54
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-53354
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:44
- Zuletzt bearbeitet 11.12.2025 12:50:13
In the Linux kernel, the following vulnerability has been resolved: skbuff: skb_segment, Call zero copy functions before using skbuff frags Commit bf5c25d60861 ("skbuff: in skb_segment, call zerocopy functions once per nskb") added the call to zero...
CVE-2023-53353
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:43
- Zuletzt bearbeitet 11.12.2025 12:50:23
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-53351
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:42
- Zuletzt bearbeitet 11.12.2025 12:50:48
In the Linux kernel, the following vulnerability has been resolved: drm/sched: Check scheduler work queue before calling timeout handling During an IGT GPU reset test we see again oops despite of commit 0c8c901aaaebc9 (drm/sched: Check scheduler re...
CVE-2023-53352
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:42
- Zuletzt bearbeitet 11.12.2025 12:50:36
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: check null pointer before accessing when swapping Add a check to avoid null pointer dereference as below: [ 90.002283] general protection fault, probably for non-canoni...
CVE-2023-53350
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:41
- Zuletzt bearbeitet 11.12.2025 12:51:00
In the Linux kernel, the following vulnerability has been resolved: accel/qaic: Fix slicing memory leak The temporary buffer storing slicing configuration data from user is only freed on error. This is a memory leak. Free the buffer unconditional...