CVE-2023-53077
- EPSS 0.17%
- 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.17%
- 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...
CVE-2023-53074
- EPSS 0.16%
- Veröffentlicht 02.05.2025 15:55:25
- Zuletzt bearbeitet 12.11.2025 20:50:15
In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix ttm_bo calltrace warning in psp_hw_fini The call trace occurs when the amdgpu is removed after the mode1 reset. During mode1 reset, from suspend to resume, there is...
CVE-2023-53072
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:55:23
- Zuletzt bearbeitet 12.11.2025 20:50:40
In the Linux kernel, the following vulnerability has been resolved: mptcp: use the workqueue to destroy unaccepted sockets Christoph reported a UaF at token lookup time after having refactored the passive socket initialization part: BUG: KASAN: ...
CVE-2023-53068
- EPSS 0.16%
- 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-53069
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:55:21
- Zuletzt bearbeitet 12.11.2025 20:51:46
In the Linux kernel, the following vulnerability has been resolved: octeontx2-vf: Add missing free for alloc_percpu Add the free_percpu for the allocated "vf->hw.lmt_info" in order to avoid memory leak, same as the "pf->hw.lmt_info" in `drivers/net...
CVE-2023-53066
- EPSS 0.18%
- Veröffentlicht 02.05.2025 15:55:19
- Zuletzt bearbeitet 12.11.2025 19:47:44
In the Linux kernel, the following vulnerability has been resolved: qed/qed_sriov: guard against NULL derefs from qed_iov_get_vf_info We have to make sure that the info returned by the helper is valid before using it. Found by Linux Verification C...
CVE-2023-53065
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:55:18
- Zuletzt bearbeitet 12.11.2025 19:56:49
In the Linux kernel, the following vulnerability has been resolved: perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_event_bpf_output syzkaller reportes a KASAN issue with stack-out-of-bounds. The call trace is as follows: ...
CVE-2023-53064
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:55:17
- Zuletzt bearbeitet 07.11.2025 01:51:05
In the Linux kernel, the following vulnerability has been resolved: iavf: fix hang on reboot with ice When a system with E810 with existing VFs gets rebooted the following hang may be observed. Pid 1 is hung in iavf_remove(), part of a network dr...
CVE-2023-53062
- EPSS 0.17%
- Veröffentlicht 02.05.2025 15:55:16
- Zuletzt bearbeitet 07.11.2025 02:23:30
In the Linux kernel, the following vulnerability has been resolved: net: usb: smsc95xx: 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 u...