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.09%
  • Veröffentlicht 28.05.2026 09:36:14
  • Zuletzt bearbeitet 09.06.2026 21:06:24

In the Linux kernel, the following vulnerability has been resolved: btrfs: fix btrfs_ioctl_space_info() slot_count TOCTOU which can lead to info-leak btrfs_ioctl_space_info() has a TOCTOU race between two passes over the block group RAID type lists...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:13
  • Zuletzt bearbeitet 09.06.2026 21:02:30

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: always decrease sk refcount When an ADD_ADDR is retransmitted, the sk is held in sk_reset_timer(). It should then be released in all cases at the end. Som...

  • EPSS 0.1%
  • Veröffentlicht 28.05.2026 09:36:12
  • Zuletzt bearbeitet 09.06.2026 21:02:12

In the Linux kernel, the following vulnerability has been resolved: ALSA: pcm: oss: Fix data race at accessing runtime.oss.trigger Currently the runtime.oss.trigger field may be accessed concurrently without protection, which may lead to the data r...

  • EPSS 0.11%
  • Veröffentlicht 28.05.2026 09:36:09
  • Zuletzt bearbeitet 09.06.2026 21:01:01

In the Linux kernel, the following vulnerability has been resolved: 8021q: delete cleared egress QoS mappings vlan_dev_set_egress_priority() currently keeps cleared egress priority mappings in the hash as tombstones. Repeated set/clear cycles with ...

  • EPSS 0.12%
  • Veröffentlicht 28.05.2026 09:36:07
  • Zuletzt bearbeitet 09.06.2026 21:06:37

In the Linux kernel, the following vulnerability has been resolved: usb: usblp: fix heap leak in IEEE 1284 device ID via short response usblp_ctrl_msg() collapses the usb_control_msg() return value to 0/-errno, discarding the actual number of bytes...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:06
  • Zuletzt bearbeitet 09.06.2026 21:06:10

In the Linux kernel, the following vulnerability has been resolved: fanotify: fix false positive on permission events fsnotify_get_mark_safe() may return false for a mark on an unrelated group, which results in bypassing the permission check. Fix ...

  • EPSS 0.14%
  • Veröffentlicht 28.05.2026 09:36:05
  • Zuletzt bearbeitet 10.06.2026 21:18:31

In the Linux kernel, the following vulnerability has been resolved: scsi: target: configfs: Bound snprintf() return in tg_pt_gp_members_show() target_tg_pt_gp_members_show() formats LUN paths with snprintf() into a 256-byte stack buffer, then will ...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:03
  • Zuletzt bearbeitet 10.06.2026 21:18:05

In the Linux kernel, the following vulnerability has been resolved: KVM: arm64: Fix pin leak and publication ordering in __pkvm_init_vcpu() Two bugs exist in the vCPU initialisation path: 1. If a check fails after hyp_pin_shared_mem() succeeds, th...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:02
  • Zuletzt bearbeitet 10.06.2026 21:18:25

In the Linux kernel, the following vulnerability has been resolved: ALSA: usb-audio: Avoid potential endless loop in convert_chmap_v3() The convert_chmap_v3() has a loop with its increment size of cs_desc->wLength, but we forgot to validate cs_desc...

  • EPSS 0.43%
  • Veröffentlicht 28.05.2026 09:35:53
  • Zuletzt bearbeitet 24.06.2026 17:32:53

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: ADD_ADDR rtx: fix potential data-race This mptcp_pm_add_timer() helper is executed as a timer callback in softirq context. To avoid any data races, the socket lock needs...