CVE-2026-23168
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 18.03.2026 15:00:47
In the Linux kernel, the following vulnerability has been resolved: flex_proportions: make fprop_new_period() hardirq safe Bernd has reported a lockdep splat from flexible proportions code that is essentially complaining about the following race: ...
CVE-2026-23169
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 03.04.2026 14:16:24
In the Linux kernel, the following vulnerability has been resolved: mptcp: fix race in mptcp_pm_nl_flush_addrs_doit() syzbot and Eulgyu Kim reported crashes in mptcp_pm_nl_get_local_id() and/or mptcp_pm_nl_is_backup() Root cause is list_splice_ini...
CVE-2026-23170
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 18.03.2026 14:57:32
In the Linux kernel, the following vulnerability has been resolved: drm/imx/tve: fix probe device leak Make sure to drop the reference taken to the DDC device during probe on probe failure (e.g. probe deferral) and on driver unbind.
CVE-2026-23171
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 17.05.2026 16:16:14
In the Linux kernel, the following vulnerability has been resolved: bonding: fix use-after-free due to enslave fail after slave array update Fix a use-after-free which happens due to enslave failure after the new slave has been added to the array. ...
CVE-2026-23172
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 03.04.2026 14:16:25
In the Linux kernel, the following vulnerability has been resolved: net: wwan: t7xx: fix potential skb->frags overflow in RX path When receiving data in the DPMAIF RX path, the t7xx_dpmaif_set_frag_to_skb() function adds page fragments to an skb wi...
CVE-2026-23173
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:57
- Zuletzt bearbeitet 18.03.2026 14:46:21
In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: TC, delete flows only for existing peers When deleting TC steering flows, iterate only over actual devcom peers instead of assuming all possible ports exist. This avoids...
CVE-2026-23159
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:56
- Zuletzt bearbeitet 18.03.2026 14:13:18
In the Linux kernel, the following vulnerability has been resolved: perf: sched: Fix perf crash with new is_user_task() helper In order to do a user space stacktrace the current task needs to be a user task that has executed in user space. It use t...
CVE-2026-23160
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:56
- Zuletzt bearbeitet 18.03.2026 14:12:40
In the Linux kernel, the following vulnerability has been resolved: octeon_ep: Fix memory leak in octep_device_setup() In octep_device_setup(), if octep_ctrl_net_init() fails, the function returns directly without unmapping the mapped resources and...
CVE-2026-23161
- EPSS 0.01%
- Veröffentlicht 14.02.2026 16:15:56
- Zuletzt bearbeitet 03.04.2026 14:16:24
In the Linux kernel, the following vulnerability has been resolved: mm/shmem, swap: fix race of truncate and swap entry split The helper for shmem swap freeing is not handling the order of swap entries correctly. It uses xa_cmpxchg_irq to erase th...
CVE-2026-23162
- EPSS 0.02%
- Veröffentlicht 14.02.2026 16:15:56
- Zuletzt bearbeitet 18.03.2026 15:07:36
In the Linux kernel, the following vulnerability has been resolved: drm/xe/nvm: Fix double-free on aux add failure After a successful auxiliary_device_init(), aux_dev->dev.release (xe_nvm_release_dev()) is responsible for the kfree(nvm). When there...