Linux

Linux Kernel

12474 vulnerabilities found.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.03%
  • Published 21.11.2024 19:15:12
  • Last modified 01.10.2025 21:16:28

In the Linux kernel, the following vulnerability has been resolved: bpf: Add sk_is_inet and IS_ICSK check in tls_sw_has_ctx_tx/rx As the introduction of the support for vsock and unix sockets in sockmap, tls_sw_has_ctx_tx/rx cannot presume the sock...

  • EPSS 0.04%
  • Published 21.11.2024 19:15:12
  • Last modified 01.10.2025 21:16:29

In the Linux kernel, the following vulnerability has been resolved: virtio_pci: Fix admin vq cleanup by using correct info pointer vp_modern_avq_cleanup() and vp_del_vqs() clean up admin vq resources by virtio_pci_vq_info pointer. The info pointer ...

  • EPSS 0.06%
  • Published 21.11.2024 19:15:12
  • Last modified 03.11.2025 23:17:19

In the Linux kernel, the following vulnerability has been resolved: nvme-multipath: defer partition scanning We need to suppress the partition scan from occuring within the controller's scan_work context. If a path error occurs here, the IO will wa...

  • EPSS 0.03%
  • Published 21.11.2024 19:15:12
  • Last modified 01.10.2025 21:16:29

In the Linux kernel, the following vulnerability has been resolved: RDMA/siw: Add sendpage_ok() check to disable MSG_SPLICE_PAGES While running ISER over SIW, the initiator machine encounters a warning from skb_splice_from_iter() indicating that a ...

  • EPSS 0.05%
  • Published 21.11.2024 19:15:12
  • Last modified 24.03.2025 17:21:57

In the Linux kernel, the following vulnerability has been resolved: smb: client: Fix use-after-free of network namespace. Recently, we got a customer report that CIFS triggers oops while reconnecting to a server. [0] The workload runs on Kubernet...

  • EPSS 0.04%
  • Published 21.11.2024 19:15:11
  • Last modified 01.10.2025 21:16:28

In the Linux kernel, the following vulnerability has been resolved: LoongArch: KVM: Mark hrtimer to expire in hard interrupt context Like commit 2c0d278f3293f ("KVM: LAPIC: Mark hrtimer to expire in hard interrupt context") and commit 9090825fa9974...

  • EPSS 0.04%
  • Published 19.11.2024 18:15:27
  • Last modified 01.10.2025 21:16:25

In the Linux kernel, the following vulnerability has been resolved: wifi: iwlwifi: mvm: don't leak a link on AP removal Release the link mapping resource in AP removal. This impacted devices that do not support the MLD API (9260 and down). On those...

  • EPSS 0.04%
  • Published 19.11.2024 18:15:27
  • Last modified 13.03.2025 13:15:42

In the Linux kernel, the following vulnerability has been resolved: riscv: Prevent a bad reference count on CPU nodes When populating cache leaves we previously fetched the CPU device node at the very beginning. But when ACPI is enabled we go throu...

  • EPSS 0.03%
  • Published 19.11.2024 18:15:27
  • Last modified 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: iio: gts-helper: Fix memory leaks for the error path of iio_gts_build_avail_scale_table() If per_time_scales[i] or per_time_gains[i] kcalloc fails in the for loop of iio_gts_build_...

  • EPSS 0.04%
  • Published 19.11.2024 18:15:27
  • Last modified 01.10.2025 21:16:26

In the Linux kernel, the following vulnerability has been resolved: rpcrdma: Always release the rpcrdma_device's xa_array Dai pointed out that the xa_init_flags() in rpcrdma_add_one() needs to have a matching xa_destroy() in rpcrdma_remove_one() to...