CVE-2026-64078
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:51
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: x_tables: add and use xtables_unregister_table_exit Previous change added xtables_unregister_table_pre_exit to detach the table from the packetpath and to unlink it from...
CVE-2026-64076
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:50
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: bridge: eb_tables: close module init race sashiko reports for unrelated patch: Does the core ebtables initialization in ebtables.c suffer from a similar race? Once nf_...
CVE-2026-64077
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:50
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: move to two-stage removal scheme Like previous patches for x_tables, follow same pattern in ebtables. We can't reuse xt helpers: ebt_table struct layout is inc...
CVE-2026-64074
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:49
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: fs/statmount: fix slab out-of-bounds write in statmount_mnt_idmap statmount_mnt_idmap() writes one mapping with seq_printf() and then manually advances seq->count to include the NU...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 15:39:49
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: fprobe: Fix unregister_fprobe() to wait for RCU grace period Commit 4346ba1604093 ("fprobe: Rewrite fprobe on function-graph tracer") changed fprobe to register struct fprobe to an...
CVE-2026-64073
- EPSS 0.13%
- Veröffentlicht 19.07.2026 15:39:48
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: irq_work: Fix use-after-free in irq_work_single() on PREEMPT_RT On PREEMPT_RT, non-HARD irq_work runs in per-CPU kthreads via run_irq_workd(), so irq_work_sync() uses rcuwait() to ...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 15:39:47
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: nvme-pci: fix use-after-free in nvme_free_host_mem() nvme_free_host_mem() frees dev->hmb_sgt via dma_free_noncontiguous() but never clears the pointer afterward. This leads to a u...
- EPSS 0.17%
- Veröffentlicht 19.07.2026 15:39:47
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: nvme: fix bio leak on mapping failure The local bio is always NULL, so we'd leak the bio if the integrity mapping failed. Just get it directly from the request.
- EPSS 0.16%
- Veröffentlicht 19.07.2026 15:39:46
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: powerpc/hv-gpci: fix preempt count leak in sysfs show paths Four sysfs show() callbacks in hv-gpci take get_cpu_var(hv_gpci_reqb) (which calls preempt_disable()) but only call the ...
CVE-2026-64068
- EPSS 0.38%
- Veröffentlicht 19.07.2026 15:39:45
- Zuletzt bearbeitet 30.07.2026 14:59:47
In the Linux kernel, the following vulnerability has been resolved: netfs: Fix missing locking around retry adding new subreqs Fix netfs_retry_read_subrequests() and netfs_retry_write_stream() to take the appropriate lock when adding extra subreque...