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 21.10.2024 20:15:18
  • Zuletzt bearbeitet 03.11.2025 20:16:35

In the Linux kernel, the following vulnerability has been resolved: bpf: Prevent tail call between progs attached to different hooks bpf progs can be attached to kernel functions, and the attached functions can take different parameters or return d...

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 21:16:55

In the Linux kernel, the following vulnerability has been resolved: smb: client: fix UAF in async decryption Doing an async decryption (large read) crashes with a slab-use-after-free way down in the crypto API. Reproducer: # mount.cifs -o ...,...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: fbcon: Fix a NULL pointer dereference issue in fbcon_putcs syzbot has found a NULL pointer dereference bug in fbcon. Here is the simplified C reproducer: struct param { uint8_t t...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 23:16:45

In the Linux kernel, the following vulnerability has been resolved: drm/amd/display: Check null pointer before dereferencing se [WHAT & HOW] se is null checked previously in the same function, indicating it might be null; therefore, it must be chec...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 03.11.2025 20:16:34

In the Linux kernel, the following vulnerability has been resolved: usb: gadget: uvc: Fix ERR_PTR dereference in uvc_v4l2.c Fix potential dereferencing of ERR_PTR() in find_format_by_pix() and uvc_v4l2_enum_format(). Fix the following smatch error...

  • EPSS 0.03%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 24.10.2024 16:12:52

In the Linux kernel, the following vulnerability has been resolved: usb: typec: tipd: Free IRQ only if it was requested before In polling mode, if no IRQ was requested there is no need to free it. Call devm_free_irq() only if client->irq is set. Th...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:17

In the Linux kernel, the following vulnerability has been resolved: serial: protect uart_port_dtr_rts() in uart_shutdown() too Commit af224ca2df29 (serial: core: Prevent unsafe uart port access, part 3) added few uport == NULL checks. It added one ...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 24.10.2024 19:56:29

In the Linux kernel, the following vulnerability has been resolved: net/smc: fix lacks of icsk_syn_mss with IPPROTO_SMC Eric report a panic on IPPROTO_SMC, and give the facts that when INET_PROTOSW_ICSK was set, icsk->icsk_sync_mss must be set too....

  • EPSS 0.02%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:42

In the Linux kernel, the following vulnerability has been resolved: net: do not delay dst_entries_add() in dst_release() dst_entries_add() uses per-cpu data that might be freed at netns dismantle from ip6_route_net_exit() calling dst_entries_destro...

  • EPSS 0.01%
  • Veröffentlicht 21.10.2024 20:15:16
  • Zuletzt bearbeitet 03.11.2025 23:16:42

In the Linux kernel, the following vulnerability has been resolved: netfilter: xtables: avoid NFPROTO_UNSPEC where needed syzbot managed to call xt_cluster match via ebtables: WARNING: CPU: 0 PID: 11 at net/netfilter/xt_cluster.c:72 xt_cluster_mt...