Canonical

Ubuntu Pro 16.04 LTS

5719 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.21%
  • Veröffentlicht 22.10.2024 08:15:02
  • Zuletzt bearbeitet 03.11.2025 22:16:32

In the Linux kernel, the following vulnerability has been resolved: media: pci: cx23885: check cx23885_vdev_init() return cx23885_vdev_init() can return a NULL pointer, but that pointer is used in the next line without a check. Add a NULL pointer ...

  • EPSS 0.21%
  • Veröffentlicht 22.10.2024 08:15:02
  • Zuletzt bearbeitet 24.10.2024 03:53:16

In the Linux kernel, the following vulnerability has been resolved: nfc: nci: fix possible NULL pointer dereference in send_acknowledge() Handle memory allocation failure from nci_skb_alloc() (calling alloc_skb()) to avoid possible NULL pointer der...

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

In the Linux kernel, the following vulnerability has been resolved: ntb: ntb_hw_switchtec: Fix use after free vulnerability in switchtec_ntb_remove due to race condition In the switchtec_ntb_add function, it can call switchtec_ntb_init_sndev functi...

  • EPSS 0.22%
  • Veröffentlicht 21.10.2024 20:15:18
  • Zuletzt bearbeitet 03.11.2025 23:16:46

In the Linux kernel, the following vulnerability has been resolved: RDMA/rtrs-srv: Avoid null pointer deref during path establishment For RTRS path establishment, RTRS client initiates and completes con_num of connections. After establishing all it...

  • EPSS 0.23%
  • 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.19%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 12.05.2026 13:16:16

In the Linux kernel, the following vulnerability has been resolved: Bluetooth: RFCOMM: FIX possible deadlock in rfcomm_sk_state_change rfcomm_sk_state_change attempts to use sock_lock so it must never be called with it locked but rfcomm_sock_ioctl ...

  • EPSS 0.25%
  • 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.22%
  • 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.25%
  • Veröffentlicht 21.10.2024 20:15:17
  • Zuletzt bearbeitet 05.01.2026 11:17:22

In the Linux kernel, the following vulnerability has been resolved: driver core: bus: Fix double free in driver API bus_register() For bus_register(), any error which happens after kset_register() will cause that @priv are freed twice, fixed by set...

  • EPSS 0.22%
  • 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...