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.07%
  • Veröffentlicht 24.04.2026 14:45:12
  • Zuletzt bearbeitet 27.04.2026 20:17:55

In the Linux kernel, the following vulnerability has been resolved: tipc: fix bc_ackers underflow on duplicate GRP_ACK_MSG The GRP_ACK_MSG handler in tipc_group_proto_rcv() currently decrements bc_ackers on every inbound group ACK, even when the sa...

  • EPSS 0.01%
  • Veröffentlicht 24.04.2026 14:45:11
  • Zuletzt bearbeitet 27.04.2026 20:17:46

In the Linux kernel, the following vulnerability has been resolved: wifi: brcmsmac: Fix dma_free_coherent() size dma_alloc_consistent() may change the size to align it. The new size is saved in alloced. Change the free size to match the allocation...

  • EPSS 0.07%
  • Veröffentlicht 24.04.2026 14:45:10
  • Zuletzt bearbeitet 27.04.2026 20:17:17

In the Linux kernel, the following vulnerability has been resolved: batman-adv: reject oversized global TT response buffers batadv_tt_prepare_tvlv_global_data() builds the allocation length for a global TT response in 16-bit temporaries. When a rem...

  • EPSS 0.01%
  • Veröffentlicht 24.04.2026 14:45:09
  • Zuletzt bearbeitet 27.04.2026 20:17:08

In the Linux kernel, the following vulnerability has been resolved: net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit() When dma_map_single() fails in tse_start_xmit(), the function returns NETDEV_TX_OK without freeing the skb. S...

  • EPSS 0.08%
  • Veröffentlicht 24.04.2026 14:45:08
  • Zuletzt bearbeitet 27.04.2026 20:16:58

In the Linux kernel, the following vulnerability has been resolved: batman-adv: hold claim backbone gateways by reference batadv_bla_add_claim() can replace claim->backbone_gw and drop the old gateway's last reference while readers still follow the...

  • EPSS 0.01%
  • Veröffentlicht 24.04.2026 14:45:03
  • Zuletzt bearbeitet 27.04.2026 20:14:45

In the Linux kernel, the following vulnerability has been resolved: mmc: vub300: fix NULL-deref on disconnect Make sure to deregister the controller before dropping the reference to the driver data on disconnect to avoid NULL-pointer dereferences o...

  • EPSS 0.07%
  • Veröffentlicht 24.04.2026 14:45:02
  • Zuletzt bearbeitet 27.04.2026 20:13:49

In the Linux kernel, the following vulnerability has been resolved: net: stmmac: fix integer underflow in chain mode The jumbo_frm() chain-mode implementation unconditionally computes len = nopaged_len - bmax; where nopaged_len = skb_headlen(...

  • EPSS 0.01%
  • Veröffentlicht 24.04.2026 14:44:56
  • Zuletzt bearbeitet 27.04.2026 20:20:01

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix call removal to use RCU safe deletion Fix rxrpc call removal from the rxnet->calls list to use list_del_rcu() rather than list_del_init() to prevent stuffing up reading ...

  • EPSS 0.08%
  • Veröffentlicht 24.04.2026 14:44:51
  • Zuletzt bearbeitet 27.04.2026 20:20:48

In the Linux kernel, the following vulnerability has been resolved: rxrpc: reject undecryptable rxkad response tickets rxkad_decrypt_ticket() decrypts the RXKAD response ticket and then parses the buffer as plaintext without checking whether crypto...

  • EPSS 0.02%
  • Veröffentlicht 24.04.2026 14:44:49
  • Zuletzt bearbeitet 27.04.2026 20:30:25

In the Linux kernel, the following vulnerability has been resolved: rxrpc: fix reference count leak in rxrpc_server_keyring() This patch fixes a reference count leak in rxrpc_server_keyring() by checking if rx->securities is already set.