CVE-2024-57800
- EPSS 0.21%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 16.10.2025 17:29:14
In the Linux kernel, the following vulnerability has been resolved: ALSA: memalloc: prefer dma_mapping_error() over explicit address checking With CONFIG_DMA_API_DEBUG enabled, the following warning is observed: DMA-API: snd_hda_intel 0000:03:00.1...
CVE-2024-57804
- EPSS 0.18%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 04.08.2026 11:22:28
In the Linux kernel, the following vulnerability has been resolved: scsi: mpi3mr: Fix corrupt config pages PHY state is switched in sysfs The driver, through the SAS transport, exposes a sysfs interface to enable/disable PHYs in a controller/expand...
CVE-2024-57805
- EPSS 0.18%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 17.10.2025 15:08:47
In the Linux kernel, the following vulnerability has been resolved: ASoC: SOF: Intel: hda-dai: Do not release the link DMA on STOP The linkDMA should not be released on stop trigger since a stream re-start might happen without closing of the stream...
CVE-2024-57806
- EPSS 0.22%
- Veröffentlicht 11.01.2025 13:15:30
- Zuletzt bearbeitet 24.09.2025 18:52:14
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix transaction atomicity bug when enabling simple quotas Set squota incompat bit before committing the transaction that enables the feature. With the config CONFIG_BTRFS_A...
CVE-2024-56788
- EPSS 0.24%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 04.08.2026 11:22:27
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.77%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 04.08.2026 11:22:27
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.26%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 04.08.2026 11:22:27
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.2%
- Veröffentlicht 11.01.2025 13:15:29
- Zuletzt bearbeitet 04.08.2026 11:22:27
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-55881
- 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: 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-56368
- EPSS 0.18%
- Veröffentlicht 11.01.2025 13:15:28
- Zuletzt bearbeitet 04.08.2026 11:22:08
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...