Linux

Linux Kernel

16158 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.2%
  • Veröffentlicht 31.01.2026 11:42:09
  • Zuletzt bearbeitet 02.06.2026 14:16:46

In the Linux kernel, the following vulnerability has been resolved: can: gs_usb: gs_usb_receive_bulk_callback(): fix URB memory leak In gs_can_open(), the URBs for USB-in transfers are allocated, added to the parent->rx_submitted anchor and submitt...

  • EPSS 0.22%
  • Veröffentlicht 31.01.2026 11:42:08
  • Zuletzt bearbeitet 02.06.2026 14:16:46

In the Linux kernel, the following vulnerability has been resolved: phy: rockchip: inno-usb2: Fix a double free bug in rockchip_usb2phy_probe() The for_each_available_child_of_node() calls of_node_put() to release child_np in each success loop. Aft...

  • EPSS 0.19%
  • Veröffentlicht 31.01.2026 11:42:07
  • Zuletzt bearbeitet 15.04.2026 00:35:42

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvm_device leak in kvm_eiointc_destroy() In kvm_ioctl_create_device(), kvm_device has allocated memory, kvm_device->destroy() seems to be supposed to free its k...

  • EPSS 0.19%
  • Veröffentlicht 31.01.2026 11:42:06
  • Zuletzt bearbeitet 15.04.2026 00:35:42

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvm_device leak in kvm_pch_pic_destroy() In kvm_ioctl_create_device(), kvm_device has allocated memory, kvm_device->destroy() seems to be supposed to free its k...

  • EPSS 0.19%
  • Veröffentlicht 31.01.2026 11:42:06
  • Zuletzt bearbeitet 15.04.2026 00:35:42

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Fix kvm_device leak in kvm_ipi_destroy() In kvm_ioctl_create_device(), kvm_device has allocated memory, kvm_device->destroy() seems to be supposed to free its kvm_d...

  • EPSS 0.18%
  • Veröffentlicht 31.01.2026 11:42:05
  • Zuletzt bearbeitet 14.07.2026 13:18:23

In the Linux kernel, the following vulnerability has been resolved: dmaengine: qcom: gpi: Fix memory leak in gpi_peripheral_config() Fix a memory leak in gpi_peripheral_config() where the original memory pointed to by gchan->config could be lost if...

  • EPSS 0.18%
  • Veröffentlicht 31.01.2026 11:42:04
  • Zuletzt bearbeitet 02.06.2026 14:16:46

In the Linux kernel, the following vulnerability has been resolved: mm/page_alloc: prevent pcp corruption with SMP=n The kernel test robot has reported: BUG: spinlock trylock failure on UP on CPU#0, kcompactd0/28 lock: 0xffff888807e35ef0, .magi...

  • EPSS 0.18%
  • Veröffentlicht 31.01.2026 11:42:03
  • Zuletzt bearbeitet 14.07.2026 13:18:05

In the Linux kernel, the following vulnerability has been resolved: dmaengine: at_hdmac: fix device leak on of_dma_xlate() Make sure to drop the reference taken when looking up the DMA platform device during of_dma_xlate() when releasing channel re...

  • EPSS 0.18%
  • Veröffentlicht 31.01.2026 11:42:01
  • Zuletzt bearbeitet 14.07.2026 13:18:05

In the Linux kernel, the following vulnerability has been resolved: dmaengine: bcm-sba-raid: fix device leak on probe Make sure to drop the reference taken when looking up the mailbox device during probe on probe failures and on driver unbind.

  • EPSS 0.18%
  • Veröffentlicht 31.01.2026 11:42:00
  • Zuletzt bearbeitet 14.07.2026 13:18:05

In the Linux kernel, the following vulnerability has been resolved: dmaengine: dw: dmamux: fix OF node leak on route allocation failure Make sure to drop the reference taken to the DMA master OF node also on late route allocation failures.