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 19.05.2024 09:15:08
  • Zuletzt bearbeitet 07.04.2025 18:57:42

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in smb2_is_valid_oplock_break() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 21.04.2026 19:07:47

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_dump_full_key() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 23.12.2025 15:03:47

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_stats_proc_show() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 30.12.2024 17:37:00

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix potential UAF in cifs_stats_proc_write() Skip sessions that are being teared down (status == SES_EXITING) to avoid UAF.

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 18.11.2025 15:46:37

In the Linux kernel, the following vulnerability has been resolved: smb: client: guarantee refcounted children from parent session Avoid potential use-after-free bugs when walking DFS referrals, mounting and performing DFS failover by ensuring that...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 03.11.2025 21:16:11

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in smb2_reconnect_server() The UAF bug is due to smb2_reconnect_server() accessing a session that is already being teared down by another thread that is execut...

  • EPSS 0.01%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 22.01.2026 20:21:18

In the Linux kernel, the following vulnerability has been resolved: riscv: process: Fix kernel gp leakage childregs represents the registers which are active for the new thread in user context. For a kernel thread, childregs->gp is never used since...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 24.09.2025 21:16:50

In the Linux kernel, the following vulnerability has been resolved: mm/secretmem: fix GUP-fast succeeding on secretmem folios folio_is_secretmem() currently relies on secretmem folios being LRU folios, to save some cycles. However, folios might re...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 24.09.2025 21:15:15

In the Linux kernel, the following vulnerability has been resolved: riscv: Fix vector state restore in rt_sigreturn() The RISC-V Vector specification states in "Appendix D: Calling Convention for Vector State" [1] that "Executing a system call caus...

  • EPSS 0.02%
  • Veröffentlicht 19.05.2024 09:15:08
  • Zuletzt bearbeitet 30.12.2024 17:37:18

In the Linux kernel, the following vulnerability has been resolved: aio: Fix null ptr deref in aio_complete() wakeup list_del_init_careful() needs to be the last access to the wait queue entry - it effectively unlocks access. Previously, finish_wa...