Canonical

Ubuntu Pro 16.04 LTS

5721 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:46:10
  • Zuletzt bearbeitet 04.12.2025 15:21:57

In the Linux kernel, the following vulnerability has been resolved: ata: ahci: Match EM_MAX_SLOTS with SATA_PMP_MAX_PORTS UBSAN complains about array-index-out-of-bounds: [ 1.980703] kernel: UBSAN: array-index-out-of-bounds in /build/linux-9H675w/l...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:46:09
  • Zuletzt bearbeitet 04.12.2025 15:22:06

In the Linux kernel, the following vulnerability has been resolved: nbd: Fix hung when signal interrupts nbd_start_device_ioctl() syzbot reported hung task [1]. The following program is a simplified version of the reproducer: int main(void) { in...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:46:07
  • Zuletzt bearbeitet 04.12.2025 15:22:27

In the Linux kernel, the following vulnerability has been resolved: drivers: serial: jsm: fix some leaks in probe This error path needs to unwind instead of just returning directly.

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:46:04
  • Zuletzt bearbeitet 04.12.2025 15:28:59

In the Linux kernel, the following vulnerability has been resolved: media: xilinx: vipp: Fix refcount leak in xvip_graph_dma_init of_get_child_by_name() returns a node pointer with refcount incremented, we should use of_node_put() on it when not ne...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:46:01
  • Zuletzt bearbeitet 04.12.2025 15:31:07

In the Linux kernel, the following vulnerability has been resolved: ext4: fix potential out of bound read in ext4_fc_replay_scan() For scan loop must ensure that at least EXT4_FC_TAG_BASE_LEN space. If remain space less than EXT4_FC_TAG_BASE_LEN wh...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:45:58
  • Zuletzt bearbeitet 04.12.2025 15:31:34

In the Linux kernel, the following vulnerability has been resolved: drm/amdkfd: Fix double release compute pasid If kfd_process_device_init_vm returns failure after vm is converted to compute vm and vm->pasid set to compute pasid, KFD will not take...

  • EPSS 0.17%
  • Veröffentlicht 15.09.2025 14:45:57
  • Zuletzt bearbeitet 04.12.2025 15:32:33

In the Linux kernel, the following vulnerability has been resolved: iommu/omap: Fix buffer overflow in debugfs There are two issues here: 1) The "len" variable needs to be checked before the very first write. Otherwise if omap2_iommu_dump_ctx()...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:45:53
  • Zuletzt bearbeitet 04.12.2025 15:33:54

In the Linux kernel, the following vulnerability has been resolved: wifi: ath9k: verify the expected usb_endpoints are present The bug arises when a USB device claims to be an ATH9K but doesn't have the expected endpoints. (In this case there was a...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:45:52
  • Zuletzt bearbeitet 04.12.2025 15:34:09

In the Linux kernel, the following vulnerability has been resolved: UM: cpuinfo: Fix a warning for CONFIG_CPUMASK_OFFSTACK When CONFIG_CPUMASK_OFFSTACK and CONFIG_DEBUG_PER_CPU_MAPS is selected, cpu_max_bits_warn() generates a runtime warning simil...

  • EPSS 0.15%
  • Veröffentlicht 15.09.2025 14:45:50
  • Zuletzt bearbeitet 03.12.2025 19:27:08

In the Linux kernel, the following vulnerability has been resolved: wifi: libertas: fix memory leak in lbs_init_adapter() When kfifo_alloc() failed in lbs_init_adapter(), cmd buffer is not released. Add free memory to processing error path.