Canonical

Ubuntu 26.04 LTS

1029 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.4%
  • Veröffentlicht 26.06.2026 19:41:03
  • Zuletzt bearbeitet 06.07.2026 20:14:26

In the Linux kernel, the following vulnerability has been resolved: ocfs2/dlm: fix off-by-one in dlm_match_regions() region comparison The local-vs-remote region comparison loop uses '<=' instead of '<', causing it to read one entry past the valid ...

  • EPSS 0.11%
  • Veröffentlicht 26.06.2026 19:41:02
  • Zuletzt bearbeitet 06.07.2026 20:14:45

In the Linux kernel, the following vulnerability has been resolved: pinctrl: pinconf-generic: Fully validate 'pinmux' property The pinconf_generic_parse_dt_pinmux() assumes that the 'pinmux' property is not empty when present. This might be not tru...

  • EPSS 0.1%
  • Veröffentlicht 26.06.2026 19:41:02
  • Zuletzt bearbeitet 06.07.2026 20:14:36

In the Linux kernel, the following vulnerability has been resolved: power: supply: max77705: Free allocated workqueue and fix removal order Use devm interface for allocating workqueue to fix two bugs at the same time: 1. Driver leaks the memory on...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:41:01
  • Zuletzt bearbeitet 06.07.2026 20:14:53

In the Linux kernel, the following vulnerability has been resolved: tty: hvc_iucv: fix off-by-one in number of supported devices MAX_HVC_IUCV_LINES == HVC_ALLOC_TTY_ADAPTERS == 8. This is the number of entries in: static struct hvc_iucv_private *...

  • EPSS 0.1%
  • Veröffentlicht 26.06.2026 19:41:00
  • Zuletzt bearbeitet 06.07.2026 20:24:15

In the Linux kernel, the following vulnerability has been resolved: scsi: sg: Resolve soft lockup issue when opening /dev/sgX The parameter def_reserved_size defines the default buffer size reserved for each Sg_fd and should be restricted to a rang...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:41:00
  • Zuletzt bearbeitet 06.07.2026 20:24:02

In the Linux kernel, the following vulnerability has been resolved: usb: typec: ps883x: Fix Oops at unbind When trying to unbind a device in order to bind to it vfio-platform as: echo bc0000.geniqup > /sys/bus/platform/devices/bc0000.geniqup/dr...

  • EPSS 0.13%
  • Veröffentlicht 26.06.2026 19:40:59
  • Zuletzt bearbeitet 06.07.2026 20:24:23

In the Linux kernel, the following vulnerability has been resolved: f2fs: protect extension_list reading with sb_lock in f2fs_sbi_show() In f2fs_sbi_show(), the extension_list, extension_count and hot_ext_count are read without holding sbi->sb_lock...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:58
  • Zuletzt bearbeitet 06.07.2026 20:24:31

In the Linux kernel, the following vulnerability has been resolved: crypto: eip93 - fix hmac setkey algo selection eip93_hmac_setkey() allocates a temporary ahash transform for computing HMAC ipad/opad key material. The allocation uses the driver-s...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:57
  • Zuletzt bearbeitet 08.07.2026 03:38:42

In the Linux kernel, the following vulnerability has been resolved: net: enetc: fix NTMP DMA use-after-free issue The AI-generated review reported a potential DMA use-after-free issue [1]. If netc_xmit_ntmp_cmd() times out and returns an error, the...

  • EPSS 0.12%
  • Veröffentlicht 26.06.2026 19:40:57
  • Zuletzt bearbeitet 06.07.2026 20:24:39

In the Linux kernel, the following vulnerability has been resolved: reset: amlogic: t7: Fix null reset ops Fix missing reset ops causing kernel null pointer dereference. This SOC's reset is currently not used yet.