CVE-2023-53359
- EPSS 0.18%
- Veröffentlicht 17.09.2025 14:56:49
- Zuletzt bearbeitet 14.01.2026 19:16:32
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.16%
- 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.18%
- 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.17%
- 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.16%
- 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-53346
- EPSS 0.19%
- 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-53339
- EPSS 0.19%
- 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-53337
- EPSS 0.19%
- Veröffentlicht 17.09.2025 14:56:31
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: nilfs2: do not write dirty data after degenerating to read-only According to syzbot's report, mark_buffer_dirty() called from nilfs_segctor_do_construct() outputs a warning with so...
CVE-2022-50373
- EPSS 0.14%
- Veröffentlicht 17.09.2025 14:56:28
- Zuletzt bearbeitet 14.01.2026 19:16:10
In the Linux kernel, the following vulnerability has been resolved: fs: dlm: fix race in lowcomms This patch fixes a race between queue_work() in _dlm_lowcomms_commit_msg() and srcu_read_unlock(). The queue_work() can take the final reference of a ...
CVE-2022-50367
- EPSS 0.21%
- Veröffentlicht 17.09.2025 14:56:23
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: fs: fix UAF/GPF bug in nilfs_mdt_destroy In alloc_inode, inode_init_always() could return -ENOMEM if security_inode_alloc() fails, which causes inode->i_private uninitialized. Then...