CVE-2023-52569
- EPSS 0.24%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 19.06.2025 13:15:25
In the Linux kernel, the following vulnerability has been resolved: btrfs: remove BUG() after failure to insert delayed dir index item Instead of calling BUG() when we fail to insert a delayed dir index item into the delayed node's tree, we can jus...
CVE-2023-52572
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:49
- Zuletzt bearbeitet 04.08.2026 10:18:32
In the Linux kernel, the following vulnerability has been resolved: cifs: Fix UAF in cifs_demultiplex_thread() There is a UAF when xfstests on cifs: BUG: KASAN: use-after-free in smb2_is_network_name_deleted+0x27/0x160 Read of size 4 at addr f...
CVE-2023-52561
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:48
- Zuletzt bearbeitet 08.04.2025 15:09:34
In the Linux kernel, the following vulnerability has been resolved: arm64: dts: qcom: sdm845-db845c: Mark cont splash memory region as reserved Adding a reserved memory region for the framebuffer memory (the splash memory region set up by the bootl...
CVE-2022-48628
- EPSS 0.24%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 11.08.2026 03:17:34
In the Linux kernel, the following vulnerability has been resolved: ceph: drop messages from MDS when unmounting When unmounting all the dirty buffers will be flushed and after the last osd request is finished the last reference of the i_count will...
CVE-2023-52500
- EPSS 0.23%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 13.01.2025 18:43:18
In the Linux kernel, the following vulnerability has been resolved: scsi: pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command Tags allocated for OPC_INB_SET_CONTROLLER_CONFIG command need to be freed when we receive the...
CVE-2023-52508
- EPSS 0.22%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 19.03.2025 16:11:52
In the Linux kernel, the following vulnerability has been resolved: nvme-fc: Prevent null pointer dereference in nvme_fc_io_getuuid() The nvme_fc_fcp_op structure describing an AEN operation is initialized with a null request structure pointer. An ...
CVE-2023-52511
- EPSS 0.81%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 29.04.2025 16:55:09
In the Linux kernel, the following vulnerability has been resolved: spi: sun6i: reduce DMA RX transfer width to single byte Through empirical testing it has been determined that sometimes RX SPI transfers with DMA enabled return corrupted data. Thi...
CVE-2023-52515
- EPSS 0.61%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 04.08.2026 10:18:31
In the Linux kernel, the following vulnerability has been resolved: RDMA/srp: Do not call scsi_done() from srp_abort() After scmd_eh_abort_handler() has called the SCSI LLD eh_abort_handler callback, it performs one of the following actions: * Call...
CVE-2023-52516
- EPSS 0.17%
- Veröffentlicht 02.03.2024 22:15:47
- Zuletzt bearbeitet 11.12.2024 16:34:41
In the Linux kernel, the following vulnerability has been resolved: dma-debug: don't call __dma_entry_alloc_check_leak() under free_entries_lock __dma_entry_alloc_check_leak() calls into printk -> serial console output (qcom geni) and grabs port->l...
CVE-2021-47074
- EPSS 0.24%
- Veröffentlicht 01.03.2024 22:15:47
- Zuletzt bearbeitet 12.12.2024 14:43:36
In the Linux kernel, the following vulnerability has been resolved: nvme-loop: fix memory leak in nvme_loop_create_ctrl() When creating loop ctrl in nvme_loop_create_ctrl(), if nvme_init_ctrl() fails, the loop ctrl should be freed before jumping to...