Canonical

Ubuntu 22.04 LTS

8753 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:38
  • Zuletzt bearbeitet 14.01.2026 19:16:39

In the Linux kernel, the following vulnerability has been resolved: modpost: fix off by one in is_executable_section() The > comparison should be >= to prevent an out of bounds array access.

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:37
  • Zuletzt bearbeitet 14.01.2026 19:16:39

In the Linux kernel, the following vulnerability has been resolved: ubifs: Fix memory leak in do_rename If renaming a file in an encrypted directory, function fscrypt_setup_filename allocates memory for a file name. This name is never used, and bef...

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:36
  • Zuletzt bearbeitet 14.01.2026 19:16:38

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Add AML_NO_OPERAND_RESOLVE flag to Timer ACPICA commit 90310989a0790032f5a0140741ff09b545af4bc5 According to the ACPI specification 19.6.134, no argument is required to be...

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:35
  • Zuletzt bearbeitet 14.01.2026 19:16:38

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_ib_get_hw_stats when used for device Currently, when mlx5_ib_get_hw_stats() is used for device (port_num = 0), there is a special handling in order to use the c...

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:33
  • Zuletzt bearbeitet 14.01.2026 19:16:38

In the Linux kernel, the following vulnerability has been resolved: shmem: use ramfs_kill_sb() for kill_sb method of ramfs-based tmpfs As the ramfs-based tmpfs uses ramfs_init_fs_context() for the init_fs_context method, which allocates fc->s_fs_in...

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:32
  • Zuletzt bearbeitet 14.01.2026 19:16:37

In the Linux kernel, the following vulnerability has been resolved: drivers: base: dd: fix memory leak with using debugfs_lookup() When calling debugfs_lookup() the result must have dput() called on it, otherwise the memory will leak over time. To...

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:31
  • Zuletzt bearbeitet 14.01.2026 19:16:37

In the Linux kernel, the following vulnerability has been resolved: drm/mediatek: Clean dangling pointer on bind error path mtk_drm_bind() can fail, in which case drm_dev_put() is called, destroying the drm_device object. However a pointer to it wa...

  • EPSS 0.13%
  • Veröffentlicht 18.09.2025 13:33:30
  • Zuletzt bearbeitet 14.01.2026 19:16:37

In the Linux kernel, the following vulnerability has been resolved: scsi: ufs: core: Fix device management cmd timeout flow In the UFS error handling flow, the host will send a device management cmd (NOP OUT) to the device for link recovery. If thi...

  • EPSS 0.13%
  • Veröffentlicht 18.09.2025 13:33:29
  • Zuletzt bearbeitet 14.01.2026 19:16:36

In the Linux kernel, the following vulnerability has been resolved: media: mdp3: Fix resource leaks in of_find_device_by_node Use put_device to release the object get through of_find_device_by_node, avoiding resource leaks.

  • EPSS 0.14%
  • Veröffentlicht 18.09.2025 13:33:29
  • Zuletzt bearbeitet 14.01.2026 19:16:36

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: Fix potential use-after-free when clear keys Similar to commit c5d2b6fa26b5 ("Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irk"). We can not access k after...