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.02%
  • Veröffentlicht 15.09.2025 14:21:11
  • Zuletzt bearbeitet 03.12.2025 19:16:53

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: Add the missed acpi_put_table() to fix memory leak When the radeon driver reads the bios information from ACPI table in radeon_acpi_vfct_bios(), it misses to call acpi_...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:21:10
  • Zuletzt bearbeitet 03.12.2025 18:21:27

In the Linux kernel, the following vulnerability has been resolved: media: dvbdev: adopts refcnt to avoid UAF dvb_unregister_device() is known that prone to use-after-free. That is, the cleanup from dvb_unregister_device() releases the dvb_device e...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:08
  • Zuletzt bearbeitet 03.12.2025 18:19:31

In the Linux kernel, the following vulnerability has been resolved: media: dvb-usb: az6027: fix null-ptr-deref in az6027_i2c_xfer() Wei Chen reports a kernel bug as blew: general protection fault, probably for non-canonical address KASAN: null-ptr...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:07
  • Zuletzt bearbeitet 03.12.2025 18:18:35

In the Linux kernel, the following vulnerability has been resolved: vhost/vsock: Use kvmalloc/kvfree for larger packets. When copying a large file over sftp over vsock, data size is usually 32kB, and kmalloc seems to fail to try to allocate 32 32kB...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:04
  • Zuletzt bearbeitet 03.12.2025 18:16:12

In the Linux kernel, the following vulnerability has been resolved: mmc: moxart: fix return value check of mmc_add_host() mmc_add_host() may return error, if we ignore its return value, the memory that allocated in mmc_alloc_host() will be leaked a...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:21:01
  • Zuletzt bearbeitet 03.12.2025 18:14:05

In the Linux kernel, the following vulnerability has been resolved: kcm: annotate data-races around kcm->rx_wait kcm->rx_psock can be read locklessly in kcm_rfree(). Annotate the read and writes accordingly. syzbot reported: BUG: KCSAN: data-race...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:03:04
  • Zuletzt bearbeitet 25.11.2025 17:02:57

In the Linux kernel, the following vulnerability has been resolved: drm/sti: Fix return type of sti_{dvo,hda,hdmi}_connector_mode_valid() With clang's kernel control flow integrity (kCFI, CONFIG_CFI_CLANG), indirect call targets are validated again...

  • EPSS 0.02%
  • Veröffentlicht 15.09.2025 14:02:42
  • Zuletzt bearbeitet 25.11.2025 17:02:00

In the Linux kernel, the following vulnerability has been resolved: xen/gntdev: Prevent leaking grants Prior to this commit, if a grant mapping operation failed partially, some of the entries in the map_ops array would be invalid, whereas all of th...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:02:34
  • Zuletzt bearbeitet 26.11.2025 16:26:21

In the Linux kernel, the following vulnerability has been resolved: bpf: make sure skb->len != 0 when redirecting to a tunneling device syzkaller managed to trigger another case where skb->len == 0 when we enter __dev_queue_xmit: WARNING: CPU: 0 P...

  • EPSS 0.01%
  • Veröffentlicht 15.09.2025 14:02:30
  • Zuletzt bearbeitet 26.11.2025 16:25:58

In the Linux kernel, the following vulnerability has been resolved: igb: Do not free q_vector unless new one was allocated Avoid potential use-after-free condition under memory pressure. If the kzalloc() fails, q_vector will be freed but left in th...