- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:50
- Zuletzt bearbeitet 14.01.2026 16:26:00
In the Linux kernel, the following vulnerability has been resolved: mptcp: fallback earlier on simult connection Syzkaller reports a simult-connect race leading to inconsistent fallback status: WARNING: CPU: 3 PID: 33 at net/mptcp/subflow.c:1515...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:49
- Zuletzt bearbeitet 19.01.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: net: rose: fix invalid array index in rose_kill_by_device() rose_kill_by_device() collects sockets into a local array[] and then iterates over them to disconnect sockets bound to a...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:49
- Zuletzt bearbeitet 19.01.2026 13:16:17
In the Linux kernel, the following vulnerability has been resolved: iavf: fix off-by-one issues in iavf_config_rss_reg() There are off-by-one bugs when configuring RSS hash key and lookup table, causing out-of-bounds reads to memory [1] and out-of-...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:48
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: ipv6: BUG() in pskb_expand_head() as part of calipso_skbuff_setattr() There exists a kernel oops caused by a BUG_ON(nhead < 0) at net/core/skbuff.c:2232 in pskb_expand_head(). This...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:47
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: RDMA/cm: Fix leaking the multicast GID table reference If the CM ID is destroyed while the CM event for multicast creating is still queued the cancel_work_sync() will prevent the w...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:46
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: revert use of devm_kzalloc in btusb This reverts commit 98921dbd00c4e ("Bluetooth: Use devm_kzalloc in btusb.c file"). In btusb_probe(), we use devm_kzalloc() to...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:46
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: drm/ttm: Avoid NULL pointer deref for evicted BOs It is possible for a BO to exist that is not currently associated with a resource, e.g. because it has been evicted. When devcore...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:45
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: ASoC: stm32: sai: fix OF node leak on probe The reference taken to the sync provider OF node when probing the platform device is currently only dropped if the set_sync() callback f...
- EPSS 0.03%
- Veröffentlicht 13.01.2026 15:34:44
- Zuletzt bearbeitet 19.01.2026 13:16:16
In the Linux kernel, the following vulnerability has been resolved: net: nfc: fix deadlock between nfc_unregister_device and rfkill_fop_write A deadlock can occur between nfc_unregister_device() and rfkill_fop_write() due to lock ordering inversion...
- EPSS 0.02%
- Veröffentlicht 13.01.2026 15:34:44
- Zuletzt bearbeitet 14.01.2026 16:26:00
In the Linux kernel, the following vulnerability has been resolved: ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT On PREEMPT_RT kernels, after rt6_get_pcpu_route() returns NULL, the current task can be preempted. Another task running on ...