- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:05
- Zuletzt bearbeitet 26.01.2026 15:03:51
In the Linux kernel, the following vulnerability has been resolved: net: do not write to msg_get_inq in callee NULL pointer dereference fix. msg_get_inq is an input field from caller to callee. Don't set it in the callee, as the caller may not cle...
- EPSS 0.03%
- Veröffentlicht 23.01.2026 15:24:04
- Zuletzt bearbeitet 26.01.2026 15:03:51
In the Linux kernel, the following vulnerability has been resolved: net: mscc: ocelot: Fix crash when adding interface under a lag Commit 15faa1f67ab4 ("lan966x: Fix crash when adding interface under a lag") fixed a similar issue in the lan966x dri...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:03
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.03%
- Veröffentlicht 23.01.2026 15:24:02
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:24:01
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.03%
- Veröffentlicht 23.01.2026 15:24:00
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:23:59
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:23:58
- Zuletzt bearbeitet 26.01.2026 15:03:51
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...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:23:57
- Zuletzt bearbeitet 26.01.2026 15:03:51
In the Linux kernel, the following vulnerability has been resolved: btrfs: fix use-after-free warning in btrfs_get_or_create_delayed_node() Previously, btrfs_get_or_create_delayed_node() set the delayed_node's refcount before acquiring the root->de...
- EPSS 0.02%
- Veröffentlicht 23.01.2026 15:23:57
- Zuletzt bearbeitet 26.01.2026 15:03:51
In the Linux kernel, the following vulnerability has been resolved: gpio: mpsse: ensure worker is torn down When an IRQ worker is running, unplugging the device would cause a crash. The sealevel hardware this driver was written for was not hotplugg...