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 21.05.2024 15:15:18
  • Last modified 12.05.2025 20:00:08

In the Linux kernel, the following vulnerability has been resolved: memory: fsl_ifc: fix leak of IO mapping on probe failure On probe error the driver should unmap the IO memory. Smatch reports: drivers/memory/fsl_ifc.c:298 fsl_ifc_ctrl_probe()...

  • EPSS 0.09%
  • Published 21.05.2024 15:15:18
  • Last modified 24.12.2024 16:28:58

In the Linux kernel, the following vulnerability has been resolved: nfsd: fix NULL dereference in nfs3svc_encode_getaclres In error cases the dentry may be NULL. Before 20798dfe249a, the encoder also checked dentry and d_really_is_positive(dentry)...

  • EPSS 0.08%
  • Published 21.05.2024 15:15:17
  • Last modified 23.12.2024 16:47:17

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL dereference on XCOPY completion CPU affinity control added with commit 39ae3edda325 ("scsi: target: core: Make completion affinity configurable") makes targe...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:17
  • Last modified 23.12.2024 16:47:57

In the Linux kernel, the following vulnerability has been resolved: ipv6: fix another slab-out-of-bounds in fib6_nh_flush_exceptions While running the self-tests on a KASAN enabled kernel, I observed a slab-out-of-bounds splat very similar to the o...

  • EPSS 0.08%
  • Published 21.05.2024 15:15:17
  • Last modified 23.12.2024 16:58:26

In the Linux kernel, the following vulnerability has been resolved: io_uring: fix memleak in io_init_wq_offload() I got memory leak report when doing fuzz test: BUG: memory leak unreferenced object 0xffff888107310a80 (size 96): comm "syz-executor....

  • EPSS 0.03%
  • Published 21.05.2024 15:15:17
  • Last modified 07.05.2025 17:51:27

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_skbmod: Skip non-Ethernet packets Currently tcf_skbmod_act() assumes that packets use Ethernet as their L2 protocol, which is not always the case. As an example, fo...

  • EPSS 0.02%
  • Published 21.05.2024 15:15:17
  • Last modified 23.06.2025 20:19:04

In the Linux kernel, the following vulnerability has been resolved: netrom: Decrease sock refcount when sock timers expire Commit 63346650c1a9 ("netrom: switch to sock timer API") switched to use sock timer API. It replaces mod_timer() by sk_reset_...

  • EPSS 0.05%
  • Published 21.05.2024 15:15:17
  • Last modified 02.04.2025 14:47:33

In the Linux kernel, the following vulnerability has been resolved: net: sched: fix memory leak in tcindex_partial_destroy_work Syzbot reported memory leak in tcindex_set_parms(). The problem was in non-freed perfect hash in tcindex_partial_destroy...

  • EPSS 0.01%
  • Published 21.05.2024 15:15:17
  • Last modified 23.06.2025 20:19:54

In the Linux kernel, the following vulnerability has been resolved: KVM: PPC: Fix kvm_arch_vcpu_ioctl vcpu_load leak vcpu_put is not called if the user copy fails. This can result in preempt notifier corruption and crashes, among other issues.

  • EPSS 0.01%
  • Published 21.05.2024 15:15:17
  • Last modified 02.04.2025 14:42:58

In the Linux kernel, the following vulnerability has been resolved: net: fix uninit-value in caif_seqpkt_sendmsg When nr_segs equal to zero in iovec_from_user, the object msg->msg_iter.iov is uninit stack memory in caif_seqpkt_sendmsg which is defi...