- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:14
- Zuletzt bearbeitet 08.04.2025 18:53:44
In the Linux kernel, the following vulnerability has been resolved: KVM: Always flush async #PF workqueue when vCPU is being destroyed Always flush the per-vCPU async #PF workqueue when a vCPU is clearing its completion queue, e.g. when a VM and al...
CVE-2024-26977
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:14
- Zuletzt bearbeitet 18.09.2025 14:36:44
In the Linux kernel, the following vulnerability has been resolved: pci_iounmap(): Fix MMIO mapping leak The #ifdef ARCH_HAS_GENERIC_IOPORT_MAP accidentally also guards iounmap(), which means MMIO mappings are leaked. Move the guard so we call iou...
CVE-2024-26969
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:13
- Zuletzt bearbeitet 23.12.2024 13:58:07
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq8074: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the a...
CVE-2024-26970
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:13
- Zuletzt bearbeitet 20.03.2025 21:28:18
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq6018: fix terminating of frequency table arrays The frequency table arrays are supposed to be terminated with an empty element. Add such entry to the end of the a...
- EPSS 0.04%
- Veröffentlicht 01.05.2024 06:15:13
- Zuletzt bearbeitet 19.12.2024 12:15:06
Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.
CVE-2024-26973
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:13
- Zuletzt bearbeitet 12.05.2026 12:16:28
In the Linux kernel, the following vulnerability has been resolved: fat: fix uninitialized field in nostale filehandles When fat_encode_fh_nostale() encodes file handle without a parent it stores only first 10 bytes of the file handle. However the ...
CVE-2024-26958
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:27
In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------[ cut here ]------------ refcount_t: underflow; use-after-free. WAR...
CVE-2024-26960
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:28
In the Linux kernel, the following vulnerability has been resolved: mm: swap: fix race between free_swap_and_cache() and swapoff() There was previously a theoretical window where swapoff() could run and teardown a swap_info_struct while a call to f...
CVE-2024-26961
- EPSS 0.02%
- Veröffentlicht 01.05.2024 06:15:12
- Zuletzt bearbeitet 12.05.2026 12:16:28
In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resources release in mac802154_llsec_key_del mac802154_llsec_key_del() can free resources of a key directly without following the RCU rules for waiting bef...
CVE-2024-26964
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:12
- Zuletzt bearbeitet 23.12.2024 13:41:58
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Add error handling in xhci_map_urb_for_dma Currently xhci_map_urb_for_dma() creates a temporary buffer and copies the SG list to the new linear buffer. But if the kzallo...