Canonical

Ubuntu Pro 20.04 LTS

4422 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:50
  • Zuletzt bearbeitet 25.06.2026 21:06:26

In the Linux kernel, the following vulnerability has been resolved: SUNRPC: auth_gss: fix memory leaks in XDR decoding error paths The gssx_dec_ctx(), gssx_dec_status(), and gssx_dec_name() functions allocate memory via gssx_dec_buffer(), which cal...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:49
  • Zuletzt bearbeitet 25.06.2026 21:06:30

In the Linux kernel, the following vulnerability has been resolved: power: supply: wm97xx: Fix NULL pointer dereference in power_supply_changed() In `probe()`, `request_irq()` is called before allocating/registering a `power_supply` handle. If an i...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:48
  • Zuletzt bearbeitet 25.06.2026 21:06:34

In the Linux kernel, the following vulnerability has been resolved: pinctrl: single: fix refcount leak in pcs_add_gpio_func() of_parse_phandle_with_args() returns a device_node pointer with refcount incremented in gpiospec.np. The loop iterates thr...

  • EPSS 0.16%
  • Veröffentlicht 27.05.2026 12:15:47
  • Zuletzt bearbeitet 25.06.2026 21:06:38

In the Linux kernel, the following vulnerability has been resolved: power: supply: act8945a: Fix use-after-free in power_supply_changed() Using the `devm_` variant for requesting IRQ _before_ the `devm_` variant for allocating/registering the `powe...

  • 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.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.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.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_...