Canonical

Ubuntu 24.04 LTS

5749 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 21.11.2024 09:26:18

In the Linux kernel, the following vulnerability has been resolved: drm: vc4: Fix possible null pointer dereference In vc4_hdmi_audio_init() of_get_address() may return NULL which is later dereferenced. Fix this bug by adding NULL check. Found by ...

  • EPSS 0.01%
  • Veröffentlicht 19.06.2024 14:15:14
  • Zuletzt bearbeitet 12.05.2026 12:16:52

In the Linux kernel, the following vulnerability has been resolved: media: atomisp: ssh_css: Fix a null-pointer dereference in load_video_binaries The allocation failure of mycs->yuv_scaler_binary in load_video_binaries() is followed with a derefer...

  • EPSS 0.02%
  • Veröffentlicht 19.06.2024 14:15:13
  • Zuletzt bearbeitet 21.11.2024 09:22:57

In the Linux kernel, the following vulnerability has been resolved: net: bridge: mst: fix vlan use-after-free syzbot reported a suspicious rcu usage[1] in bridge's mst code. While fixing it I noticed that nothing prevents a vlan to be freed while w...

  • EPSS 0.03%
  • Veröffentlicht 19.06.2024 07:15:46
  • Zuletzt bearbeitet 12.05.2026 12:16:51

In the Linux kernel, the following vulnerability has been resolved: net: sched: sch_multiq: fix possible OOB write in multiq_tune() q->bands will be assigned to qopt->bands to execute subsequent code logic after kmalloc. So the old q->bands should ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2024 20:15:13
  • Zuletzt bearbeitet 12.05.2026 12:16:51

In the Linux kernel, the following vulnerability has been resolved: net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP If one TCA_TAPRIO_ATTR_PRIOMAP attribute has been provided, taprio_parse_mqprio_opt() must validate it, or userspace can ...

  • EPSS 0.02%
  • Veröffentlicht 18.06.2024 20:15:13
  • Zuletzt bearbeitet 01.10.2025 15:16:46

In the Linux kernel, the following vulnerability has been resolved: KEYS: trusted: Do not use WARN when encode fails When asn1_encode_sequence() fails, WARN is not the correct solution. 1. asn1_encode_sequence() is not an internal function (locate...

  • EPSS 0.03%
  • Veröffentlicht 18.06.2024 20:15:13
  • Zuletzt bearbeitet 01.10.2025 15:53:43

In the Linux kernel, the following vulnerability has been resolved: usb: dwc3: Wait unconditionally after issuing EndXfer command Currently all controller IP/revisions except DWC3_usb3 >= 310a wait 1ms unconditionally for ENDXFER completion when IO...

  • EPSS 0.03%
  • Veröffentlicht 17.06.2024 18:15:17
  • Zuletzt bearbeitet 03.11.2025 22:17:00

In the Linux kernel, the following vulnerability has been resolved: misc: microchip: pci1xxxx: fix double free in the error handling of gp_aux_bus_probe() When auxiliary_device_add() returns error and then calls auxiliary_device_uninit(), callback ...

  • EPSS 0.1%
  • Veröffentlicht 10.06.2024 15:15:52
  • Zuletzt bearbeitet 01.04.2025 18:36:27

In the Linux kernel, the following vulnerability has been resolved: af_unix: Update unix_sk(sk)->oob_skb under sk_receive_queue lock. Billy Jheng Bing-Jhong reported a race between __unix_gc() and queue_oob(). __unix_gc() tries to garbage-collect ...

Warnung
  • EPSS 0.44%
  • Veröffentlicht 10.06.2024 09:15:09
  • Zuletzt bearbeitet 05.11.2025 19:19:56

In the Linux kernel, the following vulnerability has been resolved: net: fix __dst_negative_advice() race __dst_negative_advice() does not enforce proper RCU rules when sk->dst_cache must be cleared, leading to possible UAF. RCU rules are that we ...