Canonical

Ubuntu 20.04 LTS

3474 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.24%
  • Veröffentlicht 12.07.2024 13:15:21
  • Zuletzt bearbeitet 12.05.2026 12:17:02

In the Linux kernel, the following vulnerability has been resolved: netrom: Fix a memory leak in nr_heartbeat_expiry() syzbot reported a memory leak in nr_create() [0]. Commit 409db27e3a2e ("netrom: Fix use-after-free of a listening socket.") adde...

  • EPSS 0.28%
  • Veröffentlicht 12.07.2024 13:15:20
  • Zuletzt bearbeitet 03.11.2025 22:17:20

In the Linux kernel, the following vulnerability has been resolved: drm/amdgpu: fix UBSAN warning in kv_dpm.c Adds bounds check for sumo_vid_mapping_entry.

  • EPSS 0.28%
  • Veröffentlicht 12.07.2024 13:15:20
  • Zuletzt bearbeitet 03.11.2025 22:17:20

In the Linux kernel, the following vulnerability has been resolved: drm/radeon: fix UBSAN warning in kv_dpm.c Adds bounds check for sumo_vid_mapping_entry.

  • EPSS 0.29%
  • Veröffentlicht 12.07.2024 13:15:20
  • Zuletzt bearbeitet 12.05.2026 12:17:02

In the Linux kernel, the following vulnerability has been resolved: net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() syzbot found hanging tasks waiting on rtnl_lock [1] A reproducer is available in the syzbot bug. When a re...

  • EPSS 0.32%
  • Veröffentlicht 12.07.2024 13:15:19
  • Zuletzt bearbeitet 12.05.2026 12:17:01

In the Linux kernel, the following vulnerability has been resolved: scsi: qedi: Fix crash while reading debugfs attribute The qedi_dbg_do_not_recover_cmd_read() function invokes sprintf() directly on a __user pointer, which results into the crash. ...

  • EPSS 0.24%
  • Veröffentlicht 12.07.2024 13:15:19
  • Zuletzt bearbeitet 12.05.2026 12:17:01

In the Linux kernel, the following vulnerability has been resolved: drop_monitor: replace spin_lock by raw_spin_lock trace_drop_common() is called with preemption disabled, and it acquires a spin_lock. This is problematic for RT kernels because spi...

  • EPSS 0.23%
  • Veröffentlicht 12.07.2024 13:15:19
  • Zuletzt bearbeitet 03.11.2025 22:17:20

In the Linux kernel, the following vulnerability has been resolved: batman-adv: bypass empty buckets in batadv_purge_orig_ref() Many syzbot reports are pointing to soft lockups in batadv_purge_orig_ref() [1] Root cause is unknown, but we can avoid...

  • EPSS 0.29%
  • Veröffentlicht 12.07.2024 13:15:19
  • Zuletzt bearbeitet 12.05.2026 12:17:01

In the Linux kernel, the following vulnerability has been resolved: ACPICA: Revert "ACPICA: avoid Info: mapping multiple BARs. Your kernel is fine." Undo the modifications made in commit d410ee5109a1 ("ACPICA: avoid "Info: mapping multiple BARs. Yo...

  • EPSS 0.27%
  • Veröffentlicht 12.07.2024 13:15:18
  • Zuletzt bearbeitet 12.05.2026 12:17:00

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL dereference in rt6_probe() syzbot caught a NULL dereference in rt6_probe() [1] Bail out if __in6_dev_get() returns NULL. [1] Oops: general protection...

  • EPSS 0.27%
  • Veröffentlicht 12.07.2024 13:15:18
  • Zuletzt bearbeitet 12.05.2026 12:17:01

In the Linux kernel, the following vulnerability has been resolved: ipv6: prevent possible NULL deref in fib6_nh_init() syzbot reminds us that in6_dev_get() can return NULL. fib6_nh_init() ip6_validate_gw( &idev ) ip6_route_check_nh(...