Linux

Linux Kernel

13989 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 25.11.2024 22:15:16
  • Zuletzt bearbeitet 03.11.2025 21:17:25

In the Linux kernel, the following vulnerability has been resolved: bpf: Check validity of link->type in bpf_link_show_fdinfo() If a newly-added link type doesn't invoke BPF_LINK_TYPE(), accessing bpf_link_type_strs[link->type] may result in an out...

  • EPSS 0.01%
  • Veröffentlicht 25.11.2024 22:15:16
  • Zuletzt bearbeitet 03.11.2025 23:17:19

In the Linux kernel, the following vulnerability has been resolved: nvme: tcp: avoid race between queue_lock lock and destroy Commit 76d54bf20cdc ("nvme-tcp: don't access released socket during error recovery") added a mutex_lock() call for the que...

Exploit
  • EPSS 0.01%
  • Veröffentlicht 25.11.2024 22:15:15
  • Zuletzt bearbeitet 03.11.2025 23:17:19

In the Linux kernel, the following vulnerability has been resolved: mm: resolve faulty mmap_region() error path behaviour The mmap_region() function is somewhat terrifying, with spaghetti-like control flow and numerous means by which issues can ari...

  • EPSS 0.01%
  • Veröffentlicht 25.11.2024 22:15:15
  • Zuletzt bearbeitet 03.11.2025 23:17:19

In the Linux kernel, the following vulnerability has been resolved: mm: krealloc: Fix MTE false alarm in __do_krealloc This patch addresses an issue introduced by commit 1a83a716ec233 ("mm: krealloc: consider spare memory for __GFP_ZERO") which cau...

  • EPSS 0%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 01.10.2025 21:16:28

In the Linux kernel, the following vulnerability has been resolved: afs: Fix lock recursion afs_wake_up_async_call() can incur lock recursion. The problem is that it is called from AF_RXRPC whilst holding the ->notify_lock, but it tries to take a ...

  • EPSS 0.01%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 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.03%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 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%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 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.01%
  • Veröffentlicht 21.11.2024 19:15:12
  • Zuletzt bearbeitet 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...