Canonical

Ubuntu Pro 18.04 LTS

5526 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 19.06.2024 14:15:19
  • Zuletzt bearbeitet 21.11.2024 09:26:26

In the Linux kernel, the following vulnerability has been resolved: eth: sungem: remove .ndo_poll_controller to avoid deadlocks Erhard reports netpoll warnings from sungem: netpoll_send_skb_on_dev(): eth0 enabled interrupts in poll (gem_start_xm...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:19
  • Zuletzt bearbeitet 12.05.2026 12:16:54

In the Linux kernel, the following vulnerability has been resolved: jffs2: prevent xattr node from overflowing the eraseblock Add a check to make sure that the requested xattr node size is no larger than the eraseblock minus the cleanmarker. Unlik...

  • EPSS 0.19%
  • Veröffentlicht 19.06.2024 14:15:19
  • Zuletzt bearbeitet 21.11.2024 09:26:27

In the Linux kernel, the following vulnerability has been resolved: ALSA: Fix deadlocks with kctl removals at disconnection In snd_card_disconnect(), we set card->shutdown flag at the beginning, call callbacks and do sync for card->power_ref_sleep ...

  • EPSS 0.23%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 20.10.2025 22:09:26

In the Linux kernel, the following vulnerability has been resolved: epoll: be better about file lifetimes epoll can call out to vfs_poll() with a file pointer that may race with the last 'fput()'. That would make f_count go down to zero, and while ...

  • EPSS 0.86%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 04.11.2025 18:16:27

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential hang in nilfs_detach_log_writer() Syzbot has reported a potential hang in nilfs_detach_log_writer() called during nilfs2 unmount. Analysis revealed that this...

  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 04.11.2025 18:16:27

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix use-after-free of timer for log writer thread Patch series "nilfs2: fix log writer related issues". This bug fix series covers three nilfs2 log writer-related issues, ...

  • EPSS 0.24%
  • Veröffentlicht 19.06.2024 14:15:18
  • Zuletzt bearbeitet 23.12.2025 15:03:56

In the Linux kernel, the following vulnerability has been resolved: ftrace: Fix possible use-after-free issue in ftrace_location() KASAN reports a bug: BUG: KASAN: use-after-free in ftrace_location+0x90/0x120 Read of size 8 at addr ffff888141d...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 21.11.2024 09:26:22

In the Linux kernel, the following vulnerability has been resolved: gfs2: Fix potential glock use-after-free on unmount When a DLM lockspace is released and there ares still locks in that lockspace, DLM will unlock those locks automatically. Commi...

  • EPSS 0.26%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 12.05.2026 12:16:53

In the Linux kernel, the following vulnerability has been resolved: ecryptfs: Fix buffer size for tag 66 packet The 'TAG 66 Packet Format' description is missing the cipher code and checksum fields that are packed into the message packet. As a resu...

  • EPSS 0.25%
  • Veröffentlicht 19.06.2024 14:15:17
  • Zuletzt bearbeitet 12.05.2026 12:16:53

In the Linux kernel, the following vulnerability has been resolved: crypto: bcm - Fix pointer arithmetic In spu2_dump_omd() value of ptr is increased by ciph_key_len instead of hash_iv_len which could lead to going beyond the buffer boundaries. Fix...