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-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-53337
- EPSS 0.01%
- 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.01%
- 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.01%
- 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...
CVE-2022-50366
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:17
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: powercap: intel_rapl: fix UBSAN shift-out-of-bounds issue When value < time_unit, the parameter of ilog2() will be zero and the return value is -1. u64(-1) is too large for shift e...
CVE-2022-50359
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:11
- Zuletzt bearbeitet 14.01.2026 19:16:08
In the Linux kernel, the following vulnerability has been resolved: media: cx88: Fix a null-ptr-deref bug in buffer_prepare() When the driver calls cx88_risc_buffer() to prepare the buffer, the function call may fail, resulting in a empty buffer an...
CVE-2022-50358
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:10
- Zuletzt bearbeitet 14.01.2026 19:16:07
In the Linux kernel, the following vulnerability has been resolved: brcmfmac: return error when getting invalid max_flowrings from dongle When firmware hit trap at initialization, host will read abnormal max_flowrings number from dongle, and it wil...
CVE-2022-50356
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:09
- Zuletzt bearbeitet 14.01.2026 19:16:07
In the Linux kernel, the following vulnerability has been resolved: net: sched: sfb: fix null pointer access issue when sfb_init() fails When the default qdisc is sfb, if the qdisc of dev_queue fails to be inited during mqprio_init(), sfb_reset() i...
CVE-2022-50354
- EPSS 0.01%
- Veröffentlicht 17.09.2025 14:56:07
- Zuletzt bearbeitet 14.01.2026 19:16:06
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix kfd_process_device_init_vm error handling Should only destroy the ib_mem and let process cleanup worker to free the outstanding BOs. Reset the pointer in pdd->qpd s...