Canonical

Ubuntu 24.04 LTS

5749 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 09.04.2026 17:41:57

In the Linux kernel, the following vulnerability has been resolved: mptcp: pm: avoid possible UaF when selecting endp select_local_address() and select_signal_address() both select an endpoint entry from the list inside an RCU protected section, bu...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 03.10.2024 14:32:31

In the Linux kernel, the following vulnerability has been resolved: cgroup/cpuset: fix panic caused by partcmd_update We find a bug as below: BUG: unable to handle page fault for address: 00000003 PGD 0 P4D 0 Oops: 0000 [#1] PREEMPT SMP NOPTI CPU: ...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 09.04.2026 17:42:06

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Validate TA binary size Add TA binary size validation to avoid OOB write. (cherry picked from commit c0a04e3570d72aaf090962156ad085e37c62e442)

  • EPSS 0.04%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 10.09.2024 16:51:19

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Free job before xe_exec_queue_put Free job depends on job->vm being valid, the last xe_exec_queue_put can destroy the VM. Prevent UAF by freeing job before xe_exec_queue_pu...

  • EPSS 0.02%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 10.10.2024 17:44:36

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix missing workqueue destroy in xe_gt_pagefault On driver reload we never free up the memory for the pagefault and access counter workqueues. Add those destroy calls here....

  • EPSS 0.03%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 10.10.2024 17:42:53

In the Linux kernel, the following vulnerability has been resolved: drm/xe: Fix opregion leak Being part o the display, ideally the setup and cleanup would be done by display itself. However this is a bigger refactor that needs to be done on both i...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: drm/msm/dpu: cleanup FB if dpu_format_populate_layout fails If the dpu_format_populate_layout() fails, then FB is prepared, but not cleaned up. This ends up leaking the pin_count o...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 03.11.2025 23:15:45

In the Linux kernel, the following vulnerability has been resolved: netfilter: flowtable: validate vlan header Ensure there is sufficient room to access the protocol field of the VLAN header, validate it once before the flowtable lookup. =========...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 10.10.2024 16:48:56

In the Linux kernel, the following vulnerability has been resolved: bnxt_en: Fix double DMA unmapping for XDP_REDIRECT Remove the dma_unmap_page_attrs() call in the driver's XDP_REDIRECT code path. This should have been removed when we let the pag...

  • EPSS 0.01%
  • Veröffentlicht 04.09.2024 20:15:07
  • Zuletzt bearbeitet 03.11.2025 23:15:46

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible UAF in ip6_xmit() If skb_expand_head() returns NULL, skb has been freed and the associated dst/idev could also have been freed. We must use rcu_read_lock() ...