Canonical

Ubuntu 22.04 LTS

9201 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 31.12.2024 20:05:23

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix potential NULL dereference Added checking of pointer "function" in pcs_set_mux(). pinmux_generic_get_function() can return NULL and the pointer "function" was ...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 31.12.2024 20:09:11

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix a possible null pointer dereference In radeon_fp_native_mode(), the return value of drm_mode_duplicate() is assigned to mode, which will lead to a NULL pointer dere...

  • EPSS 0.22%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 19.09.2025 14:36:55

In the Linux kernel, the following vulnerability has been resolved: tipc: fix kernel warning when sending SYN message When sending a SYN message, this kernel stack trace is observed: ... [ 13.396352] RIP: 0010:_copy_from_iter+0xb4/0x550 ... [ ...

  • EPSS 0.23%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 25.09.2025 16:48:56

In the Linux kernel, the following vulnerability has been resolved: net: use a bounce buffer for copying skb->mark syzbot found arm64 builds would crash in sock_recv_mark() when CONFIG_HARDENED_USERCOPY=y x86 and powerpc are not detecting the issu...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 31.12.2024 20:19:13

In the Linux kernel, the following vulnerability has been resolved: net: openvswitch: fix possible memory leak in ovs_meter_cmd_set() old_meter needs to be free after it is detached regardless of whether the new meter is successfully attached.

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 23.09.2025 18:54:00

In the Linux kernel, the following vulnerability has been resolved: net/usb: kalmia: Don't pass act_len in usb_bulk_msg error path syzbot reported that act_len in kalmia_send_init_packet() is uninitialized when passing it to the first usb_bulk_msg ...

  • EPSS 0.25%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 31.12.2024 20:18:52

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix underflow in second superblock position calculations Macro NILFS_SB2_OFFSET_BYTES, which computes the position of the second superblock, underflows when the argument de...

  • EPSS 0.26%
  • Veröffentlicht 21.05.2024 16:15:12
  • Zuletzt bearbeitet 06.01.2025 20:39:33

In the Linux kernel, the following vulnerability has been resolved: sched/psi: Fix use-after-free in ep_remove_wait_queue() If a non-root cgroup gets removed when there is a thread that registered trigger and is polling on a pressure file within th...

  • EPSS 0.17%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 10.01.2025 18:12:11

In the Linux kernel, the following vulnerability has been resolved: smb3: fix lock ordering potential deadlock in cifs_sync_mid_result Coverity spotted that the cifs_sync_mid_result function could deadlock "Thread deadlock (ORDER_REVERSAL) lock_or...

  • EPSS 0.16%
  • Veröffentlicht 20.05.2024 10:15:14
  • Zuletzt bearbeitet 04.04.2025 14:32:31

In the Linux kernel, the following vulnerability has been resolved: smb3: missing lock when picking channel Coverity spotted a place where we should have been holding the channel lock when accessing the ses channel index. Addresses-Coverity: 15820...