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-53335
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:29
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: RDMA/cxgb4: Fix potential null-ptr-deref in pass_establish() If get_ep_from_tid() fails to lookup non-NULL value for ep, ep is dereferenced later regardless of whether it is empty....
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-50374
- EPSS 0.02%
- 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: Bluetooth: hci_{ldisc,serdev}: check percpu_init_rwsem() failure syzbot is reporting NULL pointer dereference at hci_uart_tty_close() [1], for rcu_sync_enter() is called without rc...
CVE-2022-50369
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:24
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: drm/vkms: Fix null-ptr-deref in vkms_release() A null-ptr-deref is triggered when it tries to destroy the workqueue in vkms->output.composer_workq in vkms_release(). KASAN: null-...
CVE-2022-50364
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:15
- Zuletzt bearbeitet 14.01.2026 19:16:09
In the Linux kernel, the following vulnerability has been resolved: i2c: mux: reg: check return value after calling platform_get_resource() It will cause null-ptr-deref in resource_size(), if platform_get_resource() returns NULL, move calling resou...
CVE-2022-50362
- EPSS 0.02%
- Veröffentlicht 17.09.2025 14:56:14
- Zuletzt bearbeitet 14.01.2026 19:16:08
In the Linux kernel, the following vulnerability has been resolved: dmaengine: hisilicon: Add multi-thread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo ...
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...
CVE-2023-53334
- EPSS 0.02%
- Veröffentlicht 16.09.2025 16:12:09
- Zuletzt bearbeitet 14.01.2026 19:16:28
In the Linux kernel, the following vulnerability has been resolved: USB: chipidea: 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 mak...