Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 29.09.2025 16:34:59

In the Linux kernel, the following vulnerability has been resolved: usbnet: sanity check for maxpacket maxpacket of 0 makes no sense and oopses as we need to divide by it. Give up. V2: fixed typo in log and stylistic issues

  • EPSS 0.03%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:15:53

In the Linux kernel, the following vulnerability has been resolved: net/tls: Fix flipped sign in tls_err_abort() calls sk->sk_err appears to expect a positive value, a convention that ktls doesn't always follow and that leads to memory corruption i...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:11
  • Zuletzt bearbeitet 24.09.2025 19:16:48

In the Linux kernel, the following vulnerability has been resolved: nvmem: Fix shift-out-of-bound (UBSAN) with byte size cells If a cell has 'nbits' equal to a multiple of BITS_PER_BYTE the logic *p &= GENMASK((cell->nbits%BITS_PER_BYTE) - 1, 0);...

  • EPSS 0.14%
  • Veröffentlicht 22.05.2024 09:15:10
  • Zuletzt bearbeitet 02.04.2025 15:09:19

In the Linux kernel, the following vulnerability has been resolved: net: batman-adv: fix error handling Syzbot reported ODEBUG warning in batadv_nc_mesh_free(). The problem was in wrong error handling in batadv_mesh_init(). Before this patch batad...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:10
  • Zuletzt bearbeitet 06.01.2025 19:52:33

In the Linux kernel, the following vulnerability has been resolved: regmap: Fix possible double-free in regcache_rbtree_exit() In regcache_rbtree_insert_to_block(), when 'present' realloc failed, the 'blk' which is supposed to assign to 'rbnode->bl...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:10
  • Zuletzt bearbeitet 06.01.2025 19:53:06

In the Linux kernel, the following vulnerability has been resolved: IB/qib: Protect from buffer overflow in struct qib_user_sdma_pkt fields Overflowing either addrlimit or bytes_togo can allow userspace to trigger a buffer overflow of kernel memory...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:09
  • Zuletzt bearbeitet 24.09.2025 18:51:48

In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix bulk-buffer overflow The driver is using endpoint-sized buffers but must not assume that the tx and rx buffers are of equal size or a malicious device could ov...

  • EPSS 0.02%
  • Veröffentlicht 22.05.2024 09:15:09
  • Zuletzt bearbeitet 24.09.2025 18:58:58

In the Linux kernel, the following vulnerability has been resolved: comedi: vmk80xx: fix transfer-buffer overflows The driver uses endpoint-sized USB transfer buffers but up until recently had no sanity checks on the sizes. Commit e1f13c879a7c ("s...

  • EPSS 0.04%
  • Veröffentlicht 22.05.2024 09:15:09
  • Zuletzt bearbeitet 02.04.2025 15:10:34

In the Linux kernel, the following vulnerability has been resolved: comedi: ni_usb6501: fix NULL-deref in command paths The driver uses endpoint-sized USB transfer buffers but had no sanity checks on the sizes. This can lead to zero-size-pointer de...

  • EPSS 0.06%
  • Veröffentlicht 22.05.2024 09:15:09
  • Zuletzt bearbeitet 24.09.2025 19:00:23

In the Linux kernel, the following vulnerability has been resolved: comedi: dt9812: fix DMA buffers on stack USB transfer buffers are typically mapped for DMA and must not be allocated on the stack or transfers will fail. Allocate proper transfer ...