CVE-2023-53084
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:32
- Zuletzt bearbeitet 12.11.2025 21:07:54
In the Linux kernel, the following vulnerability has been resolved: drm/shmem-helper: Remove another errant put in error path drm_gem_shmem_mmap() doesn't own reference in error code path, resulting in the dma-buf shmem GEM object getting premature...
CVE-2023-53085
- EPSS 0.08%
- Veröffentlicht 02.05.2025 15:55:32
- Zuletzt bearbeitet 17.03.2026 15:03:03
In the Linux kernel, the following vulnerability has been resolved: drm/edid: fix info leak when failing to get panel id Make sure to clear the transfer buffer before fetching the EDID to avoid leaking slab data to the logs on errors that leave the...
CVE-2023-53082
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:31
- Zuletzt bearbeitet 12.11.2025 20:42:07
In the Linux kernel, the following vulnerability has been resolved: vp_vdpa: fix the crash in hot unplug with vp_vdpa While unplugging the vp_vdpa device, it triggers a kernel panic The root cause is: vdpa_mgmtdev_unregister() will accesses modern ...
CVE-2023-53083
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:31
- Zuletzt bearbeitet 12.11.2025 21:08:12
In the Linux kernel, the following vulnerability has been resolved: nfsd: don't replace page in rq_pages if it's a continuation of last page The splice read calls nfsd_splice_actor to put the pages containing file data into the svc_rqst->rq_pages a...
CVE-2023-53081
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:30
- Zuletzt bearbeitet 12.11.2025 20:48:57
In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix data corruption after failed write When buffered write fails to copy data into underlying page cache page, ocfs2_write_end_nolock() just zeroes out and dirties the page....
CVE-2023-53080
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:29
- Zuletzt bearbeitet 12.11.2025 20:49:03
In the Linux kernel, the following vulnerability has been resolved: xsk: Add missing overflow check in xdp_umem_reg The number of chunks can overflow u32. Make sure to return -EINVAL on overflow. Also remove a redundant u32 cast assigning umem->npg...
CVE-2023-53078
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:28
- Zuletzt bearbeitet 12.11.2025 20:49:25
In the Linux kernel, the following vulnerability has been resolved: scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate() If alua_rtpg_queue() failed from alua_activate(), then 'qdata' is not freed, which will cause following memleak: unr...
CVE-2023-53079
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:28
- Zuletzt bearbeitet 12.11.2025 20:49:15
In the Linux kernel, the following vulnerability has been resolved: net/mlx5: Fix steering rules cleanup vport's mc, uc and multicast rules are not deleted in teardown path when EEH happens. Since the vport's promisc settings(uc, mc and all) in fir...
CVE-2023-53077
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:27
- Zuletzt bearbeitet 12.11.2025 20:49:36
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytes [WHY] When PTEBufferSizeInRequests is zero, UBSAN reports the following warning because dml_log2 returns an unexp...
CVE-2023-53075
- EPSS 0.09%
- Veröffentlicht 02.05.2025 15:55:26
- Zuletzt bearbeitet 12.11.2025 20:49:42
In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix invalid address access in lookup_rec() when index is 0 KASAN reported follow problem: BUG: KASAN: use-after-free in lookup_rec Read of size 8 at addr ffff000199270ff...