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.1%
  • Veröffentlicht 27.05.2026 12:57:09
  • Zuletzt bearbeitet 16.06.2026 15:02:51

In the Linux kernel, the following vulnerability has been resolved: md/raid5: fix soft lockup in retry_aligned_read() When retry_aligned_read() encounters an overlapped stripe, it releases the stripe via raid5_release_stripe() which puts it on the ...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:57:05
  • Zuletzt bearbeitet 16.06.2026 15:03:49

In the Linux kernel, the following vulnerability has been resolved: ALSA: ctxfi: Add fallback to default RSR for S/PDIF spdif_passthru_playback_get_resources() uses atc->pll_rate as the RSR for the MSR calculation loop. However, pll_rate is only up...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:56:59
  • Zuletzt bearbeitet 16.06.2026 15:04:45

In the Linux kernel, the following vulnerability has been resolved: ipmi:ssif: Clean up kthread on errors If an error occurs after the ssif kthread is created, but before the main IPMI code starts the ssif interface, the ssif kthread will not be st...

  • EPSS 0.49%
  • Veröffentlicht 27.05.2026 12:56:29
  • Zuletzt bearbeitet 16.06.2026 15:55:09

In the Linux kernel, the following vulnerability has been resolved: libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply() If a message of type CEPH_MSG_AUTH_REPLY contains a zero value for both protocol and result, this is currently...

  • EPSS 0.13%
  • Veröffentlicht 27.05.2026 12:56:28
  • Zuletzt bearbeitet 16.06.2026 15:55:23

In the Linux kernel, the following vulnerability has been resolved: dm mirror: fix integer overflow in create_dirty_log() The argument count calculation in create_dirty_log() performs `*args_used = 2 + param_count` before validating against argc. W...

  • EPSS 0.15%
  • Veröffentlicht 27.05.2026 12:56:26
  • Zuletzt bearbeitet 16.06.2026 15:55:32

In the Linux kernel, the following vulnerability has been resolved: misc: ibmasm: fix OOB MMIO read in ibmasm_handle_mouse_interrupt() ibmasm_handle_mouse_interrupt() performs an out-of-bounds MMIO read when the queue reader or writer index from ha...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:56:23
  • Zuletzt bearbeitet 16.06.2026 15:55:42

In the Linux kernel, the following vulnerability has been resolved: thermal: core: Fix thermal zone governor cleanup issues If thermal_zone_device_register_with_trips() fails after adding a thermal governor to the thermal zone being registered, the...

  • EPSS 0.18%
  • Veröffentlicht 27.05.2026 12:56:19
  • Zuletzt bearbeitet 16.06.2026 15:23:42

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: stop parsing UAC2 rates at MAX_NR_RATES parse_uac2_sample_rate_range() caps the number of enumerated rates at MAX_NR_RATES, but it only breaks out of the current r...

  • EPSS 0.09%
  • Veröffentlicht 27.05.2026 12:56:16
  • Zuletzt bearbeitet 16.06.2026 15:24:40

In the Linux kernel, the following vulnerability has been resolved: KVM: SVM: Add missing save/restore handling of LBR MSRs MSR_IA32_DEBUGCTLMSR and LBR MSRs are currently not enumerated by KVM_GET_MSR_INDEX_LIST, and LBR MSRs cannot be set with KV...

  • EPSS 0.14%
  • Veröffentlicht 27.05.2026 12:56:05
  • Zuletzt bearbeitet 16.06.2026 15:25:48

In the Linux kernel, the following vulnerability has been resolved: drm/nouveau: fix u32 overflow in pushbuf reloc bounds check nouveau_gem_pushbuf_reloc_apply() validates each relocation with if (r->reloc_bo_offset + 4 > nvbo->bo.base.size) ...