CVE-2024-27025
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 23.12.2024 19:24:12
In the Linux kernel, the following vulnerability has been resolved: nbd: null check for nla_nest_start nla_nest_start() may fail and return NULL. Insert a check and set errno based on other call sites within the same source code.
CVE-2024-27024
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 23.12.2024 19:22:58
In the Linux kernel, the following vulnerability has been resolved: net/rds: fix WARNING in rds_conn_connect_if_down If connection isn't established yet, get_mr() will fail, trigger connection after get_mr().
CVE-2023-52650
- EPSS 0.01%
- Veröffentlicht 01.05.2024 13:15:48
- Zuletzt bearbeitet 23.12.2024 14:09:30
In the Linux kernel, the following vulnerability has been resolved: drm/tegra: dsi: Add missing check for of_find_device_by_node Add check for the return value of of_find_device_by_node() and return the error if it fails in order to avoid NULL poin...
CVE-2024-27008
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:19
- Zuletzt bearbeitet 21.11.2024 09:03:36
In the Linux kernel, the following vulnerability has been resolved: drm: nv04: Fix out of bounds access When Output Resource (dcb->or) value is assigned in fabricate_dcb_output(), there may be out of bounds access to dac_users array in case dcb->or...
CVE-2024-26999
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:17
- Zuletzt bearbeitet 03.03.2025 17:47:59
In the Linux kernel, the following vulnerability has been resolved: serial/pmac_zilog: Remove flawed mitigation for rx irq flood The mitigation was intended to stop the irq completely. That may be better than a hard lock-up but it turns out that yo...
CVE-2024-26984
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:15
- Zuletzt bearbeitet 08.04.2025 18:45:02
In the Linux kernel, the following vulnerability has been resolved: nouveau: fix instmem race condition around ptr stores Running a lot of VK CTS in parallel against nouveau, once every few hours you might see something like this crash. BUG: kerne...
CVE-2024-26981
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:15
- Zuletzt bearbeitet 23.12.2024 20:42:57
In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix OOB in nilfs_set_de_type The size of the nilfs_type_by_mode array in the fs/nilfs2/dir.c file is defined as "S_IFMT >> S_SHIFT", but the nilfs_set_de_type() function, w...
- 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...
- EPSS 0.04%
- Veröffentlicht 01.05.2024 06:15:14
- Zuletzt bearbeitet 23.12.2024 14:00:33
In the Linux kernel, the following vulnerability has been resolved: crypto: qat - resolve race condition during AER recovery During the PCI AER system's error recovery process, the kernel driver may encounter a race condition with freeing the reset...
CVE-2024-26973
- EPSS 0.01%
- Veröffentlicht 01.05.2024 06:15:13
- Zuletzt bearbeitet 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 ...