CVE-2023-53518
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 23.01.2026 20:07:59
In the Linux kernel, the following vulnerability has been resolved: PM / devfreq: Fix leak in devfreq_dev_release() srcu_init_notifier_head() allocates resources that need to be released with a srcu_cleanup_notifier_head() call. Reported by kmemle...
CVE-2023-53519
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:04:59
In the Linux kernel, the following vulnerability has been resolved: media: v4l2-mem2mem: add lock to protect parameter num_rdy Getting below error when using KCSAN to check the driver. Adding lock to protect parameter num_rdy when getting the value...
CVE-2023-53521
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:09:49
In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Fix slab-out-of-bounds in ses_intf_remove() A fix for: BUG: KASAN: slab-out-of-bounds in ses_intf_remove+0x23f/0x270 [ses] Read of size 8 at addr ffff88a10d32e5d8 by ta...
CVE-2023-53524
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:56
- Zuletzt bearbeitet 06.04.2026 13:22:22
In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: pcie: Fix integer overflow in iwl_write_to_user_buf An integer overflow occurs in the iwl_write_to_user_buf() function, which is called by the iwl_dbgfs_monitor_data...
CVE-2023-53515
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:55
- Zuletzt bearbeitet 06.04.2026 13:04:25
In the Linux kernel, the following vulnerability has been resolved: virtio-mmio: don't break lifecycle of vm_dev vm_dev has a separate lifecycle because it has a 'struct device' embedded. Thus, having a release callback for it is correct. Allocati...
CVE-2023-53505
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 02:04:27
In the Linux kernel, the following vulnerability has been resolved: clk: tegra: tegra124-emc: Fix potential memory leak The tegra and tegra needs to be freed in the error handling path, otherwise it will be leaked.
CVE-2023-53506
- EPSS 0.01%
- Veröffentlicht 01.10.2025 12:15:54
- Zuletzt bearbeitet 23.01.2026 02:04:05
In the Linux kernel, the following vulnerability has been resolved: udf: Do not bother merging very long extents When merging very long extents we try to push as much length as possible to the first extent. However this is unnecessarily complicated...
CVE-2023-53500
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:53
- Zuletzt bearbeitet 23.01.2026 02:05:46
In the Linux kernel, the following vulnerability has been resolved: xfrm: fix slab-use-after-free in decode_session6 When the xfrm device is set to the qdisc of the sfb type, the cb field of the sent skb may be modified during enqueuing. Then, slab...
CVE-2023-53495
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:52
- Zuletzt bearbeitet 16.01.2026 20:46:37
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc() rules is allocated in ethtool_get_rxnfc and the size is determined by rule_cnt from user space. So ru...
CVE-2023-53484
- EPSS 0.02%
- Veröffentlicht 01.10.2025 12:15:51
- Zuletzt bearbeitet 20.01.2026 16:35:24
In the Linux kernel, the following vulnerability has been resolved: lib: cpu_rmap: Avoid use after free on rmap->obj array entries When calling irq_set_affinity_notifier() with NULL at the notify argument, it will cause freeing of the glue pointer ...