Linux

Linux

6776 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:03:10
  • Zuletzt bearbeitet 20.11.2025 21:36:06

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.01%
  • Veröffentlicht 18.06.2025 11:03:09
  • Zuletzt bearbeitet 17.11.2025 19:57:30

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%
  • Veröffentlicht 18.06.2025 11:03:09
  • Zuletzt bearbeitet 18.06.2025 14:15:24

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

  • EPSS 0.01%
  • Veröffentlicht 18.06.2025 11:03:08
  • Zuletzt bearbeitet 17.11.2025 19:57: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.02%
  • Veröffentlicht 18.06.2025 11:03:07
  • Zuletzt bearbeitet 17.11.2025 19:57:54

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.02%
  • Veröffentlicht 18.06.2025 11:03:07
  • Zuletzt bearbeitet 17.11.2025 19:57:47

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.

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:06
  • Zuletzt bearbeitet 20.11.2025 21:36:27

In the Linux kernel, the following vulnerability has been resolved: dmaengine: sf-pdma: Add multithread support for a DMA channel When we get a DMA channel and try to use it in multiple threads it will cause oops and hanging the system. % echo 64 ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:05
  • Zuletzt bearbeitet 20.11.2025 21:40:03

In the Linux kernel, the following vulnerability has been resolved: intel_th: Fix a resource leak in an error handling path If an error occurs after calling 'pci_alloc_irq_vectors()', 'pci_free_irq_vectors()' must be called as already done in the r...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:05
  • Zuletzt bearbeitet 20.11.2025 21:38:58

In the Linux kernel, the following vulnerability has been resolved: soundwire: revisit driver bind/unbind and callbacks In the SoundWire probe, we store a pointer from the driver ops into the 'slave' structure. This can lead to kernel oopses when u...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2025 11:03:04
  • Zuletzt bearbeitet 19.11.2025 13:29:01

In the Linux kernel, the following vulnerability has been resolved: intel_th: msu: Fix vmalloced buffers After commit f5ff79fddf0e ("dma-mapping: remove CONFIG_DMA_REMAP") there's a chance of DMA buffer getting allocated via vmalloc(), which messes...