CVE-2026-22981
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:03
- Zuletzt bearbeitet 02.04.2026 12:16:18
In the Linux kernel, the following vulnerability has been resolved: idpf: detach and close netdevs while handling a reset Protect the reset path from callbacks by setting the netdevs to detached state and close any netdevs in UP state until the res...
CVE-2026-22980
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:02
- Zuletzt bearbeitet 27.04.2026 14:16:27
In the Linux kernel, the following vulnerability has been resolved: nfsd: provide locking for v4_end_grace Writing to v4_end_grace can race with server shutdown and result in memory being accessed after it was freed - reclaim_str_hashtbl in particu...
CVE-2026-22979
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:01
- Zuletzt bearbeitet 26.02.2026 23:37:06
In the Linux kernel, the following vulnerability has been resolved: net: fix memory leak in skb_segment_list for GRO packets When skb_segment_list() is called during packet forwarding, it handles packets that were aggregated by the GRO engine. His...
CVE-2026-22978
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:00
- Zuletzt bearbeitet 26.02.2026 20:17:16
In the Linux kernel, the following vulnerability has been resolved: wifi: avoid kernel-infoleak from struct iw_point struct iw_point has a 32bit hole on 64bit arches. struct iw_point { void __user *pointer; /* Pointer to the data (in us...
CVE-2025-71161
- EPSS 0.01%
- Veröffentlicht 23.01.2026 15:23:59
- Zuletzt bearbeitet 25.03.2026 11:16:14
In the Linux kernel, the following vulnerability has been resolved: dm-verity: disable recursive forward error correction There are two problems with the recursive correction: 1. It may cause denial-of-service. In fec_read_bufs, there is a loop th...
CVE-2025-71160
- EPSS 0.01%
- Veröffentlicht 23.01.2026 15:23:58
- Zuletzt bearbeitet 26.02.2026 20:19:14
In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: avoid chain re-validation if possible Hamza Mahfooz reports cpu soft lock-ups in nft_chain_validate(): watchdog: BUG: soft lockup - CPU#1 stuck for 27s! [ip...
CVE-2025-71157
- EPSS 0.02%
- Veröffentlicht 23.01.2026 14:25:56
- Zuletzt bearbeitet 26.02.2026 20:22:12
In the Linux kernel, the following vulnerability has been resolved: RDMA/core: always drop device refcount in ib_del_sub_device_and_put() Since nldev_deldev() (introduced by commit 060c642b2ab8 ("RDMA/nldev: Add support to add/delete a sub IB devic...
CVE-2025-71156
- EPSS 0.02%
- Veröffentlicht 23.01.2026 14:25:55
- Zuletzt bearbeitet 26.02.2026 20:23:02
In the Linux kernel, the following vulnerability has been resolved: gve: defer interrupt enabling until NAPI registration Currently, interrupts are automatically enabled immediately upon request. This allows interrupt to fire before the associated ...
CVE-2025-71154
- EPSS 0.03%
- Veröffentlicht 23.01.2026 14:25:53
- Zuletzt bearbeitet 26.02.2026 20:30:51
In the Linux kernel, the following vulnerability has been resolved: net: usb: rtl8150: fix memory leak on usb_submit_urb() failure In async_set_registers(), when usb_submit_urb() fails, the allocated async_req structure and URB are not freed, cau...
CVE-2025-71152
- EPSS 0.02%
- Veröffentlicht 23.01.2026 14:25:52
- Zuletzt bearbeitet 25.03.2026 11:16:14
In the Linux kernel, the following vulnerability has been resolved: net: dsa: properly keep track of conduit reference Problem description ------------------- DSA has a mumbo-jumbo of reference handling of the conduit net device and its kobject wh...