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.14%
  • Veröffentlicht 04.10.2025 15:44:20
  • Zuletzt bearbeitet 17.03.2026 16:44:38

In the Linux kernel, the following vulnerability has been resolved: hwmon: (coretemp) Simplify platform device handling Coretemp's platform driver is unconventional. All the real work is done globally by the initcall and CPU hotplug notifiers, whil...

  • EPSS 0.12%
  • Veröffentlicht 04.10.2025 15:44:18
  • Zuletzt bearbeitet 17.03.2026 16:44:23

In the Linux kernel, the following vulnerability has been resolved: scsi: Revert "scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failed" The "atomic_inc(&cmd->device->iorequest_cnt)" in scsi_queue_rq() would cause kernel panic ...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:17
  • Zuletzt bearbeitet 23.03.2026 18:28:35

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix potential UAF of struct nilfs_sc_info in nilfs_segctor_thread() The finalization of nilfs_segctor_thread() can race with nilfs_segctor_kill_thread() which terminates th...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:15
  • Zuletzt bearbeitet 23.03.2026 18:26:30

In the Linux kernel, the following vulnerability has been resolved: drm: amd: display: Fix memory leakage This commit fixes memory leakage in dc_construct_ctx() function.

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:15
  • Zuletzt bearbeitet 23.03.2026 18:28:20

In the Linux kernel, the following vulnerability has been resolved: nfsd: clean up potential nfsd_file refcount leaks in COPY codepath There are two different flavors of the nfsd4_copy struct. One is embedded in the compound and is used directly in...

  • EPSS 0.15%
  • Veröffentlicht 04.10.2025 15:44:14
  • Zuletzt bearbeitet 23.03.2026 18:25:31

In the Linux kernel, the following vulnerability has been resolved: dm integrity: call kmem_cache_destroy() in dm_integrity_init() error path Otherwise the journal_io_cache will leak if dm_register_target() fails.

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:13
  • Zuletzt bearbeitet 23.03.2026 18:24:06

In the Linux kernel, the following vulnerability has been resolved: wifi: ath11k: fix memory leak in WMI firmware stats Memory allocated for firmware pdev, vdev and beacon statistics are not released during rmmod. Fix it by calling ath11k_fw_stats...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:13
  • Zuletzt bearbeitet 23.03.2026 18:25:59

In the Linux kernel, the following vulnerability has been resolved: scsi: qla2xxx: Avoid fcport pointer dereference Klocwork reported warning of NULL pointer may be dereferenced. The routine exits when sa_ctl is NULL and fcport is allocated after ...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:08
  • Zuletzt bearbeitet 01.06.2026 17:16:25

In the Linux kernel, the following vulnerability has been resolved: drivers: base: Free devm resources when unregistering a device In the current code, devres_release_all() only gets called if the device has a bus and has been probed. This leads t...

  • EPSS 0.14%
  • Veröffentlicht 04.10.2025 15:44:07
  • Zuletzt bearbeitet 21.03.2026 00:52:58

In the Linux kernel, the following vulnerability has been resolved: driver core: fix resource leak in device_add() When calling kobject_add() failed in device_add(), it will call cleanup_glue_dir() to free resource. But in kobject_add(), dev->kobj....