Canonical

Ubuntu 22.04 LTS

7957 Schwachstellen gefunden.

Hinweis: Diese Liste kann unvollständig sein. Daten werden ohne Gewähr im Ursprungsformat bereitgestellt.
  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:56

In the Linux kernel, the following vulnerability has been resolved: drm/msm: Avoid NULL dereference in msm_disp_state_print_regs() If the allocation in msm_disp_state_dump_regs() failed then `block->state` can be NULL. The msm_disp_state_print_regs...

  • EPSS 0.02%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:56

In the Linux kernel, the following vulnerability has been resolved: ALSA: hda/cs8409: Fix possible NULL dereference If snd_hda_gen_add_kctl fails to allocate memory and returns NULL, then NULL pointer dereference will occur in the next line. Since...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:56

In the Linux kernel, the following vulnerability has been resolved: bpf: devmap: provide rxq after redirect rxq contains a pointer to the device from where the redirect happened. Currently, the BPF program that was executed after a redirect via BPF...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: bpf: Make sure internal and UAPI bpf_redirect flags don't overlap The bpf_redirect_info is shared between the SKB and XDP redirect paths, and the two paths use the same numeric fla...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 21:17:03

In the Linux kernel, the following vulnerability has been resolved: bpf: Fix overloading of MEM_UNINIT's meaning Lonial reported an issue in the BPF verifier where check_mem_size_reg() has the following code: if (!tnum_is_const(reg->var_off)) ...

  • EPSS 0.03%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 01.10.2025 21:15:56

In the Linux kernel, the following vulnerability has been resolved: fsl/fman: Fix refcount handling of fman-related devices In mac_probe() there are multiple calls to of_find_device_by_node(), fman_bind() and fman_port_bind() which takes references...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: be2net: fix potential memory leak in be_xmit() The be_xmit() returns NETDEV_TX_OK without freeing skb in case of be_xmit_enqueue() fails, add dev_kfree_skb_any() to fix it.

  • EPSS 0.02%
  • Veröffentlicht 07.11.2024 10:15:07
  • Zuletzt bearbeitet 03.11.2025 23:16:57

In the Linux kernel, the following vulnerability has been resolved: net/sun3_82586: fix potential memory leak in sun3_82586_send_packet() The sun3_82586_send_packet() returns NETDEV_TX_OK without freeing skb in case of skb->len being too long, add ...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:06
  • Zuletzt bearbeitet 03.11.2025 23:16:54

In the Linux kernel, the following vulnerability has been resolved: ACPI: PRM: Find EFI_MEMORY_RUNTIME block for PRM handler and context PRMT needs to find the correct type of block to translate the PA-VA mapping for EFI runtime services. The issu...

  • EPSS 0.01%
  • Veröffentlicht 07.11.2024 10:15:06
  • Zuletzt bearbeitet 12.05.2026 13:16:18

In the Linux kernel, the following vulnerability has been resolved: xfrm: validate new SA's prefixlen using SA family when sel.family is unset This expands the validation introduced in commit 07bf7908950a ("xfrm: Validate address prefix lengths in ...