Canonical

Ubuntu Pro 16.04 LTS

5719 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.08%
  • Veröffentlicht 18.02.2026 14:21:54
  • Zuletzt bearbeitet 18.03.2026 17:36:43

In the Linux kernel, the following vulnerability has been resolved: riscv: trace: fix snapshot deadlock with sbi ecall If sbi_ecall.c's functions are traceable, echo "__sbi_ecall:snapshot" > /sys/kernel/tracing/set_ftrace_filter may get the kerne...

  • EPSS 0.12%
  • Veröffentlicht 18.02.2026 14:21:53
  • Zuletzt bearbeitet 18.03.2026 20:28:20

In the Linux kernel, the following vulnerability has been resolved: scsi: target: iscsi: Fix use-after-free in iscsit_dec_conn_usage_count() In iscsit_dec_conn_usage_count(), the function calls complete() while holding the conn->conn_usage_lock. As...

  • EPSS 0.11%
  • Veröffentlicht 18.02.2026 14:21:52
  • Zuletzt bearbeitet 18.03.2026 20:30:20

In the Linux kernel, the following vulnerability has been resolved: x86/vmware: Fix hypercall clobbers Fedora QA reported the following panic: BUG: unable to handle page fault for address: 0000000040003e54 #PF: supervisor write access in kerne...

  • EPSS 0.11%
  • Veröffentlicht 18.02.2026 14:21:51
  • Zuletzt bearbeitet 18.03.2026 20:34:47

In the Linux kernel, the following vulnerability has been resolved: btrfs: reject new transactions if the fs is fully read-only [BUG] There is a bug report where a heavily fuzzed fs is mounted with all rescue mount options, which leads to the follo...

  • EPSS 0.11%
  • Veröffentlicht 18.02.2026 14:21:50
  • Zuletzt bearbeitet 18.03.2026 20:35:21

In the Linux kernel, the following vulnerability has been resolved: drm/amd/pm: Disable MMIO access during SMU Mode 1 reset During Mode 1 reset, the ASIC undergoes a reset cycle and becomes temporarily inaccessible via PCIe. Any attempt to access M...

  • EPSS 0.1%
  • Veröffentlicht 18.02.2026 14:21:48
  • Zuletzt bearbeitet 18.03.2026 20:40:39

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: don't WARN for connections on invalid channels It's not clear (to me) how exactly syzbot managed to hit this, but it seems conceivable that e.g. regulatory changed ...

  • EPSS 0.08%
  • Veröffentlicht 18.02.2026 14:21:46
  • Zuletzt bearbeitet 18.03.2026 20:44:55

In the Linux kernel, the following vulnerability has been resolved: md: suspend array while updating raid_disks via sysfs In raid1_reshape(), freeze_array() is called before modifying the r1bio memory pool (conf->r1bio_pool) and conf->raid_disks, a...

  • EPSS 0.09%
  • Veröffentlicht 18.02.2026 14:16:28
  • Zuletzt bearbeitet 18.03.2026 20:37:42

In the Linux kernel, the following vulnerability has been resolved: bonding: annotate data-races around slave->last_rx slave->last_rx and slave->target_last_arp_rx[...] can be read and written locklessly. Add READ_ONCE() and WRITE_ONCE() annotation...

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 16:27:30
  • Zuletzt bearbeitet 18.03.2026 20:49:35

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Prevent excessive number of frames In this case, the user constructed the parameters with maxpacksize 40 for rate 22050 / pps 1000, and packsize[0] 22 packsize[1] ...

  • EPSS 0.12%
  • Veröffentlicht 14.02.2026 16:27:27
  • Zuletzt bearbeitet 04.07.2026 12:16:54

In the Linux kernel, the following vulnerability has been resolved: net/sched: cls_u32: use skb_header_pointer_careful() skb_header_pointer() does not fully validate negative @offset values. Use skb_header_pointer_careful() instead. GangMin Kim p...