Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Published 20.05.2024 10:15:10
  • Last modified 10.01.2025 18:11:53

In the Linux kernel, the following vulnerability has been resolved: accel/ivpu: Fix deadlock in context_xa ivpu_device->context_xa is locked both in kernel thread and IRQ context. It requires XA_FLAGS_LOCK_IRQ flag to be passed during initializatio...

  • EPSS 0.02%
  • Published 20.05.2024 10:15:10
  • Last modified 21.11.2024 09:21:17

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Avoid sg device teardown race sg_remove_sfp_usercontext() must not use sg_device_destroy() after calling scsi_device_put(). sg_device_destroy() is accessing the parent s...

  • EPSS 0.27%
  • Published 20.05.2024 10:15:10
  • Last modified 04.04.2025 14:23:00

In the Linux kernel, the following vulnerability has been resolved: kprobes: Fix possible use-after-free issue on kprobe registration When unloading a module, its state is changing MODULE_STATE_LIVE -> MODULE_STATE_GOING -> MODULE_STATE_UNFORMED. ...

  • EPSS 0.02%
  • Published 20.05.2024 10:15:10
  • Last modified 03.11.2025 21:16:11

In the Linux kernel, the following vulnerability has been resolved: btrfs: qgroup: fix qgroup prealloc rsv leak in subvolume operations Create subvolume, create snapshot and delete subvolume all use btrfs_subvolume_reserve_metadata() to reserve met...

  • EPSS 0.02%
  • Published 20.05.2024 10:15:10
  • Last modified 23.09.2025 17:44:39

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix WARN_ON in iommu probe path Commit 1a75cc710b95 ("iommu/vt-d: Use rbtree to track iommu probed devices") adds all devices probed by the iommu driver in a rbtree ind...

  • EPSS 0.03%
  • Published 20.05.2024 10:15:09
  • Last modified 04.04.2025 14:23:17

In the Linux kernel, the following vulnerability has been resolved: bcachefs: Check for journal entries overruning end of sb clean section Fix a missing bounds check in superblock validation. Note that we don't yet have repair code for this case -...

  • EPSS 0.02%
  • Published 19.05.2024 12:15:08
  • Last modified 04.04.2025 14:23:31

In the Linux kernel, the following vulnerability has been resolved: dyndbg: fix old BUG_ON in >control parser Fix a BUG_ON from 2009. Even if it looks "unreachable" (I didn't really look), lets make sure by removing it, doing pr_err and return -EI...

  • EPSS 0.06%
  • Published 19.05.2024 11:15:50
  • Last modified 21.11.2024 09:21:15

In the Linux kernel, the following vulnerability has been resolved: VMCI: Fix memcpy() run-time warning in dg_dispatch_as_host() Syzkaller hit 'WARNING in dg_dispatch_as_host' bug. memcpy: detected field-spanning write (size 56) of single field "&...

  • EPSS 0.03%
  • Published 19.05.2024 11:15:50
  • Last modified 31.01.2025 15:01:01

In the Linux kernel, the following vulnerability has been resolved: net: phy: phy_device: Prevent nullptr exceptions on ISR If phydev->irq is set unconditionally, check for valid interrupt handler or fall back to polling mode to prevent nullptr exc...

  • EPSS 0.02%
  • Published 19.05.2024 11:15:50
  • Last modified 31.01.2025 15:02:04

In the Linux kernel, the following vulnerability has been resolved: wifi: rtw89: fix null pointer access when abort scan During cancel scan we might use vif that weren't scanning. Fix this by using the actual scanning vif.