CVE-2026-43450
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:22:15
- Zuletzt bearbeitet 21.05.2026 16:57:23
In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_cthelper: fix OOB read in nfnl_cthelper_dump_table() nfnl_cthelper_dump_table() has a 'goto restart' that jumps to a label inside the for loop body. When the ...
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-43446
- EPSS 0.09%
- Veröffentlicht 08.05.2026 14:22:13
- Zuletzt bearbeitet 21.05.2026 17:03:45
In the Linux kernel, the following vulnerability has been resolved: accel/amdxdna: Fix runtime suspend deadlock when there is pending job The runtime suspend callback drains the running job workqueue before suspending the device. If a job is still ...
CVE-2026-43447
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:13
- Zuletzt bearbeitet 21.05.2026 17:02:04
In the Linux kernel, the following vulnerability has been resolved: iavf: fix PTP use-after-free during reset Commit 7c01dbfc8a1c5f ("iavf: periodically cache PHC time") introduced a worker to cache PHC time, but failed to stop it during reset or d...
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-43442
- EPSS 0.13%
- Veröffentlicht 08.05.2026 14:22:10
- Zuletzt bearbeitet 21.05.2026 17:10:51
In the Linux kernel, the following vulnerability has been resolved: io_uring: fix physical SQE bounds check for SQE_MIXED 128-byte ops When IORING_SETUP_SQE_MIXED is used without IORING_SETUP_NO_SQARRAY, the boundary check for 128-byte SQE operatio...
CVE-2026-43440
- EPSS 0.12%
- Veröffentlicht 08.05.2026 14:22:09
- Zuletzt bearbeitet 21.05.2026 17:18:44
In the Linux kernel, the following vulnerability has been resolved: net/mana: Null service_wq on setup error to prevent double destroy In mana_gd_setup() error path, set gc->service_wq to NULL after destroy_workqueue() to match the cleanup in mana_...
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 ...