Canonical

Ubuntu Pro 16.04 LTS

5033 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:42:00

In the Linux kernel, the following vulnerability has been resolved: PCI: aardvark: Fix kernel panic during PIO transfer Trying to start a new PIO transfer by writing value 0 in PIO_START register when previous transfer has not yet completed (which ...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:51:12

In the Linux kernel, the following vulnerability has been resolved: regulator: rt4801: Fix NULL pointer dereference if priv->enable_gpios is NULL devm_gpiod_get_array_optional may return NULL if no GPIO was assigned.

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:42:29

In the Linux kernel, the following vulnerability has been resolved: phy: phy-mtk-tphy: Fix some resource leaks in mtk_phy_init() Use clk_disable_unprepare() in the error path of mtk_phy_init() to fix some resource leaks.

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:06:05

In the Linux kernel, the following vulnerability has been resolved: net: ethernet: fix potential use-after-free in ec_bhf_remove static void ec_bhf_remove(struct pci_dev *dev) { ... struct ec_bhf_priv *priv = netdev_priv(net_dev); unregister_net...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 29.04.2025 19:44:19

In the Linux kernel, the following vulnerability has been resolved: net: cdc_eem: fix tx fixup skb leak when usbnet transmit a skb, eem fixup it in eem_tx_fixup(), if skb_copy_expand() failed, it return NULL, usbnet_start_xmit() will have no chance...

  • EPSS 0.01%
  • Veröffentlicht 21.05.2024 15:15:12
  • Zuletzt bearbeitet 30.12.2024 19:05:28

In the Linux kernel, the following vulnerability has been resolved: net: hamradio: fix memory leak in mkiss_close My local syzbot instance hit memory leak in mkiss_open()[1]. The problem was in missing free_netdev() in mkiss_close(). In mkiss_open...

  • EPSS 0.02%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 29.04.2025 19:07:02

In the Linux kernel, the following vulnerability has been resolved: mm/slub: actually fix freelist pointer vs redzoning It turns out that SLUB redzoning ("slub_debug=Z") checks from s->object_size rather than from s->inuse (which is normally bumped...

  • EPSS 0.05%
  • Veröffentlicht 21.05.2024 15:15:11
  • Zuletzt bearbeitet 04.04.2025 14:32:24

In the Linux kernel, the following vulnerability has been resolved: net: ll_temac: Make sure to free skb when it is completely used With the skb pointer piggy-backed on the TX BD, we have a simple and efficient way to free the skb buffer when the f...

  • EPSS 0.03%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 10.01.2025 18:12:11

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifs_sync_mid_result Coverity spotted that the cifs_sync_mid_result function could deadlock "Thread deadlock (ORDER_REVERSAL) lock_or...

  • EPSS 0.02%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 04.04.2025 14:32:31

In the Linux kernel, the following vulnerability has been resolved: smb3: missing lock when picking channel Coverity spotted a place where we should have been holding the channel lock when accessing the ses channel index. Addresses-Coverity: 15820...