Linux

Linux Kernel

12164 vulnerabilities found.

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

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.04%
  • Published 18.06.2025 11:03:05
  • Last modified 18.06.2025 13:47:40

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.03%
  • Published 18.06.2025 11:03:05
  • Last modified 18.06.2025 13:47:40

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.04%
  • Published 18.06.2025 11:03:04
  • Last modified 18.06.2025 13:47:40

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

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

In the Linux kernel, the following vulnerability has been resolved: memstick/ms_block: Fix a memory leak 'erased_blocks_bitmap' is never freed. As it is allocated at the same time as 'used_blocks_bitmap', it is likely that it should be freed also a...

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

In the Linux kernel, the following vulnerability has been resolved: mmc: sdhci-of-esdhc: Fix refcount leak in esdhc_signal_voltage_switch of_find_matching_node() returns a node pointer with refcount incremented, we should use of_node_put() on it wh...

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

In the Linux kernel, the following vulnerability has been resolved: usb: aspeed-vhub: Fix refcount leak bug in ast_vhub_init_desc() We should call of_node_put() for the reference returned by of_get_child_by_name() which has increased the refcount.

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

In the Linux kernel, the following vulnerability has been resolved: RDMA/qedr: Fix potential memory leak in __qedr_alloc_mr() __qedr_alloc_mr() allocates a memory chunk for "mr->info.pbl_table" with init_mr_info(). When rdma_alloc_tid() and rdma_re...

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

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Fix duplicated reported IW_CM_EVENT_CONNECT_REPLY event If siw_recv_mpa_rr returns -EAGAIN, it means that the MPA reply hasn't been received completely, and should not re...

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

In the Linux kernel, the following vulnerability has been resolved: RDMA/irdma: Fix a window for use-after-free During a destroy CQ an interrupt may cause processing of a CQE after CQ resources are freed by irdma_cq_free_rsrc(). Fix this by moving ...