Canonical

Ubuntu Pro 18.04 LTS

4807 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:42

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: avoid NFPROTO_UNSPEC where needed syzbot managed to call xt_cluster match via ebtables: WARNING: CPU: 0 PID: 11 at net/netfilter/xt_cluster.c:72 xt_cluster_mt...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 12.05.2026 13:16:16

In the Linux kernel, the following vulnerability has been resolved: net/sched: accept TCA_STAB only for root qdisc Most qdiscs maintain their backlog using qdisc_pkt_len(skb) on the assumption it is invariant between the enqueue() and dequeue() han...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:15
  • Zuletzt bearbeitet 03.11.2025 23:16:41

In the Linux kernel, the following vulnerability has been resolved: net: Fix an unsafe loop on the list The kernel may crash when deleting a genetlink family if there are still listeners for that family: Oops: Kernel access of bad area, sig: 11 [#...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:49:21

In the Linux kernel, the following vulnerability has been resolved: e100: Fix possible use after free in e100_xmit_prepare In e100_xmit_prepare(), if we can't map the skb, then return -ENOMEM, so e100_xmit_frame() will return NETDEV_TX_BUSY and the...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 03:48:53

In the Linux kernel, the following vulnerability has been resolved: iavf: Fix error handling in iavf_init_module() The iavf_init_module() won't destroy workqueue when pci_register_driver() failed. Call destroy_workqueue() when pci_register_driver()...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:13
  • Zuletzt bearbeitet 24.10.2024 15:51:45

In the Linux kernel, the following vulnerability has been resolved: ixgbevf: Fix resource leak in ixgbevf_init_module() ixgbevf_init_module() won't destroy the workqueue created by create_singlethread_workqueue() when pci_register_driver() failed. ...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 04.11.2024 13:16:22

In the Linux kernel, the following vulnerability has been resolved: tracing: Free buffers when a used dynamic event is removed After 65536 dynamic events have been added and removed, the "type" field of the event then uses the first type number tha...

  • EPSS 0.12%
  • Veröffentlicht 21.10.2024 20:15:12
  • Zuletzt bearbeitet 24.10.2024 19:09:30

In the Linux kernel, the following vulnerability has been resolved: sctp: fix memory leak in sctp_stream_outq_migrate() When sctp_stream_outq_migrate() is called to release stream out resources, the memory pointed to by prio_head in stream out is n...

  • EPSS 0.04%
  • Veröffentlicht 21.10.2024 20:15:11
  • Zuletzt bearbeitet 23.10.2024 09:15:02

Rejected reason: This CVE ID has been rejected or withdrawn by its CVE Numbering Authority.

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:11
  • Zuletzt bearbeitet 31.10.2024 14:56:17

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Fix PCI device refcount leak in has_external_pci() for_each_pci_dev() is implemented by pci_get_device(). The comment of pci_get_device() says that it will increase the...