Canonical

Ubuntu 20.04 LTS

3473 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.23%
  • Veröffentlicht 31.08.2024 14:15:04
  • Zuletzt bearbeitet 03.11.2025 23:15:43

In the Linux kernel, the following vulnerability has been resolved: kcm: Serialise kcm_sendmsg() for the same socket. syzkaller reported UAF in kcm_release(). [0] The scenario is 1. Thread A builds a skb with MSG_MORE and sets kcm->seq_skb. ...

  • EPSS 0.02%
  • Veröffentlicht 30.08.2024 08:15:04
  • Zuletzt bearbeitet 12.05.2026 12:17:09

In the Linux kernel, the following vulnerability has been resolved: netfilter: ctnetlink: use helper function to calculate expect ID Delete expectation path is missing a call to the nf_expect_get_id() helper function to calculate the expectation ID...

Exploit
  • EPSS 0.02%
  • Veröffentlicht 29.08.2024 11:15:23
  • Zuletzt bearbeitet 12.09.2024 16:58:07

In the Linux kernel, the following vulnerability has been resolved: tcp: add sanity tests to TCP_QUEUE_SEQ Qingyu Li reported a syzkaller bug where the repro changes RCV SEQ _after_ restoring data in the receive queue. mprotect(0x4aa000, 12288, PR...

  • EPSS 0.02%
  • Veröffentlicht 26.08.2024 12:15:06
  • Zuletzt bearbeitet 01.04.2026 18:08:20

In the Linux kernel, the following vulnerability has been resolved: fou: remove warn in gue_gro_receive on unsupported protocol Drop the WARN_ON_ONCE inn gue_gro_receive if the encapsulated type is not known or does not have a GRO handler. Such a ...

  • EPSS 0.03%
  • Veröffentlicht 26.08.2024 12:15:06
  • Zuletzt bearbeitet 27.08.2024 16:09:10

In the Linux kernel, the following vulnerability has been resolved: f2fs: fix to do sanity check on F2FS_INLINE_DATA flag in inode during GC syzbot reports a f2fs bug as below: ------------[ cut here ]------------ kernel BUG at fs/f2fs/inline.c:25...

  • EPSS 0.02%
  • Veröffentlicht 26.08.2024 12:15:05
  • Zuletzt bearbeitet 03.11.2025 23:15:42

In the Linux kernel, the following vulnerability has been resolved: jfs: Fix shift-out-of-bounds in dbDiscardAG When searching for the next smaller log2 block, BLKSTOL2() returned 0, causing shift exponent -1 to be negative. This patch fixes the i...

  • EPSS 0.03%
  • Veröffentlicht 26.08.2024 11:15:05
  • Zuletzt bearbeitet 03.11.2025 22:18:21

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: Fix the null pointer dereference to ras_manager Check ras_manager before using it

  • EPSS 0.02%
  • Veröffentlicht 26.08.2024 11:15:05
  • Zuletzt bearbeitet 03.11.2025 22:18:22

In the Linux kernel, the following vulnerability has been resolved: md/raid5: avoid BUG_ON() while continue reshape after reassembling Currently, mdadm support --revert-reshape to abort the reshape while reassembling, as the test 07revert-grow. How...

  • EPSS 0.01%
  • Veröffentlicht 26.08.2024 11:15:05
  • Zuletzt bearbeitet 03.11.2025 23:15:42

In the Linux kernel, the following vulnerability has been resolved: gpio: prevent potential speculation leaks in gpio_device_get_desc() Userspace may trigger a speculative read of an address outside the gpio descriptor array. Users can do that by c...

  • EPSS 0.03%
  • Veröffentlicht 26.08.2024 11:15:05
  • Zuletzt bearbeitet 12.05.2026 12:17:08

In the Linux kernel, the following vulnerability has been resolved: sctp: Fix null-ptr-deref in reuseport_add_sock(). syzbot reported a null-ptr-deref while accessing sk2->sk_reuseport_cb in reuseport_add_sock(). [0] The repro first creates a list...