Linux

Linux Kernel

12152 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 24.09.2025 11:15:31
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: hci_core: Disable works on hci_unregister_dev This make use of disable_work_* on hci_unregister_dev since the hci_dev is about to be freed new submissions are not disara...

  • EPSS 0.03%
  • Published 23.09.2025 06:15:48
  • Last modified 02.10.2025 14:15:44

In the Linux kernel, the following vulnerability has been resolved: mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memory When I did memory failure tests, below panic occurs: page dumped because: VM_BUG_ON_PAGE(PagePoisone...

  • EPSS 0.02%
  • Published 23.09.2025 06:15:48
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix subvolume deletion lockup caused by inodes xarray race There is a race condition between inode eviction and inode caching that can cause a live struct btrfs_inode to be ...

  • EPSS 0.03%
  • Published 23.09.2025 06:15:48
  • Last modified 02.10.2025 14:15:44

In the Linux kernel, the following vulnerability has been resolved: ocfs2: fix recursive semaphore deadlock in fiemap call syzbot detected a OCFS2 hang due to a recursive semaphore on a FS_IOC_FIEMAP of the extent list on a specially crafted mmap f...

  • EPSS 0.02%
  • Published 23.09.2025 06:15:48
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: bpf: Tell memcg to use allow_spinning=false path in bpf_timer_init() Currently, calling bpf_map_kmalloc_node() from __bpf_async_init() can cause various locking issues; see the fol...

  • EPSS 0.02%
  • Published 23.09.2025 06:15:48
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: tracing/osnoise: Fix null-ptr-deref in bitmap_parselist() A crash was observed with the following output: BUG: kernel NULL pointer dereference, address: 0000000000000010 Oops: Oop...

  • EPSS 0.02%
  • Published 23.09.2025 06:15:48
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: fuse: Block access to folio overlimit syz reported a slab-out-of-bounds Write in fuse_dev_do_write. When the number of bytes to be retrieved is truncated to the upper limit by fc-...

  • EPSS 0.03%
  • Published 23.09.2025 06:15:47
  • Last modified 02.10.2025 14:15:44

In the Linux kernel, the following vulnerability has been resolved: net: fec: Fix possible NPD in fec_enet_phy_reset_after_clk_enable() The function of_phy_find_device may return NULL, so we need to take care before dereferencing phy_dev.

  • EPSS 0.02%
  • Published 23.09.2025 06:15:47
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: mm/damon/sysfs: fix use-after-free in state_show() state_show() reads kdamond->damon_ctx without holding damon_sysfs_lock. This allows a use-after-free race: CPU 0 ...

  • EPSS 0.02%
  • Published 23.09.2025 06:15:47
  • Last modified 24.09.2025 18:11:24

In the Linux kernel, the following vulnerability has been resolved: ceph: fix crash after fscrypt_encrypt_pagecache_blocks() error The function move_dirty_folio_in_page_array() was created by commit ce80b76dd327 ("ceph: introduce ceph_process_folio...