CVE-2023-52753
- EPSS 0.01%
- Published 21.05.2024 16:15:14
- Last modified 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.01%
- Published 21.05.2024 16:15:14
- Last modified 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.01%
- Published 21.05.2024 16:15:13
- Last modified 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%
- Published 21.05.2024 16:15:13
- Last modified 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...
CVE-2023-52731
- EPSS 0.13%
- Published 21.05.2024 16:15:13
- Last modified 23.09.2025 19:00:21
In the Linux kernel, the following vulnerability has been resolved: fbdev: Fix invalid page access after closing deferred I/O devices When a fbdev with deferred I/O is once opened and closed, the dirty pages still remain queued in the pageref list,...
CVE-2023-52732
- EPSS 0.01%
- Published 21.05.2024 16:15:13
- Last modified 25.09.2025 16:47:39
In the Linux kernel, the following vulnerability has been resolved: ceph: blocklist the kclient when receiving corrupted snap trace When received corrupted snap trace we don't know what exactly has happened in MDS side. And we shouldn't continue IO...
CVE-2023-52735
- EPSS 0.03%
- Published 21.05.2024 16:15:13
- Last modified 02.04.2025 14:51:07
In the Linux kernel, the following vulnerability has been resolved: bpf, sockmap: Don't let sock_map_{close,destroy,unhash} call itself sock_map proto callbacks should never call themselves by design. Protect against bugs like [1] and break out of ...
CVE-2023-52736
- EPSS 0.02%
- Published 21.05.2024 16:15:13
- Last modified 23.09.2025 19:01:43
In the Linux kernel, the following vulnerability has been resolved: ALSA: hda: Do not unset preset when cleaning up codec Several functions that take part in codec's initialization and removal are re-used by ASoC codec drivers implementations. Driv...
CVE-2023-52737
- EPSS 0.01%
- Published 21.05.2024 16:15:13
- Last modified 10.01.2025 18:15:07
In the Linux kernel, the following vulnerability has been resolved: btrfs: lock the inode in shared mode before starting fiemap Currently fiemap does not take the inode's lock (VFS lock), it only locks a file range in the inode's io tree. This howe...
CVE-2023-52738
- EPSS 0.3%
- Published 21.05.2024 16:15:13
- Last modified 02.04.2025 14:51:01
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu/fence: Fix oops due to non-matching drm_sched init/fini Currently amdgpu calls drm_sched_fini() from the fence driver sw fini routine - such function is expected to be c...