Canonical

Ubuntu 24.04 LTS

6642 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • 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.17%
  • Veröffentlicht 28.05.2026 09:36:08
  • Zuletzt bearbeitet 09.07.2026 13:17:21

In the Linux kernel, the following vulnerability has been resolved: wifi: mac80211: drop stray 'static' from fast-RX rx_result ieee80211_invoke_fast_rx() is documented as safe for parallel RX, but its per-invocation rx_result is declared static. Co...

  • 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.12%
  • Veröffentlicht 28.05.2026 09:36:04
  • Zuletzt bearbeitet 10.06.2026 21:18:13

In the Linux kernel, the following vulnerability has been resolved: spi: microchip-core-qspi: control built-in cs manually The coreQSPI IP supports only a single chip select, which is automagically operated by the hardware - set low when the transm...

  • 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.14%
  • Veröffentlicht 28.05.2026 09:36:01
  • Zuletzt bearbeitet 30.06.2026 03:20:09

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Validate rx_hash_key_len Sashiko points out that rx_hash_key_len comes from a uAPI structure and is blindly passed to memcpy, allowing the userspace to trash kernel memo...

  • EPSS 0.13%
  • Veröffentlicht 28.05.2026 09:36:00
  • Zuletzt bearbeitet 10.06.2026 21:17:48

In the Linux kernel, the following vulnerability has been resolved: RDMA/mana: Fix error unwind in mana_ib_create_qp_rss() Sashiko points out that mana_ib_cfg_vport_steering() is leaked, the normal destroy path cleans it up.