Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Published 27.12.2024 15:15:26
  • Last modified 11.02.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Remove cache tags before disabling ATS The current implementation removes cache tags after disabling ATS, leading to potential memory leaks and kernel crashes. Specific...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:26
  • Last modified 03.11.2025 21:18:17

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: u_serial: Fix the issue that gs_start_io crashed due to accessing null pointer Considering that in some extreme cases, when u_serial driver is accessed by multiple thr...

  • EPSS 0.03%
  • Published 27.12.2024 15:15:26
  • Last modified 01.10.2025 20:17:39

In the Linux kernel, the following vulnerability has been resolved: gpio: graniterapids: Fix vGPIO driver crash Move setting irq_chip.name from probe() function to the initialization of "irq_chip" struct in order to fix vGPIO driver crash during bo...

  • EPSS 0.04%
  • Published 27.12.2024 15:15:25
  • Last modified 11.02.2025 16:15:47

In the Linux kernel, the following vulnerability has been resolved: drm/xe/reg_sr: Remove register pool That pool implementation doesn't really work: if the krealloc happens to move the memory and return another address, the entries in the xarray b...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:25
  • Last modified 10.02.2025 18:15:31

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btmtk: avoid UAF in btmtk_process_coredump hci_devcd_append may lead to the release of the skb, so it cannot be accessed once it is called. ============================...

  • EPSS 0.03%
  • Published 27.12.2024 15:15:25
  • Last modified 01.10.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_event: Fix using rcu_read_(un)lock while iterating The usage of rcu_read_(un)lock while inside list_for_each_entry_rcu is not safe since for the most part entries fe...

  • EPSS 0.04%
  • Published 27.12.2024 15:15:25
  • Last modified 04.06.2025 13:15:25

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: do not defer rule destruction via call_rcu nf_tables_chain_destroy can sleep, it can't be used from call_rcu callbacks. Moreover, nf_tables_rule_release() is...

  • EPSS 0.04%
  • Published 27.12.2024 15:15:25
  • Last modified 01.10.2025 20:17:36

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix aggregation ID mask to prevent oops on 5760X chips The 5760X (P7) chip's HW GRO/LRO interface is very similar to that of the previous generation (5750X or P5). Howeve...

  • EPSS 0.03%
  • Published 27.12.2024 15:15:25
  • Last modified 01.10.2025 20:17:37

In the Linux kernel, the following vulnerability has been resolved: ALSA: control: Avoid WARN() for symlink errors Using WARN() for showing the error of symlink creations don't give more information than telling that something goes wrong, since the...

  • EPSS 0.05%
  • Published 27.12.2024 15:15:25
  • Last modified 03.11.2025 21:18:15

In the Linux kernel, the following vulnerability has been resolved: net: defer final 'struct net' free in netns dismantle Ilya reported a slab-use-after-free in dst_destroy [1] Issue is in xfrm6_net_init() and xfrm4_net_init() : They copy xfrm[46...