Latest CVE Feed

Vulnerabilities published in the last 30 days. Filter by severity, exploit status, or attack vector.

Score
Vulnerability
Published
0.0 NA
CVE-2025-71203 — riscv: Sanitize syscall table indexing under speculation

In the Linux kernel, the following vulnerability has been resolved: riscv: Sanitize syscall table indexing under speculation The syscall number is a user-controlled value used to index into the sys…

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23173 — net/mlx5e: TC, delete flows only for existing peers

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 instea…

Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23172 — net: wwan: t7xx: fix potential skb->frags overflow in RX path

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…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23171 — bonding: fix use-after-free due to enslave fail after slave array update

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 failur…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23170 — drm/imx/tve: fix probe device leak

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. pr…

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23169 — mptcp: fix race in mptcp_pm_nl_flush_addrs_doit()

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 mpt…

linux_kernel | Race Condition
Feb 14, 2026 Feb 19, 2026
Feb 14, 2026
Feb 19, 2026
0.0 NA
CVE-2026-23168 — flex_proportions: make fprop_new_period() hardirq safe

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 …

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23167 — nfc: nci: Fix race between rfkill and nci_unregister_device().

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: Fix race between rfkill and nci_unregister_device(). syzbot reported the splat below [0] without a repro. It indicates…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23166 — ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues

In the Linux kernel, the following vulnerability has been resolved: ice: Fix NULL pointer dereference in ice_vsi_set_napi_queues Add NULL pointer checks in ice_vsi_set_napi_queues() to prevent cras…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23165 — sfc: fix deadlock in RSS config read

In the Linux kernel, the following vulnerability has been resolved: sfc: fix deadlock in RSS config read Since cited commit, core locks the net_device's rss_lock when handling ethtool -x command, …

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23164 — rocker: fix memory leak in rocker_world_port_post_fini()

In the Linux kernel, the following vulnerability has been resolved: rocker: fix memory leak in rocker_world_port_post_fini() In rocker_world_port_pre_init(), rocker_port->wpriv is allocated with kz…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23163 — drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix NULL pointer dereference in amdgpu_gmc_filter_faults_remove On APUs such as Raven and Renoir (GC 9.1.0, 9.2.2, 9.…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23162 — drm/xe/nvm: Fix double-free on aux add failure

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_d…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23161 — mm/shmem, swap: fix race of truncate and swap entry split

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 ent…

linux_kernel | Race Condition
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23160 — octeon_ep: Fix memory leak in octep_device_setup()

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 …

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23159 — perf: sched: Fix perf crash with new is_user_task() helper

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 …

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23158 — gpio: virtuser: fix UAF in configfs release path

In the Linux kernel, the following vulnerability has been resolved: gpio: virtuser: fix UAF in configfs release path The gpio-virtuser configfs release path uses guard(mutex) to protect the device …

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23157 — btrfs: do not strictly require dirty metadata threshold for metadata writepages

In the Linux kernel, the following vulnerability has been resolved: btrfs: do not strictly require dirty metadata threshold for metadata writepages [BUG] There is an internal report that over 1000 …

linux_kernel | Denial of Service
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23156 — efivarfs: fix error propagation in efivar_entry_get()

In the Linux kernel, the following vulnerability has been resolved: efivarfs: fix error propagation in efivar_entry_get() efivar_entry_get() always returns success even if the underlying __efivar_e…

linux_kernel | Memory Corruption
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
0.0 NA
CVE-2026-23155 — can: gs_usb: gs_usb_receive_bulk_callback(): fix error message

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_receive_bulk_callback(): fix error message Sinc commit 79a6d1bfe114 ("can: gs_usb: gs_usb_receive_bulk_callba…

linux_kernel | Misconfiguration
Feb 14, 2026 Feb 18, 2026
Feb 14, 2026
Feb 18, 2026
Showing 20 of 5018 Results