Canonical

Ubuntu Pro 20.04 LTS

3682 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:20
  • Zuletzt bearbeitet 04.11.2025 18:16:11

In the Linux kernel, the following vulnerability has been resolved: net/mlx5e: Prevent deadlock while disabling aRFS When disabling aRFS under the `priv->state_lock`, any scheduled aRFS works are canceled using the `cancel_work_sync` function, whic...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 04.11.2025 18:16:10

In the Linux kernel, the following vulnerability has been resolved: net/sched: Fix mirred deadlock on device recursion When the mirred action is used on a classful egress qdisc and a packet is mirrored or redirected to self we hit a qdisc lock dead...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:19
  • Zuletzt bearbeitet 04.11.2025 18:16:10

In the Linux kernel, the following vulnerability has been resolved: netfilter: nf_tables: fix memleak in map from abort path The delete set command does not rely on the transaction object for element removal, therefore, a combination of delete elem...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:18
  • Zuletzt bearbeitet 04.11.2025 18:16:09

In the Linux kernel, the following vulnerability has been resolved: clk: mediatek: Do a runtime PM get on controllers during probe mt8183-mfgcfg has a mutual dependency with genpd during the probing stage, which leads to a deadlock in the following...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:16
  • Zuletzt bearbeitet 12.05.2026 12:16:29

In the Linux kernel, the following vulnerability has been resolved: init/main.c: Fix potential static_command_line memory overflow We allocate memory of size 'xlen + strlen(boot_command_line) + 1' for static_command_line, but the strings copied int...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:15
  • Zuletzt bearbeitet 04.11.2025 18:15:56

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb2_allocate_rsp_buf If ->ProtocolId is SMB2_TRANSFORM_PROTO_NUM, smb2 request size validation could be skipped. if request size is smaller than s...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:12
  • Zuletzt bearbeitet 12.05.2026 12:16:27

In the Linux kernel, the following vulnerability has been resolved: nfs: fix UAF in direct writes In production we have been hitting the following warning consistently ------------[ cut here ]------------ refcount_t: underflow; use-after-free. WAR...

  • EPSS 0.02%
  • Veröffentlicht 01.05.2024 06:15:12
  • Zuletzt bearbeitet 12.05.2026 12:16:28

In the Linux kernel, the following vulnerability has been resolved: mac802154: fix llsec key resources release in mac802154_llsec_key_del mac802154_llsec_key_del() can free resources of a key directly without following the RCU rules for waiting bef...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:11
  • Zuletzt bearbeitet 03.11.2025 22:16:48

In the Linux kernel, the following vulnerability has been resolved: ksmbd: fix slab-out-of-bounds in smb_strndup_from_utf16() If ->NameOffset of smb2_create_req is smaller than Buffer offset of smb2_create_req, slab-out-of-bounds read can happen fr...

  • EPSS 0.01%
  • Veröffentlicht 01.05.2024 06:15:10
  • Zuletzt bearbeitet 18.09.2025 14:12:33

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Add a dc_state NULL check in dc_state_release [How] Check wheather state is NULL before releasing it.