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.16%
  • Veröffentlicht 27.05.2026 12:15:46
  • Zuletzt bearbeitet 25.06.2026 21:06:52

In the Linux kernel, the following vulnerability has been resolved: serial: caif: fix use-after-free in caif_serial ldisc_close() There is a use-after-free bug in caif_serial where handle_tx() may access ser->tty after the tty has been freed. The ...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:43
  • Zuletzt bearbeitet 25.06.2026 21:07:13

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: prevent infinite loops caused by the next valid being the same When processing valid within the range [valid : pos), if valid cannot be retrieved correctly, for example, ...

  • EPSS 0.15%
  • Veröffentlicht 27.05.2026 12:15:41
  • Zuletzt bearbeitet 25.06.2026 21:07:19

In the Linux kernel, the following vulnerability has been resolved: iommu/vt-d: Flush cache for PASID table before using it When writing the address of a freshly allocated zero-initialized PASID table to a PASID directory entry, do that after the C...

  • EPSS 0.69%
  • Veröffentlicht 27.05.2026 12:15:40
  • Zuletzt bearbeitet 25.06.2026 21:07:36

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_conncount: increase the connection clean up limit to 64 After the optimization to only perform one GC per jiffy, a new problem was introduced. If more than 8 new conn...

  • EPSS 0.6%
  • Veröffentlicht 27.05.2026 12:15:39
  • Zuletzt bearbeitet 25.06.2026 21:07:39

In the Linux kernel, the following vulnerability has been resolved: netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation Ulrich reports a regression with nfqueue: If an application did not set the 'F_GSO' capability flag and...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:37
  • Zuletzt bearbeitet 25.06.2026 21:07:42

In the Linux kernel, the following vulnerability has been resolved: ext4: don't zero the entire extent if EXT4_EXT_DATA_PARTIAL_VALID1 When allocating initialized blocks from a large unwritten extent, or when splitting an unwritten extent during en...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:35
  • Zuletzt bearbeitet 25.06.2026 21:07:45

In the Linux kernel, the following vulnerability has been resolved: scsi: csiostor: Fix dereference of null pointer rn The error exit path when rn is NULL ends up deferencing the null pointer rn via the use of the macro CSIO_INC_STATS. Fix this by ...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:33
  • Zuletzt bearbeitet 25.06.2026 21:07:52

In the Linux kernel, the following vulnerability has been resolved: RDMA/uverbs: Validate wqe_size before using it in ib_uverbs_post_send ib_uverbs_post_send() uses cmd.wqe_size from userspace without any validation before passing it to kmalloc() a...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:31
  • Zuletzt bearbeitet 25.06.2026 21:08:02

In the Linux kernel, the following vulnerability has been resolved: ata: libata-scsi: avoid Non-NCQ command starvation When a non-NCQ command is issued while NCQ commands are being executed, ata_scsi_qc_issue() indicates to the SCSI layer that the ...

  • EPSS 0.18%
  • Veröffentlicht 27.05.2026 12:15:26
  • Zuletzt bearbeitet 07.07.2026 12:16:51

In the Linux kernel, the following vulnerability has been resolved: RDMA/rxe: Fix double free in rxe_srq_from_init In rxe_srq_from_init(), the queue pointer 'q' is assigned to 'srq->rq.queue' before copying the SRQ number to user space. If copy_to_...