CVE-2023-52747
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 23.09.2025 19:10:02
In the Linux kernel, the following vulnerability has been resolved: IB/hfi1: Restore allocated resources on failed copyout Fix a resource leak if an error occurs.
CVE-2023-52748
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 23.09.2025 19:16:56
In the Linux kernel, the following vulnerability has been resolved: f2fs: avoid format-overflow warning With gcc and W=1 option, there's a warning like this: fs/f2fs/compress.c: In function ‘f2fs_init_page_array_cache’: fs/f2fs/compress.c:1984:47:...
CVE-2023-52749
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.01.2025 20:41:06
In the Linux kernel, the following vulnerability has been resolved: spi: Fix null dereference on suspend A race condition exists where a synchronous (noqueue) transfer can be active during a system suspend. This can cause a null pointer dereference...
CVE-2023-52750
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 25.09.2025 16:43:54
In the Linux kernel, the following vulnerability has been resolved: arm64: Restrict CPU_BIG_ENDIAN to GNU as or LLVM IAS 15.x or newer Prior to LLVM 15.0.0, LLVM's integrated assembler would incorrectly byte-swap NOP when compiling for big-endian, ...
CVE-2023-52751
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 06.01.2025 20:27:16
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free in smb2_query_info_compound() The following UAF was triggered when running fstests generic/072 with KASAN enabled against Windows Server 2022 and mo...
CVE-2023-52752
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 25.11.2025 17:25:29
In the Linux kernel, the following vulnerability has been resolved: smb: client: fix use-after-free bug in cifs_debug_data_proc_show() Skip SMB sessions that are being teared down (e.g. @ses->ses_status == SES_EXITING) in cifs_debug_data_proc_show(...
CVE-2023-52753
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 21.11.2024 08:40:30
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Avoid NULL dereference of timing generator [Why & How] Check whether assigned timing generator is NULL or not before accessing its funcs to prevent NULL dereferenc...
CVE-2023-52754
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:14
- Zuletzt bearbeitet 23.09.2025 19:17:43
In the Linux kernel, the following vulnerability has been resolved: media: imon: fix access to invalid resource for the second interface imon driver probes two USB interfaces, and at the probe of the second interface, the driver assumes blindly tha...
CVE-2023-52708
- EPSS 0.02%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 06.01.2025 20:39:58
In the Linux kernel, the following vulnerability has been resolved: mmc: mmc_spi: fix error handling in mmc_spi_probe() If mmc_add_host() fails, it doesn't need to call mmc_remove_host(), or it will cause null-ptr-deref, because of deleting a not a...
CVE-2023-52730
- EPSS 0.01%
- Veröffentlicht 21.05.2024 16:15:13
- Zuletzt bearbeitet 23.09.2025 18:57:24
In the Linux kernel, the following vulnerability has been resolved: mmc: sdio: fix possible resource leaks in some error paths If sdio_add_func() or sdio_init_func() fails, sdio_remove_func() can not release the resources, because the sdio function...