CVE-2024-27079
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 05.03.2025 15:11:27
In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix NULL domain on device release In the kdump kernel, the IOMMU operates in deferred_attach mode. In this mode, info->domain may not yet be assigned by the time the re...
CVE-2024-27080
- EPSS 0.02%
- Published 01.05.2024 13:15:51
- Last modified 18.09.2025 16:15:27
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix race when detecting delalloc ranges during fiemap For fiemap we recently stopped locking the target extent range for the whole duration of the fiemap call, in order to a...
CVE-2024-27388
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 14.01.2025 14:56:08
In the Linux kernel, the following vulnerability has been resolved: SUNRPC: fix some memleaks in gssx_dec_option_array The creds and oa->data need to be freed in the error-handling paths after their allocation. So this patch add these deallocations...
CVE-2024-27389
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 18.09.2025 16:14:57
In the Linux kernel, the following vulnerability has been resolved: pstore: inode: Only d_invalidate() is needed Unloading a modular pstore backend with records in pstorefs would trigger the dput() double-drop warning: WARNING: CPU: 0 PID: 2569 ...
CVE-2024-27390
- EPSS 0.01%
- Published 01.05.2024 13:15:51
- Last modified 18.09.2025 16:06:53
In the Linux kernel, the following vulnerability has been resolved: ipv6: mcast: remove one synchronize_net() barrier in ipv6_mc_down() As discussed in the past (commit 2d3916f31891 ("ipv6: fix skb drops in igmp6_event_query() and igmp6_event_repor...
CVE-2024-27391
- EPSS 0.02%
- Published 01.05.2024 13:15:51
- Last modified 18.09.2025 16:06:27
In the Linux kernel, the following vulnerability has been resolved: wifi: wilc1000: do not realloc workqueue everytime an interface is added Commit 09ed8bfc5215 ("wilc1000: Rename workqueue from "WILC_wq" to "NETDEV-wq"") moved workqueue creation i...
CVE-2024-27392
- EPSS 0.04%
- Published 01.05.2024 13:15:51
- Last modified 26.12.2024 20:32:43
In the Linux kernel, the following vulnerability has been resolved: nvme: host: fix double-free of struct nvme_id_ns in ns_update_nuse() When nvme_identify_ns() fails, it frees the pointer to the struct nvme_id_ns before it returns. However, ns_upd...
CVE-2024-27049
- EPSS 0.01%
- Published 01.05.2024 13:15:50
- Last modified 23.12.2024 19:11:05
In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7925e: fix use-after-free in free_irq() From commit a304e1b82808 ("[PATCH] Debug shared irqs"), there is a test to make sure the shared irq handler should be able to ...
CVE-2024-27050
- EPSS 0.02%
- Published 01.05.2024 13:15:50
- Last modified 08.04.2025 18:38:39
In the Linux kernel, the following vulnerability has been resolved: libbpf: Use OPTS_SET() macro in bpf_xdp_query() When the feature_flags and xdp_zc_max_segs fields were added to the libbpf bpf_xdp_query_opts, the code writing them did not use the...
CVE-2024-27051
- EPSS 0.01%
- Published 01.05.2024 13:15:50
- Last modified 23.12.2024 19:11:23
In the Linux kernel, the following vulnerability has been resolved: cpufreq: brcmstb-avs-cpufreq: add check for cpufreq_cpu_get's return value cpufreq_cpu_get may return NULL. To avoid NULL-dereference check it and return 0 in case of error. Found...