Canonical

Ubuntu 22.04 LTS

8751 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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.16%
  • Veröffentlicht 27.05.2026 12:56:21
  • Zuletzt bearbeitet 16.06.2026 15:23:36

In the Linux kernel, the following vulnerability has been resolved: crypto: atmel-aes - Fix 3-page memory leak in atmel_aes_buff_cleanup atmel_aes_buff_init() allocates 4 pages using __get_free_pages() with ATMEL_AES_BUFFER_ORDER, but atmel_aes_buf...

  • 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.13%
  • Veröffentlicht 27.05.2026 12:56:17
  • Zuletzt bearbeitet 16.06.2026 15:24:03

In the Linux kernel, the following vulnerability has been resolved: tcp: call sk_data_ready() after listener migration When inet_csk_listen_stop() migrates an established child socket from a closing listener to another socket in the same SO_REUSEPO...

  • 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.12%
  • Veröffentlicht 27.05.2026 12:56:14
  • Zuletzt bearbeitet 16.06.2026 15:25:03

In the Linux kernel, the following vulnerability has been resolved: rxrpc: Fix memory leaks in rxkad_verify_response() Fix rxkad_verify_response() to free the ticket and the server key under all circumstances by initialising the ticket pointer to N...

  • EPSS 0.12%
  • Veröffentlicht 27.05.2026 12:56:09
  • Zuletzt bearbeitet 16.06.2026 15:25:24

In the Linux kernel, the following vulnerability has been resolved: PCI: endpoint: pci-epf-ntb: Remove duplicate resource teardown epf_ntb_epc_destroy() duplicates the teardown that the caller is supposed to do later. This leads to an oops when .al...

  • 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) ...