Linux

Linux

6776 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:24
  • Zuletzt bearbeitet 25.11.2025 21:50:39

In the Linux kernel, the following vulnerability has been resolved: net: ftgmac100: fix potential NULL pointer access in ftgmac100_phy_disconnect After the call to phy_disconnect() netdev->phydev is reset to NULL. So fixed_phy_unregister() would be...

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

In the Linux kernel, the following vulnerability has been resolved: net: usb: asix_devices: add phy_mask for ax88772 mdio bus Without setting phy_mask for ax88772 mdio bus, current driver may create at most 32 mdio phy devices with phy address rang...

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

In the Linux kernel, the following vulnerability has been resolved: nfsd: handle get_client_locked() failure in nfsd4_setclientid_confirm() Lei Lu recently reported that nfsd4_setclientid_confirm() did not check the return value from get_client_loc...

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

In the Linux kernel, the following vulnerability has been resolved: LoongArch: BPF: Fix jump offset calculation in tailcall The extra pass of bpf_int_jit_compile() skips JIT context initialization which essentially skips offset calculation leaving ...

  • 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...