Canonical

Ubuntu 26.04 LTS

1872 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.32%
  • Veröffentlicht 19.07.2026 14:18:37
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: mptcp: close TOCTOU race while computing rcv_wnd The MPTCP output path access locklessly the MPTCP-level ack_seq in multiple times, using possibly different values for the data_ack...

  • EPSS 0.17%
  • Veröffentlicht 19.07.2026 14:18:37
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: net: garp: fix unsigned integer underflow in garp_pdu_parse_attr The receive-side GARP attribute parser computes dlen with reversed operands: dlen = sizeof(*ga) - ga->len;...

  • EPSS 0.12%
  • Veröffentlicht 19.07.2026 14:04:51
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: bpf: Drop task_to_inode and inet_conn_established from lsm sleepable hooks bpf_lsm_task_to_inode() is called under rcu_read_lock() and bpf_lsm_inet_conn_established() is called fro...

  • EPSS 0.22%
  • Veröffentlicht 19.07.2026 14:04:51
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: wifi: mt76: mt7996: Clear wcid pointer in mt7996_mac_sta_deinit_link() Clear WCID pointer removing the sta link in mt7996_mac_sta_deinit_link routine.

  • EPSS 0.12%
  • Veröffentlicht 19.07.2026 14:04:50
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: bpf: Propagate error from visit_tailcall_insn Commit e40f5a6bf88a ("bpf: correct stack liveness for tail calls") added visit_tailcall_insn() but did not check its return value.

  • EPSS 0.16%
  • Veröffentlicht 19.07.2026 14:04:49
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: PCI: mediatek-gen3: Prevent leaking IRQ domains when IRQ not found In mtk_pcie_setup_irq(), the IRQ domains are allocated before the controller's IRQ is fetched. If the latter fail...

  • EPSS 0.11%
  • Veröffentlicht 19.07.2026 14:04:49
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: drm/gpusvm: Fix unbalanced unlock in drm_gpusvm_scan_mm() There is a unbalanced lock/unlock to gpusvm notifier lock: [ 931.045868] ===================================== [ 931.046...

  • EPSS 0.13%
  • Veröffentlicht 19.07.2026 14:04:48
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Prefer NLA_NUL_STRING These attributes are evaluated as c-string (passed to strcmp), but NLA_STRING doesn't check for the presence of a \0 terminator. Either this needs...

  • EPSS 0.16%
  • Veröffentlicht 19.07.2026 14:04:48
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: spi: mtk-snfi: unregister ECC engine on probe failure and remove() callback mtk_snand_probe() registers the on-host NAND ECC engine, but teardown was missing from both probe unwind...

  • EPSS 0.16%
  • Veröffentlicht 19.07.2026 14:04:47
  • Zuletzt bearbeitet 27.07.2026 17:44:23

In the Linux kernel, the following vulnerability has been resolved: net: airoha: Add missing bits in airoha_qdma_cleanup_tx_queue() Similar to airoha_qdma_cleanup_rx_queue(), reset DMA TX descriptors in airoha_qdma_cleanup_tx_queue routine. Moreove...