Canonical

Ubuntu 24.04 LTS

6644 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:46
  • Zuletzt bearbeitet 14.07.2026 13:17:31

In the Linux kernel, the following vulnerability has been resolved: PCI: brcmstb: Fix error path after a call to regulator_bulk_get() If the regulator_bulk_get() returns an error and no regulators are created, we need to set their number to zero. ...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:42
  • Zuletzt bearbeitet 14.07.2026 13:17:30

In the Linux kernel, the following vulnerability has been resolved: x86/mm/pat: Fix VM_PAT handling when fork() fails in copy_page_range() If track_pfn_copy() fails, we already added the dst VMA to the maple tree. As fork() fails, we'll cleanup the...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:41
  • Zuletzt bearbeitet 03.11.2025 20:17:43

In the Linux kernel, the following vulnerability has been resolved: RDMA/erdma: Prevent use-after-free in erdma_accept_newconn() After the erdma_cep_put(new_cep) being called, new_cep will be freed, and the following dereference will cause a UAF pr...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:41
  • Zuletzt bearbeitet 03.11.2025 20:17:43

In the Linux kernel, the following vulnerability has been resolved: RDMA/core: Don't expose hw_counters outside of init net namespace Commit 467f432a521a ("RDMA/core: Split port and device counter sysfs attributes") accidentally almost exposed hw c...

  • EPSS 0.19%
  • Veröffentlicht 16.04.2025 14:12:34
  • Zuletzt bearbeitet 03.11.2025 20:17:43

In the Linux kernel, the following vulnerability has been resolved: RDMA/mlx5: Fix mlx5_poll_one() cur_qp update flow When cur_qp isn't NULL, in order to avoid fetching the QP from the radix tree again we check if the next cqe QP is identical to th...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:32
  • Zuletzt bearbeitet 14.07.2026 13:17:30

In the Linux kernel, the following vulnerability has been resolved: vhost-scsi: Fix handling of multiple calls to vhost_scsi_set_endpoint If vhost_scsi_set_endpoint is called multiple times without a vhost_scsi_clear_endpoint between them, we can h...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:30
  • Zuletzt bearbeitet 03.11.2025 20:17:42

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Fix a couple integer overflows on 32bit systems On 32bit systems the "off + sizeof(struct NTFS_DE)" addition can have an integer wrapping issue. Fix it by using size_add...

  • EPSS 0.19%
  • Veröffentlicht 16.04.2025 14:12:29
  • Zuletzt bearbeitet 03.11.2025 20:17:42

In the Linux kernel, the following vulnerability has been resolved: ocfs2: validate l_tree_depth to avoid out-of-bounds access The l_tree_depth field is 16-bit (__le16), but the actual maximum depth is limited to OCFS2_MAX_PATH_DEPTH. Add a check ...

  • EPSS 0.18%
  • Veröffentlicht 16.04.2025 14:12:29
  • Zuletzt bearbeitet 01.10.2025 17:15:44

In the Linux kernel, the following vulnerability has been resolved: fs/ntfs3: Prevent integer overflow in hdr_first_de() The "de_off" and "used" variables come from the disk so they both need to check. The problem is that on 32bit systems if they'...

  • EPSS 0.13%
  • Veröffentlicht 16.04.2025 14:12:27
  • Zuletzt bearbeitet 31.10.2025 20:46:05

In the Linux kernel, the following vulnerability has been resolved: Revert "smb: client: fix TCP timers deadlock after rmmod" This reverts commit e9f2517a3e18a54a3943c098d2226b245d488801. Commit e9f2517a3e18 ("smb: client: fix TCP timers deadlock ...