Linux

Linux Kernel

12969 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:15
  • Zuletzt bearbeitet 25.11.2025 21:47:55

In the Linux kernel, the following vulnerability has been resolved: habanalabs: fix UAF in export_dmabuf() As soon as we'd inserted a file reference into descriptor table, another thread could close it. That's fine for the case when all we are doi...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:14
  • Zuletzt bearbeitet 25.11.2025 21:47:46

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix rtnl deadlock issue Currently, the hibmcge netdev acquires the rtnl_lock in pci_error_handlers.reset_prepare() and releases it in pci_error_handlers.reset_done()....

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:14
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: fix refcount leak on table dump There is a reference count leak in ctnetlink_dump_table(): if (res < 0) { nf_conntrack_get(&ct->ct_gener...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:13
  • Zuletzt bearbeitet 02.12.2025 20:05:31

In the Linux kernel, the following vulnerability has been resolved: net: hibmcge: fix the division by zero issue When the network port is down, the queue is released, and ring->len is 0. In debugfs, hbg_get_queue_used_num() will be called, which ma...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:12
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: sctp: linearize cloned gso packets in sctp_rcv A cloned head skb still shares these frag skbs in fraglist with the original head skb. It's not safe to access these frag skbs. syzb...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2025 15:33:11
  • Zuletzt bearbeitet 25.11.2025 22:07:31

In the Linux kernel, the following vulnerability has been resolved: net: kcm: Fix race condition in kcm_unattach() syzbot found a race condition when kcm_unattach(psock) and kcm_release(kcm) are executed at the same time. kcm_unattach() is missing...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2025 15:33:10
  • Zuletzt bearbeitet 25.11.2025 22:07:21

In the Linux kernel, the following vulnerability has been resolved: hfs: fix general protection fault in hfs_find_init() The hfs_find_init() method can trigger the crash if tree pointer is NULL: [ 45.746290][ T9787] Oops: general protection faul...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read() The hfsplus_bnode_read() method can trigger the issue: [ 174.852007][ T9784] =============================================...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:09
  • Zuletzt bearbeitet 03.11.2025 18:16:37

In the Linux kernel, the following vulnerability has been resolved: hfs: fix slab-out-of-bounds in hfs_bnode_read() This patch introduces is_bnode_offset_valid() method that checks the requested offset value. Also, it introduces check_and_correct_r...

  • EPSS 0.05%
  • Veröffentlicht 04.09.2025 15:33:03
  • Zuletzt bearbeitet 03.11.2025 18:16:36

In the Linux kernel, the following vulnerability has been resolved: hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc() The hfsplus_readdir() method is capable to crash by calling hfsplus_uni2asc(): [ 667.121659][ T9805] ===================...