CVE-2024-45026
- EPSS 0.03%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix error recovery leading to data corruption on ESE devices Extent Space Efficient (ESE) or thin provisioned volumes need to be formatted on demand during usual IO proc...
CVE-2024-45027
- EPSS 0.04%
- Published 11.09.2024 16:15:07
- Last modified 09.05.2025 08:15:18
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Check for xhci->interrupters being allocated in xhci_mem_clearup() If xhci_mem_init() fails, it calls into xhci_mem_cleanup() to mop up the damage. If it fails early eno...
CVE-2024-45028
- EPSS 0.03%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: mmc: mmc_test: Fix NULL dereference on allocation failure If the "test->highmem = alloc_pages()" allocation fails then calling __free_pages(test->highmem) will result in a NULL der...
CVE-2024-45029
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 03.11.2025 23:15:50
In the Linux kernel, the following vulnerability has been resolved: i2c: tegra: Do not mark ACPI devices as irq safe On ACPI machines, the tegra i2c module encounters an issue due to a mutex being called inside a spinlock. This leads to the followi...
CVE-2024-45030
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 13.09.2024 16:29:23
In the Linux kernel, the following vulnerability has been resolved: igb: cope with large MAX_SKB_FRAGS Sabrina reports that the igb driver does not cope well with large MAX_SKB_FRAG values: setting MAX_SKB_FRAG to 45 causes payload corruption on TX...
CVE-2024-46672
- EPSS 0.02%
- Published 11.09.2024 16:15:07
- Last modified 13.09.2024 16:29:17
In the Linux kernel, the following vulnerability has been resolved: wifi: brcmfmac: cfg80211: Handle SSID based pmksa deletion wpa_supplicant 2.11 sends since 1efdba5fdc2c ("Handle PMKSA flush in the driver for SAE/OWE offload cases") SSID based PM...
CVE-2024-45009
- EPSS 0.02%
- Published 11.09.2024 16:15:06
- Last modified 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only decrement add_addr_accepted for MPJ req Adding the following warning ... WARN_ON_ONCE(msk->pm.add_addr_accepted == 0) ... before decrementing the add_addr_accep...
CVE-2024-45010
- EPSS 0.03%
- Published 11.09.2024 16:15:06
- Last modified 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: only mark 'subflow' endp as available Adding the following warning ... WARN_ON_ONCE(msk->pm.local_addr_used == 0) ... before decrementing the local_addr_used counter...
CVE-2024-45011
- EPSS 0.02%
- Published 11.09.2024 16:15:06
- Last modified 03.11.2025 23:15:49
In the Linux kernel, the following vulnerability has been resolved: char: xillybus: Check USB endpoints when probing device Ensure, as the driver probes the device, that all endpoints that the driver may attempt to access exist and are of the corre...
CVE-2024-45012
- EPSS 0.02%
- Published 11.09.2024 16:15:06
- Last modified 13.09.2024 16:35:35
In the Linux kernel, the following vulnerability has been resolved: nouveau/firmware: use dma non-coherent allocator Currently, enabling SG_DEBUG in the kernel will cause nouveau to hit a BUG() on startup, when the iommu is enabled: kernel BUG at ...