CVE-2026-23381
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:28:00
- Zuletzt bearbeitet 24.04.2026 18:41:47
In the Linux kernel, the following vulnerability has been resolved: net: bridge: 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 n...
CVE-2026-23378
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:57
- Zuletzt bearbeitet 24.04.2026 15:57:11
In the Linux kernel, the following vulnerability has been resolved: net/sched: act_ife: Fix metalist update behavior Whenever an ife action replace changes the metalist, instead of replacing the old data on the metalist, the current ife code is app...
CVE-2026-23374
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:55
- Zuletzt bearbeitet 27.04.2026 14:16:30
In the Linux kernel, the following vulnerability has been resolved: blktrace: fix __this_cpu_read/write in preemptible context tracing_record_cmdline() internally uses __this_cpu_read() and __this_cpu_write() on the per-CPU variable trace_cmdline_s...
CVE-2026-23372
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:53
- Zuletzt bearbeitet 24.04.2026 16:36:05
In the Linux kernel, the following vulnerability has been resolved: nfc: rawsock: cancel tx_work before socket teardown In rawsock_release(), cancel any pending tx_work and purge the write queue before orphaning the socket. rawsock_tx_work runs on...
CVE-2026-23367
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:49
- Zuletzt bearbeitet 24.04.2026 18:41:25
In the Linux kernel, the following vulnerability has been resolved: wifi: radiotap: reject radiotap with unknown bits The radiotap parser is currently only used with the radiotap namespace (not with vendor namespaces), but if the undefined field 18...
CVE-2026-23365
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:47
- Zuletzt bearbeitet 24.04.2026 18:47:28
In the Linux kernel, the following vulnerability has been resolved: net: usb: kalmia: validate USB endpoints The kalmia driver should validate that the device it is probing has the proper number and types of USB endpoints it is expecting before it ...
CVE-2026-23357
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:41
- Zuletzt bearbeitet 24.04.2026 19:04:35
In the Linux kernel, the following vulnerability has been resolved: can: mcp251x: fix deadlock in error path of mcp251x_open The mcp251x_open() function call free_irq() in its error path with the mpc_lock mutex held. But if an interrupt already occ...
CVE-2026-23356
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:40
- Zuletzt bearbeitet 24.04.2026 19:06:21
In the Linux kernel, the following vulnerability has been resolved: drbd: fix "LOGIC BUG" in drbd_al_begin_io_nonblock() Even though we check that we "should" be able to do lc_get_cumulative() while holding the device->al_lock spinlock, it may stil...
CVE-2026-23352
- EPSS 0.01%
- Veröffentlicht 25.03.2026 10:27:37
- Zuletzt bearbeitet 24.04.2026 17:59:40
In the Linux kernel, the following vulnerability has been resolved: x86/efi: defer freeing of boot services memory efi_free_boot_services() frees memory occupied by EFI_BOOT_SERVICES_CODE and EFI_BOOT_SERVICES_DATA using memblock_free_late(). Ther...
CVE-2026-23344
- EPSS 0.02%
- Veröffentlicht 25.03.2026 10:27:31
- Zuletzt bearbeitet 24.04.2026 18:17:48
In the Linux kernel, the following vulnerability has been resolved: crypto: ccp - Fix use-after-free on error path In the error path of sev_tsm_init_locked(), the code dereferences 't' after it has been freed with kfree(). The pr_err() statement at...