CVE-2024-26768
- EPSS 0.05%
- Published 03.04.2024 17:15:52
- Last modified 04.04.2025 14:19:41
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Change acpi_core_pic[NR_CPUS] to acpi_core_pic[MAX_CORE_PIC] With default config, the value of NR_CPUS is 64. When HW platform has more then 64 cpus, system will crash o...
CVE-2024-26769
- EPSS 0.01%
- Published 03.04.2024 17:15:52
- Last modified 04.04.2025 14:17:18
In the Linux kernel, the following vulnerability has been resolved: nvmet-fc: avoid deadlock on delete association path When deleting an association the shutdown path is deadlocking because we try to flush the nvmet_wq nested. Avoid this by deadloc...
CVE-2024-26770
- EPSS 0.09%
- Published 03.04.2024 17:15:52
- Last modified 27.01.2025 14:58:19
In the Linux kernel, the following vulnerability has been resolved: HID: nvidia-shield: Add missing null pointer checks to LED initialization devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure ...
CVE-2024-26771
- EPSS 0.02%
- Published 03.04.2024 17:15:52
- Last modified 27.01.2025 14:59:26
In the Linux kernel, the following vulnerability has been resolved: dmaengine: ti: edma: Add some null pointer checks to the edma_probe devm_kasprintf() returns a pointer to dynamically allocated memory which can be NULL upon failure. Ensure the al...
CVE-2024-26733
- EPSS 0.01%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:02:47
In the Linux kernel, the following vulnerability has been resolved: arp: Prevent overflow in arp_req_get(). syzkaller reported an overflown write in arp_req_get(). [0] When ioctl(SIOCGARP) is issued, arp_req_get() looks up an neighbour entry and c...
CVE-2024-26734
- EPSS 0.01%
- Published 03.04.2024 17:15:51
- Last modified 14.01.2025 17:26:43
In the Linux kernel, the following vulnerability has been resolved: devlink: fix possible use-after-free and memory leaks in devlink_init() The pernet operations structure for the subsystem must be registered before registering the generic netlink ...
CVE-2024-26735
- EPSS 0.03%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:05:01
In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix possible use-after-free and null-ptr-deref The pernet operations structure for the subsystem must be registered before registering the generic netlink family.
CVE-2024-26736
- EPSS 0.02%
- Published 03.04.2024 17:15:51
- Last modified 17.03.2025 16:03:20
In the Linux kernel, the following vulnerability has been resolved: afs: Increase buffer size in afs_update_volume_status() The max length of volume->vid value is 20 characters. So increase idbuf[] size up to 24 to avoid overflow. Found by Linux V...
CVE-2024-26737
- EPSS 0.01%
- Published 03.04.2024 17:15:51
- Last modified 04.04.2025 14:34:28
In the Linux kernel, the following vulnerability has been resolved: bpf: Fix racing between bpf_timer_cancel_and_free and bpf_timer_cancel The following race is possible between bpf_timer_cancel_and_free and bpf_timer_cancel. It will lead a UAF on ...
CVE-2024-26738
- EPSS 0.12%
- Published 03.04.2024 17:15:51
- Last modified 07.01.2025 21:13:43
In the Linux kernel, the following vulnerability has been resolved: powerpc/pseries/iommu: DLPAR add doesn't completely initialize pci_controller When a PCI device is dynamically added, the kernel oopses with a NULL pointer dereference: BUG: Ker...