CVE-2024-57791
- EPSS 0.57%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 03.11.2025 21:18:33
In the Linux kernel, the following vulnerability has been resolved: net/smc: check return value of sock_recvmsg when draining clc data When receiving clc msg, the field length in smc_clc_msg_hdr indicates the length of msg should be received from n...
CVE-2024-57792
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 03.11.2025 21:18:33
In the Linux kernel, the following vulnerability has been resolved: power: supply: gpio-charger: Fix set charge current limits Fix set charge current limits for devices which allow to set the lowest charge current limit to be greater zero. If reque...
CVE-2024-57793
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 24.09.2025 18:53:17
In the Linux kernel, the following vulnerability has been resolved: virt: tdx-guest: Just leak decrypted memory on unrecoverable errors In CoCo VMs it is possible for the untrusted host to cause set_memory_decrypted() to fail such that an error is ...
CVE-2024-57798
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 03.11.2025 21:18:34
In the Linux kernel, the following vulnerability has been resolved: drm/dp_mst: Ensure mst_primary pointer is valid in drm_dp_mst_handle_up_req() While receiving an MST up request message from one thread in drm_dp_mst_handle_up_req(), the MST topol...
CVE-2024-57799
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 01.10.2025 20:17:56
In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: samsung-hdptx: Set drvdata before enabling runtime PM In some cases, rk_hdptx_phy_runtime_resume() may be invoked before platform_set_drvdata() is executed in ->prob...
CVE-2024-55881
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 03.11.2025 21:17:50
In the Linux kernel, the following vulnerability has been resolved: KVM: x86: Play nice with protected guests in complete_hypercall_exit() Use is_64_bit_hypercall() instead of is_64_bit_mode() to detect a 64-bit hypercall when completing said hyper...
CVE-2024-55916
- EPSS 0.05%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 03.11.2025 21:17:50
In the Linux kernel, the following vulnerability has been resolved: Drivers: hv: util: Avoid accessing a ringbuffer not initialized yet If the KVP (or VSS) daemon starts before the VMBus channel's ringbuffer is fully initialized, we can hit the pan...
CVE-2024-56368
- EPSS 0.04%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 23.09.2025 14:46:17
In the Linux kernel, the following vulnerability has been resolved: ring-buffer: Fix overflow in __rb_map_vma An overflow occurred when performing the following calculation: nr_pages = ((nr_subbufs + 1) << subbuf_order) - pgoff; Add a check be...
CVE-2024-56369
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 03.11.2025 21:17:51
In the Linux kernel, the following vulnerability has been resolved: drm/modes: Avoid divide by zero harder in drm_mode_vrefresh() drm_mode_vrefresh() is trying to avoid divide by zero by checking whether htotal or vtotal are zero. But we may still ...
CVE-2024-56372
- EPSS 0.03%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 23.09.2025 14:48:41
In the Linux kernel, the following vulnerability has been resolved: net: tun: fix tun_napi_alloc_frags() syzbot reported the following crash [1] Issue came with the blamed commit. Instead of going through all the iov components, we keep using the ...