CVE-2023-53091
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:36
- Zuletzt bearbeitet 12.11.2025 21:04:01
In the Linux kernel, the following vulnerability has been resolved: ext4: update s_journal_inum if it changes after journal replay When mounting a crafted ext4 image, s_journal_inum may change after journal replay, which is obviously unreasonable b...
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-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-53068
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:55:21
- Zuletzt bearbeitet 12.11.2025 20:51:51
In the Linux kernel, the following vulnerability has been resolved: net: usb: lan78xx: Limit packet length to skb->len Packet length retrieved from descriptor may be larger than the actual socket buffer length. In such case the cloned skb passed up...
CVE-2023-53054
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:55:09
- Zuletzt bearbeitet 12.11.2025 17:53:29
In the Linux kernel, the following vulnerability has been resolved: usb: dwc2: fix a devres leak in hw_enable upon suspend resume Each time the platform goes to low power, PM suspend / resume routines call: __dwc2_lowlevel_hw_enable -> devm_add_act...
CVE-2023-53052
- EPSS 0.08%
- Veröffentlicht 02.05.2025 15:55:07
- Zuletzt bearbeitet 12.11.2025 18:17:26
In the Linux kernel, the following vulnerability has been resolved: cifs: fix use-after-free bug in refresh_cache_worker() The UAF bug occurred because we were putting DFS root sessions in cifs_umount() while DFS cache refresher was being executed....
CVE-2023-53048
- EPSS 0.07%
- Veröffentlicht 02.05.2025 15:55:04
- Zuletzt bearbeitet 12.11.2025 18:33:57
In the Linux kernel, the following vulnerability has been resolved: usb: typec: tcpm: fix warning when handle discover_identity message Since both source and sink device can send discover_identity message in PD3, kernel may dump below warning: ---...
CVE-2023-53042
- EPSS 0.05%
- Veröffentlicht 02.05.2025 15:54:59
- Zuletzt bearbeitet 12.11.2025 19:15:48
In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Do not set DRR on pipe Commit [WHY] Writing to DRR registers such as OTG_V_TOTAL_MIN on the same frame as a pipe commit can cause underflow.
CVE-2023-53038
- EPSS 0.06%
- Veröffentlicht 02.05.2025 15:54:57
- Zuletzt bearbeitet 12.11.2025 19:14:02
In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read() If kzalloc() fails in lpfc_sli4_cgn_params_read(), then we rely on lpfc_read_object()'s routine to NULL check pdata. Cur...