CVE-2023-52566
- EPSS 0.01%
- Published 02.03.2024 22:15:49
- Last modified 08.04.2025 15:08:55
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential use after free in nilfs_gccache_submit_read_data() In nilfs_gccache_submit_read_data(), brelse(bh) is called to drop the reference count of bh when the call t...
CVE-2023-52571
- EPSS 0.02%
- Published 02.03.2024 22:15:49
- Last modified 08.04.2025 15:05:00
In the Linux kernel, the following vulnerability has been resolved: power: supply: rk817: Fix node refcount leak Dan Carpenter reports that the Smatch static checker warning has found that there is another refcount leak in the probe function. While...
CVE-2023-52576
- EPSS 0.02%
- Published 02.03.2024 22:15:49
- Last modified 08.04.2025 15:04:03
In the Linux kernel, the following vulnerability has been resolved: x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer() The code calling ima_free_kexec_buffer() runs long after the memblock allocator has already been torn down...
CVE-2023-52581
- EPSS 0.01%
- Published 02.03.2024 22:15:49
- Last modified 04.04.2025 14:46:52
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak when more than 255 elements expired When more than 255 elements expired we're supposed to switch to a new gc container structure. This never happ...
CVE-2023-52522
- EPSS 0.01%
- Published 02.03.2024 22:15:48
- Last modified 16.09.2025 16:25:47
In the Linux kernel, the following vulnerability has been resolved: net: fix possible store tearing in neigh_periodic_work() While looking at a related syzbot report involving neigh_periodic_work(), I found that I forgot to add an annotation when d...
- EPSS 0.01%
- Published 02.03.2024 22:15:48
- Last modified 19.03.2025 16:25:37
In the Linux kernel, the following vulnerability has been resolved: HID: sony: Fix a potential memory leak in sony_probe() If an error occurs after a successful usb_alloc_urb() call, usb_free_urb() should be called.
CVE-2023-52561
- EPSS 0.02%
- Published 02.03.2024 22:15:48
- Last modified 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-2023-52502
- EPSS 0.01%
- Published 02.03.2024 22:15:47
- Last modified 19.03.2025 16:11:28
In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix races in nfc_llcp_sock_get() and nfc_llcp_sock_get_sn() Sili Luo reported a race in nfc_llcp_sock_get(), leading to UAF. Getting a reference on the socket found in a...
CVE-2023-52508
- EPSS 0.02%
- Published 02.03.2024 22:15:47
- Last modified 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.04%
- Published 02.03.2024 22:15:47
- Last modified 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...