CVE-2024-26761
- EPSS 0.01%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 17.03.2025 16:56:39
In the Linux kernel, the following vulnerability has been resolved: cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window The Linux CXL subsystem is built on the assumption that HPA == SPA. That is, the host physical addres...
CVE-2024-26762
- EPSS 0.02%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 18.03.2025 16:13:33
In the Linux kernel, the following vulnerability has been resolved: cxl/pci: Skip to handle RAS errors if CXL.mem device is detached The PCI AER model is an awkward fit for CXL error handling. While the expectation is that a PCI device can escalate...
CVE-2024-26763
- EPSS 0.01%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 18.03.2025 16:40:18
In the Linux kernel, the following vulnerability has been resolved: dm-crypt: don't modify the data when using authenticated encryption It was said that authenticated encryption could produce invalid tag when the data that is being encrypted is mod...
CVE-2024-26764
- EPSS 0.01%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 18.03.2025 16:36:22
In the Linux kernel, the following vulnerability has been resolved: fs/aio: Restrict kiocb_set_cancel_fn() to I/O submitted via libaio If kiocb_set_cancel_fn() is called for I/O submitted via io_uring, the following kernel warning appears: WARNING...
CVE-2024-26765
- EPSS 0.09%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 18.03.2025 16:43:01
In the Linux kernel, the following vulnerability has been resolved: LoongArch: Disable IRQ before init_fn() for nonboot CPUs Disable IRQ before init_fn() for nonboot CPUs when hotplug, in order to silence such warnings (and also avoid potential err...
CVE-2024-26768
- EPSS 0.05%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 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%
- Veröffentlicht 03.04.2024 17:15:52
- Zuletzt bearbeitet 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-26733
- EPSS 0.01%
- Veröffentlicht 03.04.2024 17:15:51
- Zuletzt bearbeitet 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-26735
- EPSS 0.03%
- Veröffentlicht 03.04.2024 17:15:51
- Zuletzt bearbeitet 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%
- Veröffentlicht 03.04.2024 17:15:51
- Zuletzt bearbeitet 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...