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.01%
  • Veröffentlicht 22.04.2026 14:16:47
  • Zuletzt bearbeitet 28.04.2026 14:42:28

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: btusb: clamp SCO altsetting table indices btusb_work() maps the number of active SCO links to USB alternate settings through a three-entry lookup table when CVSD traffic...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 28.04.2026 13:06:48

In the Linux kernel, the following vulnerability has been resolved: hwmon: (pmbus/core) Protect regulator operations with mutex The regulator operations pmbus_regulator_get_voltage(), pmbus_regulator_set_voltage(), and pmbus_regulator_list_voltage(...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 28.04.2026 13:05:08

In the Linux kernel, the following vulnerability has been resolved: spi: use generic driver_override infrastructure When a driver is probed through __driver_attach(), the bus' match() callback is called without the device lock held, thus accessing ...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:46
  • Zuletzt bearbeitet 17.05.2026 16:16:15

In the Linux kernel, the following vulnerability has been resolved: spi: meson-spicc: Fix double-put in remove path meson_spicc_probe() registers the controller with devm_spi_register_controller(), so teardown already drops the controller reference...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 27.04.2026 23:17:03

In the Linux kernel, the following vulnerability has been resolved: tracing: Fix potential deadlock in cpu hotplug with osnoise The following sequence may leads deadlock in cpu hotplug: task1 task2 task3 ----- ----- ...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 28.04.2026 13:40:13

In the Linux kernel, the following vulnerability has been resolved: s390/syscalls: Add spectre boundary for syscall dispatch table The s390 syscall number is directly controlled by userspace, but does not have an array_index_nospec() boundary to pr...

  • EPSS 0.01%
  • Veröffentlicht 22.04.2026 14:16:45
  • Zuletzt bearbeitet 28.04.2026 13:12:24

In the Linux kernel, the following vulnerability has been resolved: spi: spi-fsl-lpspi: fix teardown order issue (UAF) There is a teardown order issue in the driver. The SPI controller is registered using devm_spi_register_controller(), which delay...

  • EPSS 0.23%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 27.04.2026 23:25:16

In the Linux kernel, the following vulnerability has been resolved: ksmbd: do not expire session on binding failure When a multichannel session binding request fails (e.g. wrong password), the error path unconditionally sets sess->state = SMB2_SESS...

  • EPSS 0.07%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 27.04.2026 23:24:22

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix memory leaks and NULL deref in smb2_lock() smb2_lock() has three error handling issues after list_del() detaches smb_lock from lock_list at no_check_cl: 1) If vfs_lock_...

  • EPSS 0.09%
  • Veröffentlicht 22.04.2026 14:16:44
  • Zuletzt bearbeitet 27.04.2026 23:23:52

In the Linux kernel, the following vulnerability has been resolved: ksmbd: replace hardcoded hdr2_len with offsetof() in smb2_calc_max_out_buf_len() After this commit (e2b76ab8b5c9 "ksmbd: add support for read compound"), response buffer management...