CVE-2024-26970
- EPSS 0.01%
- Published 01.05.2024 06:15:13
- Last modified 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...
CVE-2024-26971
- EPSS 0.02%
- Published 01.05.2024 06:15:13
- Last modified 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: clk: qcom: gcc-ipq5018: 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-26973
- EPSS 0.01%
- Published 01.05.2024 06:15:13
- Last modified 03.03.2025 17:47:59
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%
- Published 01.05.2024 06:15:12
- Last modified 28.08.2025 15:15:41
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-26959
- EPSS 0.02%
- Published 01.05.2024 06:15:12
- Last modified 18.09.2025 14:09:48
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btnxpuart: Fix btnxpuart_close Fix scheduling while atomic BUG in btnxpuart_close(), properly purge the transmit queue and free the receive skb. [ 10.973809] BUG: sch...
CVE-2024-26960
- EPSS 0.01%
- Published 01.05.2024 06:15:12
- Last modified 20.03.2025 21:28:01
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.01%
- Published 01.05.2024 06:15:12
- Last modified 23.12.2024 13:37:44
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-26962
- EPSS 0.01%
- Published 01.05.2024 06:15:12
- Last modified 23.12.2024 13:39:33
In the Linux kernel, the following vulnerability has been resolved: dm-raid456, md/raid456: fix a deadlock for dm-raid456 while io concurrent with reshape For raid456, if reshape is still in progress, then IO across reshape position will wait for r...
CVE-2024-26963
- EPSS 0.02%
- Published 01.05.2024 06:15:12
- Last modified 18.09.2025 14:09:17
In the Linux kernel, the following vulnerability has been resolved: usb: dwc3-am62: fix module unload/reload behavior As runtime PM is enabled, the module can be runtime suspended when .remove() is called. Do a pm_runtime_get_sync() to make sure m...
CVE-2024-26964
- EPSS 0.01%
- Published 01.05.2024 06:15:12
- Last modified 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...