Canonical

Ubuntu 22.04 LTS

7957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:14
  • Zuletzt bearbeitet 12.05.2026 13:17:14

In the Linux kernel, the following vulnerability has been resolved: batman-adv: fix OOB read/write in network-coding decode batadv_nc_skb_decode_packet() trusts coded_len and checks only against skb->len. XOR starts at sizeof(struct batadv_unicast_...

  • EPSS 0.02%
  • Veröffentlicht 19.09.2025 15:26:13
  • Zuletzt bearbeitet 12.05.2026 13:17:14

In the Linux kernel, the following vulnerability has been resolved: cifs: prevent NULL pointer dereference in UTF16 conversion There can be a NULL pointer dereference bug here. NULL is passed to __cifs_sfu_make_node without checks, which passes it ...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2025 16:15:49
  • Zuletzt bearbeitet 14.01.2026 20:16:05

In the Linux kernel, the following vulnerability has been resolved: f2fs: don't reset unchangable mount option in f2fs_remount() syzbot reports a bug as below: general protection fault, probably for non-canonical address 0xdffffc0000000009: 0000 [...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:48
  • Zuletzt bearbeitet 14.01.2026 20:16:04

In the Linux kernel, the following vulnerability has been resolved: nilfs2: fix sysfs interface lifetime The current nilfs2 sysfs support has issues with the timing of creation and deletion of sysfs entries, potentially leading to null pointer dere...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:48
  • Zuletzt bearbeitet 14.01.2026 20:16:04

In the Linux kernel, the following vulnerability has been resolved: bpf: cpumap: Fix memory leak in cpu_map_update_elem Syzkaller reported a memory leak as follows: BUG: memory leak unreferenced object 0xff110001198ef748 (size 192): comm "syz-ex...

  • EPSS 0.01%
  • Veröffentlicht 18.09.2025 16:15:48
  • Zuletzt bearbeitet 14.01.2026 20:16:04

In the Linux kernel, the following vulnerability has been resolved: mfd: arizona: Use pm_runtime_resume_and_get() to prevent refcnt leak In arizona_clk32k_enable(), we should use pm_runtime_resume_and_get() as pm_runtime_get_sync() will increase th...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:48
  • Zuletzt bearbeitet 14.01.2026 20:16:04

In the Linux kernel, the following vulnerability has been resolved: net: qrtr: Fix a refcount bug in qrtr_recvmsg() Syzbot reported a bug as following: refcount_t: addition on 0; use-after-free. ... RIP: 0010:refcount_warn_saturate+0x17c/0x1f0 lib...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:48
  • Zuletzt bearbeitet 14.01.2026 20:16:05

In the Linux kernel, the following vulnerability has been resolved: PCI/ASPM: Disable ASPM on MFD function removal to avoid use-after-free Struct pcie_link_state->downstream is a pointer to the pci_dev of function 0. Previously we retained that po...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:47
  • Zuletzt bearbeitet 14.01.2026 20:16:02

In the Linux kernel, the following vulnerability has been resolved: scsi: ses: Handle enclosure with just a primary component gracefully This reverts commit 3fe97ff3d949 ("scsi: ses: Don't attach if enclosure has no components") and introduces prop...

  • EPSS 0.02%
  • Veröffentlicht 18.09.2025 16:15:47
  • Zuletzt bearbeitet 14.01.2026 20:16:02

In the Linux kernel, the following vulnerability has been resolved: firewire: net: fix use after free in fwnet_finish_incoming_packet() The netif_rx() function frees the skb so we can't dereference it to save the skb->len.