Linux

Linux Kernel

12374 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 10.04.2024 19:15:48
  • Last modified 14.01.2025 16:40:06

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: CT, Fix multiple allocations and memleak of mod acts CT clear action offload adds additional mod hdr actions to the flow's original mod actions in order to clear the reg...

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 07.01.2025 17:12:06

In the Linux kernel, the following vulnerability has been resolved: drm/prime: Fix use after free in mmap with drm_gem_ttm_mmap drm_gem_ttm_mmap() drops a reference to the gem object on success. If the gem object's refcount == 1 on entry to drm_gem...

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 27.03.2025 21:15:23

In the Linux kernel, the following vulnerability has been resolved: iavf: free q_vectors before queues in iavf_disable_vf iavf_free_queues() clears adapter->num_active_queues, which iavf_free_q_vectors() relies on, so swap the order of these two fu...

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 14.01.2025 14:42:43

In the Linux kernel, the following vulnerability has been resolved: thermal: Fix NULL pointer dereferences in of_thermal_ functions of_parse_thermal_zones() parses the thermal-zones node and registers a thermal_zone device for each subnode. However...

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 27.03.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt...

  • EPSS 0.02%
  • Published 10.04.2024 19:15:48
  • Last modified 14.01.2025 14:35:39

In the Linux kernel, the following vulnerability has been resolved: net: dpaa2-eth: fix use-after-free in dpaa2_eth_remove Access to netdev after free_netdev() will cause use-after-free bug. Move debug log before free_netdev() call to avoid it.

  • EPSS 0.02%
  • Published 10.04.2024 19:15:48
  • Last modified 03.03.2025 17:47:59

In the Linux kernel, the following vulnerability has been resolved: clk: sunxi-ng: Unregister clocks/resets when unbinding Currently, unbinding a CCU driver unmaps the device's MMIO region, while leaving its clocks/resets and their providers regist...

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 07.01.2025 17:12:26

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-tmio: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.

  • EPSS 0.01%
  • Published 10.04.2024 19:15:48
  • Last modified 13.01.2025 20:42:37

In the Linux kernel, the following vulnerability has been resolved: ALSA: gus: fix null pointer dereference on pointer block The pointer block return from snd_gf1_dma_next_block could be null, so there is a potential null pointer dereference issue....

  • EPSS 0.02%
  • Published 10.04.2024 19:15:48
  • Last modified 27.03.2025 21:16:39

In the Linux kernel, the following vulnerability has been resolved: sched/fair: Prevent dead task groups from regaining cfs_rq's Kevin is reporting crashes which point to a use-after-free of a cfs_rq in update_blocked_averages(). Initial debugging ...