CVE-2024-57807
- EPSS 0.17%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 03.11.2025 21:18:34
In the Linux kernel, the following vulnerability has been resolved: scsi: megaraid_sas: Fix for a potential deadlock This fixes a 'possible circular locking dependency detected' warning CPU0 CPU1 ---- ...
CVE-2024-56788
- EPSS 0.13%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 24.09.2025 18:58:20
In the Linux kernel, the following vulnerability has been resolved: net: ethernet: oa_tc6: fix tx skb race condition between reference pointers There are two skb pointers to manage tx skb's enqueued from n/w stack. waiting_tx_skb pointer points to ...
CVE-2024-57791
- EPSS 0.75%
- 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.25%
- 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.19%
- 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.22%
- 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-55881
- EPSS 0.2%
- 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.21%
- 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.17%
- 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.24%
- 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 ...