Linux

Linux Kernel

12474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 23.10.2024 15:22:45

In the Linux kernel, the following vulnerability has been resolved: vdpa/mlx5: Fix invalid mr resource destroy Certain error paths from mlx5_vdpa_dev_add() can end up releasing mr resources which never got initialized in the first place. This patc...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 23.10.2024 15:36:21

In the Linux kernel, the following vulnerability has been resolved: driver core: Fix a potential null-ptr-deref in module_add_driver() Inject fault while probing of-fpga-region, if kasprintf() fails in module_add_driver(), the second sysfs_remove_l...

  • EPSS 0.25%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 23.10.2024 15:53:06

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to don't set SB_RDONLY in f2fs_handle_critical_error() syzbot reports a f2fs bug as below: ------------[ cut here ]------------ WARNING: CPU: 1 PID: 58 at kernel/rcu/syn...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:16

In the Linux kernel, the following vulnerability has been resolved: f2fs: get rid of online repaire on corrupted directory syzbot reports a f2fs bug as below: kernel BUG at fs/f2fs/inode.c:896! RIP: 0010:f2fs_evict_inode+0x1598/0x15c0 fs/f2fs/inod...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 23.10.2024 20:42:31

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to avoid use-after-free in f2fs_stop_gc_thread() syzbot reports a f2fs bug as below: __dump_stack lib/dump_stack.c:88 [inline] dump_stack_lvl+0x241/0x360 lib/dump_stac...

  • EPSS 0.71%
  • Veröffentlicht 21.10.2024 12:15:05
  • Zuletzt bearbeitet 03.11.2025 23:16:16

In the Linux kernel, the following vulnerability has been resolved: nfsd: return -EINVAL when namelen is 0 When we have a corrupted main.sqlite in /var/lib/nfs/nfsdcld/, it may result in namelen being 0, which will cause memdup_user() to return ZER...

  • EPSS 0.05%
  • Veröffentlicht 21.10.2024 12:15:04
  • Zuletzt bearbeitet 23.10.2024 13:39:38

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix use-after-free in bpf_uprobe_multi_link_attach() If bpf_link_prime() fails, bpf_uprobe_multi_link_attach() goes to the error_free label and frees the array of bpf_uprobe's...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 12:15:04
  • Zuletzt bearbeitet 22.10.2024 16:12:39

In the Linux kernel, the following vulnerability has been resolved: mm/hugetlb.c: fix UAF of vma in hugetlb fault pathway Syzbot reports a UAF in hugetlb_fault(). This happens because vmf_anon_prepare() could drop the per-VMA lock and allow the cu...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 12:15:04
  • Zuletzt bearbeitet 22.10.2024 14:55:45

In the Linux kernel, the following vulnerability has been resolved: exfat: resolve memory leak from exfat_create_upcase_table() If exfat_load_upcase_table reaches end and returns -EINVAL, allocated memory doesn't get freed and while exfat_load_defa...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 12:15:04
  • Zuletzt bearbeitet 03.11.2025 23:16:15

In the Linux kernel, the following vulnerability has been resolved: icmp: change the order of rate limits ICMP messages are ratelimited : After the blamed commits, the two rate limiters are applied in this order: 1) host wide ratelimit (icmp_glob...