Linux

Linux Kernel

12164 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.05%
  • Published 18.06.2025 11:03:13
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: HID: cp2112: prevent a buffer overflow in cp2112_xfer() Smatch warnings: drivers/hid/hid-cp2112.c:793 cp2112_xfer() error: __memcpy() 'data->block[1]' too small (33 vs 255) drivers...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:12
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Fix refcount leak in mtk_pcie_init_irq_domains() of_get_child_by_name() returns a node pointer with refcount incremented, so we should use of_node_put() on it w...

  • EPSS 0.04%
  • Published 18.06.2025 11:03:11
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: usb: ohci-nxp: Fix refcount leak in ohci_hcd_nxp_probe of_parse_phandle() returns a node pointer with refcount incremented, we should use of_node_put() on it when not need anymore....

  • EPSS 0.04%
  • Published 18.06.2025 11:03:11
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: usb: host: Fix refcount leak in ehci_hcd_ppc_of_probe of_find_compatible_node() returns a node pointer with refcount incremented, we should use of_node_put() on it when done. Add m...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:10
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: usb: cdns3: fix random warning message when driver load Warning log: [ 4.141392] Unexpected gfp: 0x4 (GFP_DMA32). Fixing up to gfp: 0xa20 (GFP_ATOMIC). Fix your code! [ 4.150...

  • EPSS 0.04%
  • Published 18.06.2025 11:03:09
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: driver core: fix potential deadlock in __driver_attach In __driver_attach function, There are also AA deadlock problem, like the commit b232b02bf3c2 ("driver core: fix deadlock in ...

  • EPSS 0.02%
  • Published 18.06.2025 11:03:09
  • Last modified 18.06.2025 14:15:24

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.03%
  • Published 18.06.2025 11:03:08
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: kernfs: fix potential NULL dereference in __kernfs_remove When lockdep is enabled, lockdep_assert_held_write would cause potential NULL pointer dereference. Fix the following smat...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:07
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: PCI: dwc: Deallocate EPC memory on dw_pcie_ep_init() errors If dw_pcie_ep_init() fails to perform any action after the EPC memory is initialized and the MSI memory region is alloca...

  • EPSS 0.03%
  • Published 18.06.2025 11:03:07
  • Last modified 18.06.2025 13:47:40

In the Linux kernel, the following vulnerability has been resolved: mm/mempolicy: fix get_nodes out of bound access When user specified more nodes than supported, get_nodes will access nmask array out of bounds.