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.06%
  • Veröffentlicht 17.04.2025 18:01:29
  • Zuletzt bearbeitet 21.04.2025 18:41:27

In the Linux kernel, the following vulnerability has been resolved: can: dev: can_restart: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the can_frame cf which aliases skb memory is accessed after t...

  • EPSS 0.06%
  • Veröffentlicht 17.04.2025 18:01:29
  • Zuletzt bearbeitet 21.04.2025 18:41:22

In the Linux kernel, the following vulnerability has been resolved: can: vxcan: vxcan_xmit: fix use after free bug After calling netif_rx_ni(skb), dereferencing skb is unsafe. Especially, the canfd_frame cfd which aliases skb memory is accessed aft...

  • EPSS 0.06%
  • Veröffentlicht 17.04.2025 18:01:28
  • Zuletzt bearbeitet 01.10.2025 17:15:31

In the Linux kernel, the following vulnerability has been resolved: can: dev: can_get_echo_skb(): prevent call to kfree_skb() in hard IRQ context If a driver calls can_get_echo_skb() during a hardware IRQ (which is often, but not always, the case),...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2025 16:15:28
  • Zuletzt bearbeitet 03.11.2025 20:17:33

In the Linux kernel, the following vulnerability has been resolved: net_sched: Prevent creation of classes with TC_H_ROOT The function qdisc_tree_reduce_backlog() uses TC_H_ROOT as a termination condition when traversing up the qdisc tree to update...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2025 16:15:25
  • Zuletzt bearbeitet 03.11.2025 20:17:31

In the Linux kernel, the following vulnerability has been resolved: HID: appleir: Fix potential NULL dereference at raw event handle Syzkaller reports a NULL pointer dereference issue in input_event(). BUG: KASAN: null-ptr-deref in instrument_atom...

  • EPSS 0.08%
  • Veröffentlicht 01.04.2025 16:15:24
  • Zuletzt bearbeitet 03.11.2025 20:17:29

In the Linux kernel, the following vulnerability has been resolved: rapidio: fix an API misues when rio_add_net() fails rio_add_net() calls device_register() and fails when device_register() fails. Thus, put_device() should be used rather than kfr...

  • EPSS 0.1%
  • Veröffentlicht 01.04.2025 16:15:24
  • Zuletzt bearbeitet 03.11.2025 20:17:29

In the Linux kernel, the following vulnerability has been resolved: rapidio: add check for rio_add_net() in rio_scan_alloc_net() The return value of rio_add_net() should be checked. If it fails, put_device() should be called to free the memory and...

  • EPSS 0.07%
  • Veröffentlicht 01.04.2025 16:15:23
  • Zuletzt bearbeitet 03.11.2025 20:17:28

In the Linux kernel, the following vulnerability has been resolved: llc: do not use skb_get() before dev_queue_xmit() syzbot is able to crash hosts [1], using llc and devices not supporting IFF_TX_SKB_SHARING. In this case, e1000 driver calls eth_...

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

In the Linux kernel, the following vulnerability has been resolved: net: gso: fix ownership in __udp_gso_segment In __udp_gso_segment the skb destructor is removed before segmenting the skb but the socket reference is kept as-is. This is an issue i...

  • EPSS 0.02%
  • Veröffentlicht 01.04.2025 16:15:23
  • Zuletzt bearbeitet 03.11.2025 20:17:29

In the Linux kernel, the following vulnerability has been resolved: HID: intel-ish-hid: Fix use-after-free issue in ishtp_hid_remove() The system can experience a random crash a few minutes after the driver is removed. This issue occurs due to impr...