Linux

Linux Kernel

14080 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:01:30

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 that struct nci_dev.cmd_wq had been destroyed befo...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:02:35

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 crashes during resume from suspend when rings[q_idx]->q...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:02:51

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, so driver's implementation should not lock it agai...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:03:29

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 kzalloc(wops->port_priv_size, GFP_KERNEL). However, i...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:04:01

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.3.0), the ih1 and ih2 interrupt ring buffers are no...

  • 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...

  • EPSS 0.01%
  • Veröffentlicht 14.02.2026 16:15:56
  • Zuletzt bearbeitet 18.03.2026 15:07:59

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

  • 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...

  • 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...

  • EPSS 0.02%
  • Veröffentlicht 14.02.2026 16:15:55
  • Zuletzt bearbeitet 18.03.2026 14:19:55

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 structure. However, the device is freed before the ...