Canonical

Ubuntu 18.04 LTS

1647 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: ipv6: sr: fix out-of-bounds read when setting HMAC data. The SRv6 layer allows defining HMAC data that can later be used to sign IPv6 Segment Routing Headers. This configuration is...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: i40e: Fix kernel crash during module removal The driver incorrectly frees client instance and subsequent i40e module removal leads to kernel crash. Reproducer: 1. Do ethtool offli...

  • EPSS 0.01%
  • Veröffentlicht 03.05.2024 15:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:47

In the Linux kernel, the following vulnerability has been resolved: soc: brcmstb: pm-arm: Fix refcount leak and __iomem leak bugs In brcmstb_pm_probe(), there are two kinds of leak bugs: (1) we need to add of_node_put() when for_each__matching_nod...

  • EPSS 0%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 20.03.2025 21:33:27

In the Linux kernel, the following vulnerability has been resolved: ipvlan: Fix out-of-bound bugs caused by unset skb->mac_header If an AF_PACKET socket is used to send packets through ipvlan and the default xmit function of the AF_PACKET socket is...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:07
  • Zuletzt bearbeitet 21.11.2024 07:33:43

In the Linux kernel, the following vulnerability has been resolved: mm/slub: fix to return errno if kmalloc() fails In create_unique_id(), kmalloc(, GFP_KERNEL) can fail due to out-of-memory, if it fails, return errno correctly rather than triggeri...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:06
  • Zuletzt bearbeitet 21.03.2025 18:26:19

In the Linux kernel, the following vulnerability has been resolved: s390/dasd: fix Oops in dasd_alias_get_start_dev due to missing pavgroup Fix Oops in dasd_alias_get_start_dev() function caused by the pavgroup pointer being NULL. The pavgroup poi...

  • EPSS 0.01%
  • Veröffentlicht 28.04.2024 13:15:06
  • Zuletzt bearbeitet 07.01.2025 16:57:26

In the Linux kernel, the following vulnerability has been resolved: netfilter: ebtables: fix memory leak when blob is malformed The bug fix was incomplete, it "replaced" crash with a memory leak. The old code had an assignment to "ret" embedded int...

  • EPSS 0.01%
  • Veröffentlicht 26.04.2024 13:15:46
  • Zuletzt bearbeitet 27.01.2025 15:09:48

In the Linux kernel, the following vulnerability has been resolved: aio: fix mremap after fork null-deref Commit e4a0d3e720e7 ("aio: Make it possible to remap aio ring") introduced a null-deref if mremap is called on an old aio mapping after fork a...

  • EPSS 0.02%
  • Veröffentlicht 10.04.2024 19:15:48
  • Zuletzt bearbeitet 27.03.2025 21:15:41

In the Linux kernel, the following vulnerability has been resolved: scsi: lpfc: Fix list_add() corruption in lpfc_drain_txq() When parsing the txq list in lpfc_drain_txq(), the driver attempts to pass the requests to the adapter. If such an attempt...

  • EPSS 0.01%
  • Veröffentlicht 10.04.2024 19:15:48
  • Zuletzt bearbeitet 07.01.2025 17:12:26

In the Linux kernel, the following vulnerability has been resolved: usb: host: ohci-tmio: check return value after calling platform_get_resource() It will cause null-ptr-deref if platform_get_resource() returns NULL, we need check the return value.