CVE-2026-43448
- EPSS 0.09%
- Veröffentlicht 08.05.2026 14:22:14
- Zuletzt bearbeitet 21.05.2026 17:00:53
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: Fix race bug in nvme_poll_irqdisable() In the following scenario, pdev can be disabled between (1) and (3) by (2). This sets pdev->msix_enabled = 0. Then, pci_irq_vector(...
CVE-2026-43445
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:12
- Zuletzt bearbeitet 21.05.2026 16:38:08
In the Linux kernel, the following vulnerability has been resolved: e1000/e1000e: Fix leak in DMA error cleanup If an error is encountered while mapping TX buffers, the driver should unmap any buffers already mapped for that skb. Because count is ...
CVE-2026-43443
- EPSS 0.11%
- Veröffentlicht 08.05.2026 14:22:11
- Zuletzt bearbeitet 21.05.2026 17:09:16
In the Linux kernel, the following vulnerability has been resolved: ASoC: amd: acp-mach-common: Add missing error check for clock acquisition The acp_card_rt5682_init() and acp_card_rt5682s_init() functions did not check the return values of clk_ge...
CVE-2026-43444
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:11
- Zuletzt bearbeitet 21.05.2026 17:08:15
In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Unreserve bo if queue update failed Error handling path should unreserve bo then return failed. (cherry picked from commit c24afed7de9ecce341825d8ab55a43a254348b33)
CVE-2026-43441
- EPSS 0.48%
- Veröffentlicht 08.05.2026 14:22:09
- Zuletzt bearbeitet 21.05.2026 17:16:14
In the Linux kernel, the following vulnerability has been resolved: net: bonding: Fix nd_tbl NULL dereference when IPv6 is disabled When booting with the 'ipv6.disable=1' parameter, the nd_tbl is never initialized because inet6_init() exits before ...
CVE-2026-43439
- EPSS 0.09%
- Veröffentlicht 08.05.2026 14:22:08
- Zuletzt bearbeitet 21.05.2026 17:26:45
In the Linux kernel, the following vulnerability has been resolved: cgroup: fix race between task migration and iteration When a task is migrated out of a css_set, cgroup_migrate_add_task() first moves it from cset->tasks to cset->mg_tasks via: ...
CVE-2026-43437
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:22:07
- Zuletzt bearbeitet 21.05.2026 17:41:41
In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: fix use-after-free on linked stream runtime in snd_pcm_drain() In the drain loop, the local variable 'runtime' is reassigned to a linked stream's runtime (runtime = s->r...
CVE-2026-43438
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:22:07
- Zuletzt bearbeitet 21.05.2026 17:28:08
In the Linux kernel, the following vulnerability has been resolved: sched_ext: Remove redundant css_put() in scx_cgroup_init() The iterator css_for_each_descendant_pre() walks the cgroup hierarchy under cgroup_lock(). It does not increment the refe...
CVE-2026-43436
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:06
- Zuletzt bearbeitet 21.05.2026 17:43:14
In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Check endpoint numbers at parsing Scarlett2 mixer interfaces The Scarlett2 mixer quirk in USB-audio driver may hit a NULL dereference when a malformed USB descript...
CVE-2026-43432
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:03
- Zuletzt bearbeitet 20.05.2026 18:18:34
In the Linux kernel, the following vulnerability has been resolved: usb: xhci: Fix memory leak in xhci_disable_slot() xhci_alloc_command() allocates a command structure and, when the second argument is true, also allocates a completion structure. C...