Linux

Linux Kernel

12376 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Published 21.05.2024 15:15:20
  • Last modified 06.03.2025 12:53:53

In the Linux kernel, the following vulnerability has been resolved: media: v4l2-core: explicitly clear ioctl input data As seen from a recent syzbot bug report, mistakes in the compat ioctl implementation can lead to uninitialized kernel stack data...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:20
  • Last modified 12.05.2025 19:58:32

In the Linux kernel, the following vulnerability has been resolved: jfs: fix GPF in diFree Avoid passing inode with JFS_SBI(inode->i_sb)->ipimap == NULL to diFree()[1]. GFP will appear: struct inode *ipimap = JFS_SBI(ip->i_sb)->ipimap; struct in...

  • EPSS 0.02%
  • Published 21.05.2024 15:15:20
  • Last modified 14.01.2025 17:28:39

In the Linux kernel, the following vulnerability has been resolved: KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmio BUG: KASAN: use-after-free in kvm_vm_ioctl_unregister_coalesced_mmio+0x7c/0x1ec arch/arm64/kvm/../../.....

  • EPSS 0.02%
  • Published 21.05.2024 15:15:20
  • Last modified 26.12.2024 19:29:20

In the Linux kernel, the following vulnerability has been resolved: ext4: fix possible UAF when remounting r/o a mmp-protected file system After commit 618f003199c6 ("ext4: fix memory leak in ext4_fill_super"), after the file system is remounted re...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:20
  • Last modified 12.05.2025 19:58:09

In the Linux kernel, the following vulnerability has been resolved: dm btree remove: assign new_root only when removal succeeds remove_raw() in dm_btree_remove() may fail due to IO read error (e.g. read the content of origin block fails during shad...

  • EPSS 0.08%
  • Published 21.05.2024 15:15:19
  • Last modified 12.05.2025 19:59:02

In the Linux kernel, the following vulnerability has been resolved: powerpc/bpf: Fix detecting BPF atomic instructions Commit 91c960b0056672 ("bpf: Rename BPF_XADD and prepare to encode other atomics in .imm") converted BPF_XADD to BPF_ATOMIC and a...

  • EPSS 0.09%
  • Published 21.05.2024 15:15:19
  • Last modified 26.12.2024 19:51:01

In the Linux kernel, the following vulnerability has been resolved: arch_topology: Avoid use-after-free for scale_freq_data Currently topology_scale_freq_tick() (which gets called from scheduler_tick()) may end up using a pointer to "struct scale_f...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:19
  • Last modified 24.12.2024 16:28:05

In the Linux kernel, the following vulnerability has been resolved: virtio-blk: Fix memory leak among suspend/resume procedure The vblk->vqs should be freed before we call init_vqs() in virtblk_restore().

  • EPSS 0.01%
  • Published 21.05.2024 15:15:19
  • Last modified 24.12.2024 16:27:02

In the Linux kernel, the following vulnerability has been resolved: nfs: fix acl memory leak of posix_acl_create() When looking into another nfs xfstests report, I found acl and default_acl in nfs3_proc_create() and nfs3_proc_mknod() error paths ar...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:19
  • Last modified 26.12.2024 19:51:29

In the Linux kernel, the following vulnerability has been resolved: watchdog: Fix possible use-after-free by calling del_timer_sync() This driver's remove path calls del_timer(). However, that function does not wait until the timer handler finishes...