Canonical

Ubuntu Pro 16.04 LTS

5033 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 14:15:33
  • Zuletzt bearbeitet 23.12.2025 18:45:31

In the Linux kernel, the following vulnerability has been resolved: Squashfs: check return result of sb_min_blocksize Syzkaller reports an "UBSAN: shift-out-of-bounds in squashfs_bio_read" bug. Syzkaller forks multiple processes which after mounti...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 14:15:33
  • Zuletzt bearbeitet 23.12.2025 18:45:10

In the Linux kernel, the following vulnerability has been resolved: NFC: nci: uart: Set tty->disc_data only in success path Setting tty->disc_data before opening the NCI device means we need to clean it up on error paths. This also opens some shor...

  • EPSS 0.02%
  • Veröffentlicht 25.07.2025 14:15:32
  • Zuletzt bearbeitet 23.12.2025 19:45:18

In the Linux kernel, the following vulnerability has been resolved: wifi: ath6kl: remove WARN on bad firmware input If the firmware gives bad input, that's nothing to do with the driver's stack at this point etc., so the WARN_ON() doesn't add any v...

  • EPSS 0.04%
  • Veröffentlicht 25.07.2025 14:15:32
  • Zuletzt bearbeitet 17.03.2026 13:42:15

In the Linux kernel, the following vulnerability has been resolved: genirq/irq_sim: Initialize work context pointers properly Initialize `ops` member's pointers properly by using kzalloc() instead of kmalloc() when allocating the simulation work co...

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 14:15:32
  • Zuletzt bearbeitet 23.12.2025 19:46:10

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix another leak in the submit error path put_unused_fd() doesn't free the installed file, if we've already done fd_install(). So we need to also free the sync_file. Pat...

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 14:15:32
  • Zuletzt bearbeitet 23.12.2025 19:46:32

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Fix a fence leak in submit error path In error paths, we could unref the submit without calling drm_sched_entity_push_job(), so msm_job_free() will never get called. Sinc...

  • EPSS 0.02%
  • Veröffentlicht 25.07.2025 14:15:31
  • Zuletzt bearbeitet 23.12.2025 19:42:42

In the Linux kernel, the following vulnerability has been resolved: vsock/vmci: Clear the vmci transport packet properly when initializing it In vmci_transport_packet_init memset the vmci_transport_packet before populating the fields to avoid any u...

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 13:15:29
  • Zuletzt bearbeitet 23.12.2025 19:37:00

In the Linux kernel, the following vulnerability has been resolved: scsi: target: Fix NULL pointer dereference in core_scsi3_decode_spec_i_port() The function core_scsi3_decode_spec_i_port(), in its error code path, unconditionally calls core_scsi3...

  • EPSS 0.03%
  • Veröffentlicht 25.07.2025 13:15:29
  • Zuletzt bearbeitet 23.12.2025 19:37:56

In the Linux kernel, the following vulnerability has been resolved: mtk-sd: Prevent memory corruption from DMA map failure If msdc_prepare_data() fails to map the DMA region, the request is not prepared for data receiving, but msdc_start_data() pro...

  • EPSS 0.02%
  • Veröffentlicht 25.07.2025 13:15:27
  • Zuletzt bearbeitet 16.12.2025 20:11:23

In the Linux kernel, the following vulnerability has been resolved: mtd: spinand: fix memory leak of ECC engine conf Memory allocated for the ECC engine conf is not released during spinand cleanup. Below kmemleak trace is seen for this memory leak:...