CVE-2023-53613
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:20
- Zuletzt bearbeitet 17.03.2026 13:50:14
In the Linux kernel, the following vulnerability has been resolved: dax: Fix dax_mapping_release() use after free A CONFIG_DEBUG_KOBJECT_RELEASE test of removing a device-dax region provider (like modprobe -r dax_hmem) yields: kobject: 'mapping0'...
CVE-2023-53611
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:19
- Zuletzt bearbeitet 17.03.2026 16:42:31
In the Linux kernel, the following vulnerability has been resolved: ipmi_si: fix a memleak in try_smi_init() Kmemleak reported the following leak info in try_smi_init(): unreferenced object 0xffff00018ecf9400 (size 1024): comm "modprobe", pid 27...
CVE-2023-53609
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:18
- Zuletzt bearbeitet 17.03.2026 16:44:23
In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed" The "atomic_inc(&cmd->device->iorequest_cnt)" in scsi_queue_rq() would cause kernel panic ...
CVE-2023-53610
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:18
- Zuletzt bearbeitet 17.03.2026 16:42:48
In the Linux kernel, the following vulnerability has been resolved: irqchip: Fix refcount leak in platform_irqchip_probe of_irq_find_parent() returns a node pointer with refcount incremented, We should use of_node_put() on it when not needed anymor...
CVE-2023-53608
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:17
- Zuletzt bearbeitet 23.03.2026 18:28:35
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() The finalization of nilfs_segctor_thread() can race with nilfs_segctor_kill_thread() which terminates th...
CVE-2023-53607
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:16
- Zuletzt bearbeitet 23.03.2026 18:26:46
In the Linux kernel, the following vulnerability has been resolved: ALSA: ymfpci: Fix BUG_ON in probe function The snd_dma_buffer.bytes field now contains the aligned size, which this snd_BUG_ON() did not account for, resulting in the following: [...
CVE-2023-53605
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:15
- Zuletzt bearbeitet 23.03.2026 18:26:30
In the Linux kernel, the following vulnerability has been resolved: drm: amd: display: Fix memory leakage This commit fixes memory leakage in dc_construct_ctx() function.
CVE-2023-53606
- EPSS 0.02%
- Veröffentlicht 04.10.2025 15:44:15
- Zuletzt bearbeitet 23.03.2026 18:28:20
In the Linux kernel, the following vulnerability has been resolved: nfsd: clean up potential nfsd_file refcount leaks in COPY codepath There are two different flavors of the nfsd4_copy struct. One is embedded in the compound and is used directly in...
CVE-2023-53604
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:14
- Zuletzt bearbeitet 23.03.2026 18:25:31
In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path Otherwise the journal_io_cache will leak if dm_register_target() fails.
CVE-2023-53602
- EPSS 0.01%
- Veröffentlicht 04.10.2025 15:44:13
- Zuletzt bearbeitet 23.03.2026 18:24:06
In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix memory leak in WMI firmware stats Memory allocated for firmware pdev, vdev and beacon statistics are not released during rmmod. Fix it by calling ath11k_fw_stats...